﻿
@font-face {
    font-family: fg-maria;
    src: url(../fonts/fg-maria.ttf);
}
@font-face {
    font-family: dint-bold;
    src: url(../fonts/dint-bold.ttf);
}
[data-icon]:before {
    font-family: 'Open Sans', sans-serif;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
body{
    color: #6a6a6a;
    font-family: 'Open Sans', serif;

}
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}
a{
    color:#3498DB;
    text-decoration: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
a:hover,a:active,a:focus{color:#2C3E50;text-decoration: none;outline: none;}
.clear{clear:both;}

i {
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
}


.br5 {margin-top: 5px;padding-bottom: 5px;border: 0px;}
.br10{margin-top: 10px;padding-bottom:10px;border: 0px;}
.br20{margin-top: 20px;padding-bottom: 20px;border: 0px;}
.br30{margin-top: 30px;padding-bottom: 30px;border: 0px;}
.br40{margin-top: 40px;padding-bottom: 40px;border: 0px;}
.br50{margin-top: 50px;padding-bottom: 50px;border: 0px;}
.wrapper {padding: 30px 0 30px 0;}
.greybg{
    background: #f5f7f9;
    padding-bottom: 50px;
}
.cert-image{margin-top:15px;}
.image-border{
    border: 4px solid rgba(77, 147, 215, 1);
    border-radius: 3px;}
.tostext{padding: 50px 50px 50px 50px !important;background: #F1F1F1;border-left: 2px solid #DCDCDC;border-right: 2px solid #DCDCDC;}
.tostext h4{margin:15px 0px 15px 0px;font-weight:600;color:#444;}
.sub-header{
    background: #4d93d7;
    height: 80px;
    display:block;
    margin-bottom: 4px;
    box-shadow: 0 4px 0px #106fb6;}
.sub-header ul{
    list-style:none;
    float: left;
    margin-bottom: 30px;
}
.sub-header ul li{
    font-size: 16px;
    color: white;
    font-weight: 300;
}
.btn-reg{
    margin-top:2rem;
    display: block;
    text-align: center;
}
.btn-wide{
    display: block;
    width:100%;
}
.slider-cover {
    color: #f8f8f8;
    background: url(../img/header.jpg) no-repeat center center;
    height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
}
.rack-cover p{
    font-size:18px;
}
.rack-cover h3{
    text-transform: uppercase;
    font-family: 'dint-bold', sans-serif !important;
    letter-spacing: 0px;
    margin-top: 35px;
    font-weight: bold;
    font-size:48px;
}
.rack-cover{
    background: url(../img/racks.png) no-repeat center center;
    color: #f8f8f8;padding-top:25px;
    height: 400px;
    background-size: cover;
    text-align: left;
    position: relative;
}
.rack-cover.small-size {
    height:200px;
}
.slider-header{margin-top:110px;background-color: rgba(26,82,123,0.8);word-wrap: break-word;text-align: center;color:white;padding:25px;}
.slider-header h1{text-transform: uppercase;font-family: 'dint-bold', sans-serif !important;letter-spacing: 0px;font-weight: bold;font-size:64px;color: white;}
.slider-header h3 {font-family: 'fg-maria', sans-serif;color: #fff !important;font-size: 22px;font-weight: normal;margin: 20px 0 20px 0 !important;}
.slider-header p{font-size: 15px;line-height: 25px;margin: 0;color: #fff;}

.h-submenu {background: #333;width:100%;height: 40px;position: relative;margin-top: -5px;border-bottom: 3px solid #444;}
.h-submenu ul li {list-style:none;padding-left:8px;color: white;padding-right:8px;line-height:40px;float:left;cursor:pointer;transition:0.25s;}
.h-submenu ul li:hover{background:#eee;color:#000; border-bottom: 3px inset #444;}
.h-submenu ul{padding:0;}
.logo-top{margin-top: 20px;}
.account-manager{line-height:80px;}
.grey-grad{
    background: #DCDCDC;
}
.cont-box{
    padding:25px;
    padding-top:0;
    padding-bottom:0;
}
.greybox{
    background: #F6F6F6;
    border-radius:5px;
    border: 1px solid #EBEBEB;
    padding:15px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(204,204,204,0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(204,204,204,0.75);
    box-shadow: 0px 3px 0px 0px rgba(204,204,204,0.75);
}
.greybox li{
    list-style:none;

}
.greybox ul {margin:0;padding-left:5px;}
.sub-header b{color: #fff;}

.members{
    padding:25px;
    border-top:5px solid #888;
    background: #555;
}
.member-content{
    max-width: 250px;
    margin: 0px auto;
    border: 2px solid #EBEBEB;
    padding: 15px;
    border-bottom: 0;
    background: #F5F5F5;
    text-align: center;
}
.order-step input[type="radio"]{
    float:right !important;
    left:35px !important;
    width: auto;
    height: auto;
}
.member-content img{
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
}

.member-content h4{
    margin: 0px;
    margin-top: 15px;
    font-size: 20px;
}

.member-content .social{
    margin-top: 15px;
    margin-bottom: 10px;
}
.member-content .social a{padding:5px;background: #8A8A8A;border-radius:3px;color: #FFF;}
.member-content .social a:hover{color:#333;background:#eee;}
.member-content .social a i{
    margin-left: 1px;
    margin-right: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    font-size: 13px;
}

.member-content hr{
    width: 20%;
    border-top: 3px solid #3498DB;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.member-content:hover hr{
    width: 55%;
    border-top: 3px solid #3498DB;
}

.topbutton{
    background-color: #e47f00;
    border-color: #b66600;
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.topbutton:hover{
    background: #ffa535;
    text-decoration: none;
    color: white;
}


.main-header{
    color: #FFFBFB;
    background: #333;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

.tp-bannertimer {
    background:#777;
    background:rgba(0,0,0,0.1);
    height:5px;
}



.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}



.tparrows:before {
    font-family: 'revicons';
    color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(0, 0, 0, 1) !important;
}
#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
    color: #000 !important;
}

#slider4container .tparrows {
    background:#fff !important;
    background:rgba(255,255,255,0.5) !important;
}

#slider4container .tparrows:hover	{
    background:#fff !important
}
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}


.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
    z-index:-1;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
/* 006 Homepage Blog Display */
.blog {
    padding: 8px 0;
    position: relative;
    height: 100px;
    border-bottom: 1px solid #BDC3C7;  background: #ECF0F1;
}
.blog h3 {
    font-size: 18px;
    color: #333;}
.blog-wrapper{
    margin-top: 15px;
}
.blog-wrapper h6{
    margin:0;
    padding:0;
}
.blog h6{color:#3498DB;font-weight:bold;}
.blog a{
    color:#3498DB;
}
.blog a:hover{color:#222;}
/* 003 Main Footer */
.footer{
    background: #4d93d7;
    border-top: 4px solid #106fb6;
}

.footer-block {
    border-right: 1px solid #4882C6;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 208px;
}
.footer ul {list-style: none;margin:0;width: 100%;padding:0;}
.footer ul li{
    font-size: 13px;
    color: white;
}
.ft-iconlist li {
    display: inline-block;
    list-style-type: none;
    width: 25px;
    margin-left: 6px;
}
.ft-iconlist li:first-child{
    margin-left:6px;
}
.ft-iconlist{
    float: right;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.footer .contact-us{
    padding: 10px 0 0px 50px;
    background-image: url(../img/usaflag.png);

    background-size: 40px;
    background-position: left 10px;
    background-repeat: no-repeat;

    font-weight: 600;
    font-size: 32px;}
.footer a{color: #FFF;float: left;width: 100%;margin-top: 5px;}
.footer a:hover{color: #ff9600;transition:0;}
.footer h4{
    margin: 0 0 10px;
    color: #eee;
    font-size: 20px;
    font-weight: 200;
}
.clients-header{text-align:center;font-weight:100;font-size:28px;color:#999;margin-top: 30px;}
.clients-footer{
    margin-top:5px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.clients-footer li
{
    list-style: none;
    float:left;
    margin-left: 105.0625px;
    margin-right:19.0625px;
}
.copyfooter{
    background: #4882C6;
    padding:8px 0 8px;
    font-size: 12px;
    border-top: 1px solid #396DAA;
    tex-align:center;
    color: white;
}
.copyfooter a{color:#eee;}
*
PROGRESS BAR
*/

ul#progress {
    width:630px;
    background:url(../img/progress_bg.png) no-repeat top left;

    list-style:none;
    height:60px;
    margin:14px 0px;
    padding:0px;
}
ul#progress li.lastone:after {
    display:block;
    clear:both;
    content:'';
}
ul#progress li {
    padding: 20px 5px 0px;
    font-weight:bold;
    text-align:center;
    float:left;
    background:url(../img/progress_off.png) no-repeat top center;


}
ul#progress  li.asw3 {
    width:200px !important;
}
ul#progress  li.asw4 {
    width:147px !important;
}
ul#progress  li.asw5 {
    width:116px !important;
}

ul#progress li.firstone{
    background:url(../img/progress_2_on.png) no-repeat top center;
}
ul#progress li.fison2{
    background:url(../img/progress_2_on2.png) no-repeat center top !important;
}
ul#progress li.ison1{
    background:url(../img/progress_2_on.png) no-repeat top center;
}
ul#progress li.ison2{
    background:url(../img/progress_2_on2.png) no-repeat top center;
}
ul#progress li.lison2{
    background:url(../img/progress_3_on.png) no-repeat top right;
    padding:20px 0 0 10px;
    text-align:right !important;
}
ul#progress li.lastone{
    background:none !important;
    padding: 20px 0px 0px 10px;
    text-align:right !important;
}
/* Intro Headers */

.headerintro {
    padding: 40px 0;
}
.headerintro h1{
    padding: 0;
    margin: 0;
    color:#FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}
.headerintro .lefticon{
    float:left;
    margin: 7px 15px 10px 0;
}
.headerintro p{
    margin: -5px 3px 0px 5px;
    color:#FFF;
    padding: 5px;
}
.highlight-box{
    overflow: hidden;
    background:#F1F2F2;
    text-align: center;
    border:1px solid #E1E1E1;
}
.highlight-box:hover,.highlight-box:active,.highlight-box:focus{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(241,242,242,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,242,242,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,242,242,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,242,242,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,242,242,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,242,242,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */

}
.highlight-box .title{
    color:#333;
}
.notice-bar{
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    background: #EEE;
}
.notice-bar .squarenote{
    margin: -35px 0;
    border: 1px solid #d1d1d1;
    background-color: #f8f8f8;
    padding: 26px;
    border-radius: 4px;
}

.bgriver {background:#3498DB;}
.bgbelize {
    width: 100%;
    margin-top: 0px;
    height: 183px;    position: relative;
    background: #0c0c0c url(../img/banner.png) no-repeat 50%;
}
.bgcontact{
    width: 100%;
    margin-top: 0px;
    height: 250px;    position: relative;
    background: #0c0c0c url(../img/contact.png) no-repeat 50%;
}
.bgfacil{
    width: 100%;
    margin-top: 0px;
    height: 400px;    position: relative;
    background: #0c0c0c url(../img/facil.png) no-repeat 50%;
}
.bglite-purple {background:#9B59B6;}
.bgdark-purple {background:#8E44AD;}
.bgwet-asphalt {background:#34495E;}
.bg-midnight-blue {background:#2C3E50;}
.bgsunflower {background:#F1C40F;}
.bgorange {background:#F39C12;}
.bgcarrot {background:#E67E22;}
.bgpumpkin {background:#D35400;}
.bgalizarin {background:#E74C3C;}
.bgpomegranate {background:#C0392B;}
.bgclouds {background:#ECF0F1;}
.bgsilver {background:#BDC3C7}
.bgconcrete {background:#95A5A6}
.bgasbestos {background:#7F8C8D}
.bgsuccess {background:#8EB73E}
.world-icon{
    background-image: url('../img/icons/6.png');
    background-repeat: no-repeat;
    padding: 114px 15px 15px 15px;
    background-position: 110px 40px;
}
.shield-icon{
    background-image: url('../img/icons/5.png');
    background-repeat: no-repeat;
    padding: 114px 15px 15px 15px;
    background-position: 115px 40px;
}
.col-4-icons{
    background-repeat: no-repeat;
    padding: 65px 15px 15px 15px;
    background-position: 75px 0px;
    transition: 0.35s;
    cursor:pointer;
}
.icon-www{background-image: url('../img/icons/1.png');}
.icon-bulb{background-image: url('../img/icons/2.png');}
.icon-rocket{background-image: url('../img/icons/3.png');}
.icon-cloudservers{background-image: url('../img/icons/4.png');}

.icon-www:hover{background-image: url('../img/icons/1-hov.png');}
.icon-bulb:hover{background-image: url('../img/icons/2-hov.png');}
.icon-rocket:hover{background-image: url('../img/icons/3-hov.png');}
.icon-cloudservers:hover{background-image: url('../img/icons/4-hov.png');}

.sq_domain input{
    display:inline-block;
    vertical-align: middle;
    width: 82% !important;
    float: left;
}
.box,.box-basic {-webkit-border-radius:5px;border-radius:5px;border:1px solid rgba(0,0,0,0.2);padding:10px;margin-bottom:20px;line-height:1.2em}
.ie8 .box,.ie8 .box-basic {border:1px solid #DDD}
.box > .box {margin:0}
.box + .box {margin-top:10px}
.box-inverse,.box-inverse > h1,.box-inverse > h2,.box-inverse > h3,.box-inverse > h4,.box-inverse > h5,.box-inverse > h6 {color:#ddd}
.box-inverse > a,.box-inverse > .btn-link {color:#ccc;text-decoration:underline;text-shadow:none}
.box-inverse > a:hover,.box-inverse > .btn.btn-link:hover,
.box-inverse > a:focus,.box-inverse > .btn.btn-link:focus {color:#fff}
.box-bordernone {border:0 !important}
.box-inset {border-style:inset !important}
.box-outset {border-style:outset !important}
.box-shadow1 {-webkit-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.1);box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.1)}
.box-shadow2 {-webkit-box-shadow:0 0 4px 1px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 4px 1px rgba(0, 0, 0, 0.2);box-shadow:0 0 4px 1px rgba(0, 0, 0, 0.2)}
.box-shadow3 {-webkit-box-shadow:0 5px 5px -3px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 5px -3px rgba(0, 0, 0, 0.2);box-shadow:0 5px 5px -3px rgba(0, 0, 0, 0.2)}
.ie8 .box-shadow1,.ie8 .box-shadow2,.ie8 .box-shadow3 {border:1px outset #EEE !important}
.ie8 .box-bordernone.box-shadow1,.ie8 .box-bordernone.box-shadow2,.ie8 .box-bordernone.box-shadow3 {border-top:none !important;border-left:none !important}
.box-roundtop {-webkit-border-bottom-left-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-bottomright:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}
.box-roundbottom {-webkit-border-top-right-radius:0 !important;-webkit-border-top-left-radius:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-topleft:0 !important;border-top-right-radius:0 !important;border-top-left-radius:0 !important}
.box-roundnone {-webkit-border-bottom-left-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-bottomright:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;-webkit-border-top-right-radius:0 !important;-webkit-border-top-left-radius:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-topleft:0 !important;border-top-right-radius:0 !important;border-top-left-radius:0 !important}
.box-gradient1 {background-image:-webkit-linear-gradient(rgba(0,0,0,0.0) 0, rgba(0,0,0,0.1) 100%);background-image:-moz-linear-gradient(rgba(0,0,0,0.0) 0, rgba(0,0,0,0.1) 100%);background-image:-ms-linear-gradient(rgba(0,0,0,0.0) 0, rgba(0,0,0,0.1) 100%);background-image:linear-gradient(rgba(0,0,0,0.0) 0, rgba(0,0,0,0.1) 100%)}
.ie9 .box-color1.box-gradient1, .ie8 .box-color1.box-gradient1 {background-color:#F2F2F2}
.box-gradient2 {background-image:-webkit-linear-gradient(rgba(0,0,0,0.1) 0, rgba(0,0,0,0.3) 100%);background-image:-moz-linear-gradient(rgba(0,0,0,0.1) 0, rgba(0,0,0,0.3) 100%);background-image:-ms-linear-gradient(rgba(0,0,0,0.1) 0, rgba(0,0,0,0.3) 100%);background-image:linear-gradient(rgba(0,0,0,0.1) 0, rgba(0,0,0,0.3) 100%)}
.ie9 .box-color1.box-gradient2, .ie8 .box-color1.box-gradient2 {background-color:#BFBFBF}
.box-gradient3 {background-image:-webkit-linear-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.5) 100%);background-image:-moz-linear-gradient(rgba(0,0,0,0.3) 0, rgba(0,0,0,0.5) 100%);background-image:-ms-linear-gradient(rgba(0,0,0,0.3) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(rgba(0,0,0,0.3) 0, rgba(0,0,0,0.5) 100%)}
.ie9 .box-color1.box-gradient3, .ie8 .box-color1.box-gradient3 {background-color:#808080}
.box-color1 {background-color:#FFF}
.box-color2 {background-color:#FFB414}
.box-color3 {background-color:#234E96}
.box-shade1 {background-color:#F2F2F2;background-color:rgba(0,0,0,0.05)}
.box-shade2 {background-color:#BFBFBF;background-color:rgba(0,0,0,0.25)}
.box-shade3 {background-color:#808080;background-color:rgba(0,0,0,0.5)}
.box-color2.box-shade1 {background-color:#F2AB13}
.box-color2.box-shade2 {background-color:#BF870F}
.box-color2.box-shade3 {background-color:#7F5A0A}
.box-color3.box-shade1 {background-color:#214A8E}
.box-color3.box-shade2 {background-color:#1A3A70}
.box-color3.box-shade3 {background-color:#11274B}
.box-tint1 {background-color:#868686;background-color:rgba(255,255,255,0.05)}
.box-tint2 {background-color:#A0A0A0;background-color:rgba(255,255,255,0.25)}
.box-tint3 {background-color:#C0C0C0;background-color:rgba(255,255,255,0.5)}
.box-color2.box-tint1 {background-color:#FFB820}
.box-color2.box-tint2 {background-color:#FFC74F}
.box-color2.box-tint3 {background-color:#FFDA8A}
.box-color3.box-tint1 {background-color:#2E579B}
.box-color3.box-tint2 {background-color:#5A7AB0}
.box-color3.box-tint3 {background-color:#91A7CB}
.additional_d
{
    background-color: #fff;
    padding: 20px;
    padding-top: 0;
    border: 1px solid #ccc;
    margin: 20px 0;
    height: auto;
}
.box-fullwidth{
    border-top: 1px solid #ccc;
}
.host{
    border-top:1px solid #ccc;
}
.host_name ul{
    margin:0;
    padding: 0;
}
.host_name ul li{
    float: left;
    list-style: none;
    border-left: 1px solid #ccc;
    padding: 10px 10px;
    width: 100%;
    max-width: 25%;
}
.host_name ul li:last-child{
    border-right:1px solid #ccc;
}
.first_host{
    background-color: #0370ff;
    border-radius: 50%;
    padding: 20px 20px;
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    max-width: 105px;
}
.first_host span{
    display: block;
    font-size: 10px;

}
.first_host p{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.first_content h3{
    color:#6c6c6c;
}
.first_content p{
    color:#6c6c6c;
}
.dedicate_host{
    background-color:#318921 !important;
}

.vps_host{
    background-color:#990502 !important;
}

.mine_host{
    background-color:#e37d0f !important;
}
.typical-box{
    -webkit-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    background-color: #fff;
    margin-bottom: 2.2rem;
}
.typical-box .typical-box-header{
    padding:8px 24px;
    background: #4d93d7;
    border-bottom:2px solid #106fb6;
}
.typical-box .typical-box-header h3{
    color:white;
}
.typical-box .typical-box-body{
    padding:24px 24px;
}
.tablepricing{
    margin-top:25px;
    width:100%;

    position: relative;
    color: #333;
}

.tablepricing caption{
    padding: 0 13px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    text-align: left;
    background-color: #424a54;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tablepricing thead{
    background: #7F8C8D;
    color:#FFF;

    position: relative;
}
.tablepricing thead tr th {
    padding: 8px;
    position:relative;
    padding-left: 12px;
}
.tablepricing tbody tr th {
    padding: 8px 15px 8px 15px;
    border-right: 1px inset #D7D7D7;

    font-weight: 400;
}
.tablepricing tbody tr:hover {
    background: #CDCDCD !important;
}.tablepricing tbody tr:nth-child(even){background: #EFEFEF;}
.tablepricing tbody{border-bottom:1px inset #D7D7D7;}
.tablepricing tbody tr th:first-child{border-left: 1px inset #D7D7D7;position: relative;}
.tablepricing .buynow{
    background-color: #e47f00;
    border-color: #b66600;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -2px rgba(0,0,0,0.2);
    color: #fff;
    padding: 10px;
    display:inline-block;
    border-radius: 5px;
    cursor: pointer;
}
.tablepricing .buynow:hover,.tablepricing .buynow:focus,.tablepricing .buynow:active{
    background:#333;

    text-decoration: none;
}
.tablepricing .tier2{background: #EFEFEF;}
.tablepricing .cpu {padding-left: 60px;font-weight:700;color: rgb(67, 67, 67);}
.tablepricing .price {font-weight:700;color: rgb(67, 67, 67);}
.tablepricing .cpusticker{
    position: absolute;
    width: 34px;
    height: 25px;
    margin-left: -44px;
}
.tablepricing .cpu-xeon{
    background: url(../img/icons/intel-xeon.png) no-repeat left center;
}
.tablepricing .cpu-amd{
    background: url(../img/icons/amd-cpu.png) no-repeat left center;
}
.pricing-tb {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    padding-left: 0;
    margin: 0 1px 0 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    position: relative;
    border: #e1e1e2 1px solid;
    text-shadow: none;
    text-align: center;
    margin: 0 15px 20px 15px;
    border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin: 0;
}
.pricing-tb sup{
    font-size:28px;
    top: 2px;
    margin-right:5px;
    vertical-align: super;
}
.pricing-tb .title,.pricing-tb .pricing{
    position: relative;
    background: transparent;
}
.pricing-tb li{
    list-style: none;
}
.pricing-tb .feat{
    background: transparent;
    font-weight:300;
    padding:8px;
    font-size:16px;
    color:#444448;
    border-bottom:1px solid #F7F7F7;
}
.pricing-tb .pricing{
    font-size: 82px;
    color: #3D3D3D;
    padding: 15px;
    padding-bottom: 0px;
    margin: 0px;
    font-weight: 700;
}
.pricing-tb .title {
    background: #3D3D3D;
    color: #fff;
    font-size: 24px;
    margin: 0;
    height: 70px;
    line-height: 70px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.pricing-tb .greentitle {background: #8EB73E}
.pricing-tb .price-dur{
    font-size: 18px;
    margin-top: -10px;
    font-weight: 300;
    padding: 0;
}
.pricing-tb .summary{
    padding: 3px;
    font-size: 16px;
    color: #444448;
    padding: 25px;
    font-weight:700;
    text-transform: uppercase;
}
.pricing-tb .feature{padding:5px;}
.pricing-tb .t1{background: #FBFBFB;}
.pricing-tb .t2{background: #F6F6F6;}
.pricing-tb .hostingoption{
    padding: 5px;
    font-size: 16px;
    color: #444448;
    background: #ECECEC;
    border-top: 1px solid #D9D9D9;
    font-weight:700;
    text-transform: uppercase;
}
.pricing-tb .hostingoption1{
    padding: 5px;
    font-size: 16px;
    color: #444448;
    border-top: 1px solid #D9D9D9;
    font-weight:700;
    text-transform: uppercase;
}
.pricing-tb .end-price{
    padding-left:45px;
    padding-right:45px;
    padding-bottom:15px;
}

.btn-grey {
    color: #ffffff;
    background-color: #3D3D3D;
    box-shadow: 0px 3px 0px #313131;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    color: #ffffff;
    background-color: #535353;
    box-shadow: 0px 3px 0px #474747;
}
.btn-grey:active,
.btn-grey.active,https://www.cloudboo.org/cart.php?a=add&pid=1&currency=3
.open .dropdown-toggle.btn-grey {
    background: #535353;
    color: #ffffff;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #535353;
}
.faq button{outline:none;text-decoration: none;width:100%;}
.faq button:hover,.faq button:focus,.faq button:active{outline:none;text-decoration:none;width:100%;}
.faq .main-panel {
    line-height: 1.3333333333em;
    color: #fff;
    background: #888;
    background-clip: padding-box;
    text-decoration: none;
    padding: 15px;
    font-size:18px;
    width:100%;
    padding-left: 15px;
    border-top: 2px solid #d6d6d6;
    border-left: 0;
}
.faq .faqpanel{
    padding-left:15px;

}
.features-icons{text-align:center;padding: 40px;background:#f5f5f5;border-top:1px solid #d2d2d2;margin-top:50px;border-bottom: 1px solid #d2d2d2;}
.features-icons h3{font-size:26px;font-weight: 300;margin: 0;padding: 0;margin-bottom: 6px;font-famaily: inherit;color: #3498DB;}
.features-list ul{list-style: square;}
.features-list ul{list-style: square;}

#mgmenu1 {
    z-index: 12;
    height: 80px;
}
#mgmenu2 {
    margin-top: 12px;
    z-index: 11;
}
.mgmenu_container,
.mgmenu_fixed,
.mgmenu_footer {
    width:100%;
    height: 60px;
    z-index:10;





}
.mgmenu_container {
    position:relative;
    margin:0 auto;
}
.mgmenu_fixed,
.mgmenu_footer {
    width: inherit;
    max-width: inherit;
    position:fixed;
    top:0;
    *width:expression(this.parentNode.currentStyle['width']);
}
.mgmenu_footer {
    top: auto;
    bottom:0;
}
.mgmenu {
    font-family: inherit;
    font-size: 16px;
    list-style:none;
    padding:0;
    margin:0; /* For IE7 */
    line-height:1;
}
.mgmenu > li {
    float: left;
    margin: 0;
    -webkit-transition:background .3s;
    -moz-transition:background .3s;
    -o-transition:background .3s;
    -ms-transition:background .3s;
    transition:background .3s;
}
.mgmenu li.noactive {
    background:none;
}
.mgmenu > li > a,
.mgmenu > li > span {
    display: block;
    font-size: 16px;
    outline:0;
    color:white;
    text-decoration:none;
    padding-left: 25px;
    background: url(../img/header-breaker.png) no-repeat right center;
    padding-right: 25px;
    line-height: 80px;
}
.mgmenu > li > span:hover,
.mgmenu > li > a:hover,
.mgmenu > li > a:focus {
    cursor:pointer;
    color: #FFFFFF;
    outline:none;
}
.mgmenu > li .mgmenu_drop {
    background-image:url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position:right 19px;
    padding-right:20px;
}
.mgmenu_footer .mgmenu > li .mgmenu_drop {
    background-image:url("../img/upArrow.png");
}
.mgmenu > li.right_item {
    float:right;
    margin-right:0;
}
.mgmenu_container > .mgmenu > li.mgmenu_button,
.mgmenu_fixed > .mgmenu > li.mgmenu_button,
.mgmenu_footer > .mgmenu > li.mgmenu_button {
    display: none;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    font-weight: bold;
    background-color:transparent;
    background-image:url("../img/toggle.png");
    background-repeat: no-repeat;
    background-position:96% 10px;
    line-height:12px;
    padding:14px 4% 14px 4%;
    color:#ffffff;
    text-shadow:1px 1px 1px #000000;
}
.mgmenu_container > .mgmenu > li.mgmenu_button_active,
.mgmenu_fixed > .mgmenu > li.mgmenu_button_active,
.mgmenu_footer > .mgmenu > li.mgmenu_button_active {
    background-color:#000000;
}
.mgmenu_trigger {
    position: fixed;
    z-index:2;
    margin:0 auto;
    right:0;
    margin-right: 20px;
    width:35px;
    height:41px;
    display: block;
}
.mgmenu_trigger {
    top: 0;
    background-image:url("../img/button_up.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #121212;
}
.mgmenu_trigger.active {
    background-image:url("../img/button_down.png");
}
.mgmenu_footer ~ .mgmenu_trigger {
    top:auto;
    bottom: 0;
    background-image:url("../img/button_down.png");
}
.mgmenu_footer ~ .mgmenu_trigger.active {
    background-image:url("../img/button_up.png");
}
.mgmenu li .dropdown_container,
.mgmenu li .dropdown_fullwidth,
.mgmenu li .mgmenu_multilevel {
    position:absolute;
    top: 80px;
    display: none;
    float:left;
    zoom:1;
    z-index: 99999;
    margin: 0px 0 38px 0px;
    padding: 0;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    border-top:none;
    background: #FFFFFF;
    color: #212121;
}
.mgmenu li .dropdown_container {
    left:auto;
}
.mgmenu li .dropdown_fullwidth {
    left:0;
}
.mgmenu li.right_item .dropdown_container {
    left:auto;
    right:-1px;
}
.mgmenu_footer .mgmenu > li .dropdown_container,
.mgmenu_footer .mgmenu > li .dropdown_fullwidth,
.mgmenu_footer .mgmenu > li .mgmenu_multilevel {
    margin:0 0 0 -1px;
    top:auto;
    bottom:0;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
    border:1px solid #CCCCCC;
    border-bottom:none;
}


.mgmenu > li:hover .dropdown_container,
.mgmenu > li:hover .dropdown_fullwidth,
.mgmenu > li.right_item:hover .dropdown_container {
    display: block;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);  box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
.mgmenu li .dropdown_1column {
    width: 8.3334%;
    padding-left: 2%;
    padding-right: 2%;
}
.mgmenu li .dropdown_2columns {
    width: 16.6667%;
    padding-left: 1.8333%;
    padding-right: 1.8333%;
}
.mgmenu li .dropdown_3columns {
    width: 25%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.mgmenu li .dropdown_4columns {
    width: 33.3334%;
    padding-left: 1.333%;
    padding-right: 1.333%;
}
.mgmenu li .dropdown_5columns {
    width: 41.6667%;
    padding-left: 1.166%;
    padding-right: 1.166%;
}
.mgmenu li .dropdown_6columns {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}
.mgmenu li .dropdown_7columns {
    width: 58.3334%;
    padding-left: 0.833%;
    padding-right: 0.833%;
}
.mgmenu li .dropdown_8columns {
    width: 66.6667%;
    padding-left: 0.666%;
    padding-right: 0.666%;
}
.mgmenu li .dropdown_9columns {
    width: 75%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}
.mgmenu li .dropdown_10columns {
    width: 83.3334%;
    padding-left: 0.333%;
    padding-right: 0.333%;
}
.mgmenu li .dropdown_11columns {
    width: 91.6667%;
    padding-left: 0.1666%;
    padding-right: 0.1666%;
}
.mgmenu li .dropdown_fullwidth {
    width: 100%;
}
.mgmenu .col_1,
.mgmenu .col_2,
.mgmenu .col_3,
.mgmenu .col_4,
.mgmenu .col_5,
.mgmenu .col_6,
.mgmenu .col_7,
.mgmenu .col_8,
.mgmenu .col_9,
.mgmenu .col_10,
.mgmenu .col_11,
.mgmenu .col_12 {
    float: left;
    display:inline;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    /*
    Rounding error with IE7.
    Lower margin values will absorb the difference.
    */
    *padding-left: 1.9%;
    *padding-right: 1.9%;
}
.mgmenu .col_1 {width:4.33%;}
.mgmenu .col_2 {width:12.66%;}
.mgmenu .col_3 {width:21%;}
.mgmenu .col_4 {width:29.33%;}
.mgmenu .col_5 {width:37.66%;}
.mgmenu .col_6 {width:46%;}
.mgmenu .col_7 {width:54.33%;}
.mgmenu .col_8 {width:62.66%;}
.mgmenu .col_9 {width:71%;}
.mgmenu .col_10 {width:79.33%;}
.mgmenu .col_11 {width:87.66%;}
.mgmenu .col_12 {width:96%;}

.mgmenu .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.mgmenu .col_border {
    -webkit-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
    -o-box-shadow: -1px 0 0 rgba(0,0,0,0.15);
    box-shadow: -1px 0 0 rgba(0,0,0,0.15);
}
.mgmenu .dropdown_flyout,
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    border:1px solid #CCCCCC;
    background: #e5e5e5;
}
.mgmenu .dropdown_flyout li {
    float: left;
    width: 100%;
    padding: 3px 0 3px 0;
}
.mgmenu .dropdown_flyout ul li {
    width: 160px;
    padding: 3px 10px 3px 10px;
}
.mgmenu .dropdown_flyout li.last {
    margin-bottom: 12px;
}
.mgmenu .dropdown_flyout a {
    display: block;
    width: 10em;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    position: absolute;
    margin:15px 0 0 4px;
    padding:6px;
    left:98%;
    top:-21px;
    display: none;
    zoom:1;
    float: left;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level_left {
    left:-102%;
    right:100%;
}
.mgmenu .dropdown_flyout .dropdown_parent {
    background:url("../img/rightArrow.png") no-repeat 90% 9px;
}
.mgmenu .dropdown_flyout .dropdown_parent_left {
    background:url("../img/leftArrow.png") no-repeat 90% 9px;
}
.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level,
.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
    display: block;
}
.mgmenu .dropdown_flyout .flyout_heading {
    font-family: inherit;
    padding-bottom: 9px;
    margin-bottom: 9px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow:0 1px 1px #f4f4f4;
    -moz-box-shadow:0 1px 1px #f4f4f4;
    -o-box-shadow:0 1px 1px #f4f4f4;
    box-shadow:0 1px 1px #f4f4f4;
}
.mgmenu p,
.mgmenu h1,
.mgmenu h2,
.mgmenu h3,
.mgmenu h4,
.mgmenu h5,
.mgmenu h6 {
    padding:0;
    margin:0;
    font-weight: normal;
    color:#222222;
    text-shadow:1px 1px 1px #ffffff;
    margin-bottom:18px;
}
.mgmenu h1,
.mgmenu h2,
.mgmenu h3,
.mgmenu h4,
.mgmenu h5,
.mgmenu h6 {
    font-family: inherit;
}
.mgmenu p {
    font-size:12px;
}
.mgmenu h1 {
    font-size:32px;
}
.mgmenu h2 {
    font-size:28px;
}
.mgmenu h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.mgmenu h4 {
    font-size:18px;
}
.mgmenu h5 {
    font-size:16px;
}
.mgmenu h6 {
    font-size:14px;
    text-transform:uppercase;
}
.mgmenu a {
    text-decoration: none;
    color:#222222;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
}
.mgmenu a:hover {
    color: #000000;
    text-decoration: none;
}
.mgmenu a:focus {
    background: none;
}
/* Lists */
.mgmenu > li ul,
.mgmenu > li ol {
    padding:0 0 0 18px;
    margin:0 0 18px 0;
}
.mgmenu > li ul {
    list-style:square;
    margin: 0;
    width: 100%;
    padding: 0;
}
.mgmenu > li ol {
    list-style:decimal;
}
.mgmenu > li ul.no_bullets {
    list-style:none;
    padding:0;
}
.mgmenu > li ul.no_bullets li {
    line-height: 24px;
}
.mgmenu > li ul li:hover {
    background: #F1F5FA;
    background: rgba(241,245,250,.94);
    color: #000;
    text-decoration: none;
}
.mgmenu > li ul li,
.mgmenu > li ol li {
    font-size: 16px;
    position:relative;
    color:#222222;
    text-shadow:1px 1px 1px #ffffff;
    width: 100%;
    list-style: none;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
}
/*  Other Styling */
.mgmenu blockquote {
    color:#aaaaaa;
    border-left: 5px solid #cccccc;
    padding-left: 20px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
}
.mgmenu .text_box {
    width: 84%;
    background: #ffffff;
    padding: 12px 8% 12px 8%;
    -webkit-box-shadow: 0 1px 1px #bbbbbb;
    -moz-box-shadow: 0 1px 1px #bbbbbb;
    -o-box-shadow: 0 1px 1px #bbbbbb;
    box-shadow: 0 1px 1px #bbbbbb;
}
.mgmenu .text_box_black {
    background: #212121;
}
.mgmenu .text_box_red {
    background: #e48a76;
}
.mgmenu .text_box_blue {
    background: #92bfd1;
}
.mgmenu .text_box_green {
    background: #b4ca91;
}
.mgmenu .text_box_yellow {
    background: #f3d067;
}
.mgmenu .text_box_purple {
    background: #C0ADDB;
}
.mgmenu .text_box_brown {
    background: #b2aa9f;
}
.mgmenu .text_box_black,
.mgmenu .text_box_red,
.mgmenu .text_box_blue,
.mgmenu .text_box_green,
.mgmenu .text_box_yellow,
.mgmenu .text_box_purple,
.mgmenu .text_box_brown {
    color:#ffffff;
    text-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
.mgmenu .img_description {
    text-align: center;
    font-style:italic;
    margin-top: -6px;
    font-family: inherit;
}
.mgmenu hr {
    width: 100%;
    height: 0;
    *height:2px;
    margin-bottom: 18px;
    border:none;
    border-bottom:1px solid #f4f4f4;
    border-top:1px solid #ccc;
}
.mgmenu .video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 18px;
}
.mgmenu .video_container iframe,
.mgmenu .video_container object,
.mgmenu .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
    outline: none;
}
.mgmenu iframe {
    border:0;
    outline: none;
    width: 100%;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    margin-bottom: 12px;
}
/* Inline Images */
.mgmenu img {
    border:none;
}
.mgmenu .inline_img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px #999999;
    -moz-box-shadow: 0 1px 1px #999999;
    -o-box-shadow: 0 1px 1px #999999;
    box-shadow: 0 1px 1px #999999;
    margin-bottom:18px;
    margin-top: 6px;
}
.mgmenu a .inline_img {
    opacity: 0.8;
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
    -o-transition:opacity .3s;
    -ms-transition:opacity .3s;
    transition:opacity .3s;
}
.mgmenu a:hover .inline_img {
    opacity: 1;
}
.mgmenu .inline_img_border {
    border:5px solid #fff;
}
/* Icons */
.mgmenu .mini_icon {
    background-image: url("../img/icons/mini-icons-white.png");
    background-repeat: no-repeat;
    margin-top: -2px;
    padding-left: 6px;
    float: left;
    width: 20px;
    height: 20px;
}
/* Row 1 */
.mgmenu .ic_empty_document{ background-position: 0 0;  }
.mgmenu .ic_documents{ background-position: -32px 0;  }
.mgmenu .ic_text_document{ background-position: -64px 0;  }
.mgmenu .ic_folder{ background-position: -96px 0;  }
.mgmenu .ic_picture{ background-position: -128px 0;  }
.mgmenu .ic_cloud{ background-position: -160px 0;  }
.mgmenu .ic_archive{ background-position: -192px 0;  }
.mgmenu .ic_download{ background-position: -224px 0;  }
.mgmenu .ic_user{ background-position: -256px 0;  }
.mgmenu .ic_tag{ background-position: -288px 0;  }
/* Row 2 */
.mgmenu .ic_lock{ background-position: 0 -32px;  }
.mgmenu .ic_unlock{ background-position: -32px -32px;  }
.mgmenu .ic_mail{ background-position: -64px -32px;  }
.mgmenu .ic_brush{ background-position: -96px -32px;  }
.mgmenu .ic_refresh{ background-position: -128px -32px;  }
.mgmenu .ic_grid{ background-position: -160px -32px;  }
.mgmenu .ic_list{ background-position: -192px -32px;  }
.mgmenu .ic_delete{ background-position: -224px -32px;  }
.mgmenu .ic_settings{ background-position: -256px -32px;  }
.mgmenu .ic_time{ background-position: -288px -32px;  }
/* Row 3 */
.mgmenu .ic_bookmark{ background-position: 0 -64px;  }
.mgmenu .ic_calendar{ background-position: -32px -64px;  }
.mgmenu .ic_graph{ background-position: -64px -64px;  }
.mgmenu .ic_pin{ background-position: -96px -64px;  }
.mgmenu .ic_chat{ background-position: -128px -64px;  }
.mgmenu .ic_chats{ background-position: -160px -64px;  }
.mgmenu .ic_print{ background-position: -192px -64px;  }
.mgmenu .ic_attachment{ background-position: -224px -64px;  }
.mgmenu .ic_power{ background-position: -256px -64px;  }
.mgmenu .ic_favorite{ background-position: -288px -64px;  }
/* Row 4 */
.mgmenu .ic_sound{ background-position: 0 -96px;  }
.mgmenu .ic_edit{ background-position: -32px -96px;  }
.mgmenu .ic_fullscreen{ background-position: -64px -96px;  }
.mgmenu .ic_target{ background-position: -96px -96px;  }
.mgmenu .ic_sync{ background-position: -128px -96px;  }
.mgmenu .ic_zoom{ background-position: -160px -96px;  }
.mgmenu .ic_plus{ background-position: -192px -96px;  }
.mgmenu .ic_minus{ background-position: -224px -96px;  }
.mgmenu .ic_cancel{ background-position: -256px -96px;  }
.mgmenu .ic_ok{ background-position: -288px -96px;  }
/* Row 5 */
.mgmenu .ic_users{ background-position: 0 -128px;  }
.mgmenu .ic_calc{ background-position: -32px -128px;  }
.mgmenu .ic_left{ background-position: -64px -128px;  }
.mgmenu .ic_right{ background-position: -96px -128px;  }
.mgmenu .ic_up{ background-position: -128px -128px;  }
.mgmenu .ic_down{ background-position: -160px -128px;  }
.mgmenu .ic_up_circle{ background-position: -192px -128px;  }
.mgmenu .ic_down_circle{ background-position: -224px -128px;  }
.mgmenu .ic_left_circle{ background-position: -256px -128px;  }
.mgmenu .ic_right_circle{ background-position: -288px -128px;  }

.mgmenu .menubar_icon {
    padding: 0;
    list-style: none;
    float: left;
}
.mgmenu .menubar_icon:hover {
    background:none;
}
.mgmenu .menubar_icon ul > li {
    list-style: none;
    float: left;
    -webkit-transition:background-color .3s;
    -moz-transition:background-color .3s;
    -o-transition:background-color .3s;
    -ms-transition:background-color .3s;
    transition:background-color .3s;
}
.mgmenu .menubar_icon ul > li:hover {
    background-color:#131313;
}
.mgmenu .menubar_icon ul > li > a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    display: block;
    padding: 7px 4px 9px 4px;
    width: 24px;
    height: 24px;
}
.mgmenu .icon_vimeo {
    background-image: url("../img/icons/icon_vimeo.png");
}
.mgmenu .icon_dribbble {
    background-image: url("../img/icons/icon_dribbble.png");
}
.mgmenu .icon_twitter {
    background-image: url("../img/icons/icon_twitter.png");
}
.mgmenu .icon_facebook {
    background-image: url("../img/icons/icon_facebook.png");
}
.mgmenu .icon_flickr {
    background-image: url("../img/icons/icon_flickr.png");
}
.mgmenu .contact_form {
    display: block;
    margin-bottom:10px;
}
.mgmenu .contact_form label {
    font-size: 12px;
    font-family:inherit;
}
.mgmenu .form_element {
    color: #000000;
    background-color:#fbfbfb;
    border:1px solid #dddddd;
    font-family:inherit;
    font-size:12px;
    width: 96%;
    padding:9px 2% 9px 2%;
    margin:12px 0 18px 0;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.mgmenu .form_element:hover{
    background-color:#fcfcfc;
}
.mgmenu .form_element:focus {
    background-color:#ffffff;
}
.mgmenu .form_element:focus {
    outline:none;
}
.mgmenu .contact_form textarea {
    height:120px;
    resize:none;
}
.mgmenu .contact_form .required {
    color:#C00;
}
.mgmenu .contact_form .error,
.mgmenu .contact_form .success {
    width: 96%;
    padding:9px 2% 9px 2%;
    margin: 12px 0 6px 0;
    border:1px solid rgba(0,0,0,0.15);
    text-shadow:1px 1px 1px #ffffff;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
}
.mgmenu .contact_form .error {
    background:#f7cac4;
    color:#992213;
}
.mgmenu .contact_form .success {
    background:#d8f6bc;
    color:#2f530b;
    margin-bottom: 12px;
}
.mgmenu .contact_form .button {
    padding: 7px 12px;
    margin:9px 12px 0 0;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #222222;
    text-shadow: 0 1px 1px #000000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.mgmenu .contact_form .button:active {
}
.mgmenu .contact_form .button:hover,
.mgmenu .contact_form .button:focus {
    color: #ffffff;
    background-color: #1A1A1A;
}

.mgmenu .contact_form .select_element {
    float: left;
    width:310px;
    overflow: hidden;
    position: relative;
    background-color:#fbfbfb;
    border:1px solid #dddddd;
    font-family:inherit;
    font-size:12px;
    width: 100%;
    margin:12px 0 18px 0;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
}
.mgmenu .contact_form .select_element select {
    width:100%;
    height:30px;
    font-size:12px;
    color: #999;
    padding: 6px 0 6px 10px;
    border: 0;
    background: none;
    outline: none;
}
.mgmenu .contact_form .select_element select option {
    background: #fdfdfd;
    width: 100%;
    color: #666;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    .mgmenu .contact_form .select_element:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        border: 5px solid transparent;
        border-top: 5px solid #333333;
        pointer-events: none;
    }
    .mgmenu .contact_form .select_element select,
    .mgmenu .contact_form .select_element select option {
        -webkit-appearance: none;
        appearance: none;
    }

}
.mgmenu li > .mgmenu_tabs {
    padding: 0 !important;
}
.mgmenu_tabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mgmenu_tabs_hide {
    display:none;
}
.mgmenu_tabs .mgmenu_tabs_nav {
    width:20%;
    float:left;
    position: relative;
    margin:0;
    padding: 0;
}
.mgmenu_tabs .mgmenu_tabs_panels {
    margin: 0;
    padding: 21px 1% 12px 1%;
    width: 78%;
    *width:77.9%; /* IE7 bug */
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
    -o-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
    box-shadow: -1px 0px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs .mgmenu_tabs_nav li {
    list-style: none;
    margin:0;
    border:none;
    margin:0;
    float: left;
    width: 100%;
    clear: left;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.mgmenu_tabs .mgmenu_tabs_nav li a {
    font-size:12px;
    outline:0;
    text-decoration:none;
    display:block;
    padding: 9px 15px 9px 15px;
}
.mgmenu_tabs li a.current,
.mgmenu_tabs li a.current:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);
    top:1px;
}
.mgmenu_tabs_right .mgmenu_tabs_panels {
    -webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
    box-shadow: 1px 0px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs_top .mgmenu_tabs_nav,
.mgmenu_tabs_bottom .mgmenu_tabs_nav {
    width:100%;
}
.mgmenu_tabs_top .mgmenu_tabs_panels,
.mgmenu_tabs_bottom .mgmenu_tabs_panels {
    padding: 21px 1% 12px 1%;
    width: 98%;
    *width:97.9%; /* IE7 bug */
}
.mgmenu_tabs_top .mgmenu_tabs_nav li,
.mgmenu_tabs_bottom .mgmenu_tabs_nav li {
    float: none;
    width: auto;
    clear: none;
    display: inline;
}
.mgmenu_tabs_top .mgmenu_tabs_nav li a,
.mgmenu_tabs_bottom .mgmenu_tabs_nav li a {
    display:inline;
    float: left;
}
.mgmenu_tabs_top li a.current,
.mgmenu_tabs_top li a.current:hover,
.mgmenu_tabs_bottom li a.current,
.mgmenu_tabs_bottom li a.current:hover {
    -webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
    -o-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
    box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);
}

.mgmenu_tabs_top .mgmenu_tabs_panels {
    -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 1px rgba(0,0,0,0.05);
}
.mgmenu_tabs_bottom .mgmenu_tabs_panels {
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


    .mgmenu > li .mgmenu_drop {
        background-size: 9px 5px;
        background-image:url("../img/downArrow@2x.png");
    }
    .mgmenu_footer .mgmenu > li .mgmenu_drop {
        background-size: 9px 5px;
        background-image:url("../img/upArrow@2x.png");
    }
    .mgmenu_container > .mgmenu > li.mgmenu_button,
    .mgmenu_fixed > .mgmenu > li.mgmenu_button,
    .mgmenu_footer > .mgmenu > li.mgmenu_button {
        background-size: 24px 24px;
        background-image:url("../img/toggle@2x.png");
    }
    .mgmenu_trigger {
        background-size: 35px 35px;
        background-image:url("../img/button_up@2x.png");
    }
    .mgmenu_trigger.active {
        background-size: 35px 35px;
        background-image:url("../img/button_down@2x.png");
    }
    .mgmenu_footer ~ .mgmenu_trigger {
        background-size: 35px 35px;
        background-image:url("../img/button_down@2x.png");
    }
    .mgmenu_footer ~ .mgmenu_trigger.active {
        background-size: 35px 35px;
        background-image:url("../img/button_up@2x.png");
    }
    .mgmenu .dropdown_flyout .dropdown_parent {
        background-size: 5px 9px;
        background-image:url("../img/rightArrow@2x.png");
    }
    .mgmenu .dropdown_flyout .dropdown_parent_left {
        background-size: 5px 9px;
        background-image:url("../img/leftArrow@2x.png");
    }
    .mgmenu .mini_icon {
        background-image: url("../img/icons/mini-icons-white@2x.png");
        background-repeat: no-repeat;
        background-size: 304px 144px;
    }

    .mgmenu .menubar_icon ul > li > a {
        background-size: 24px 24px;
    }
    .mgmenu .icon_vimeo {
        background-image: url("../img/icons/icon_vimeo@2x.png");
    }
    .mgmenu .icon_dribbble {
        background-image: url("../img/icons/icon_dribbble@2x.png");
    }
    .mgmenu .icon_twitter {
        background-image: url("../img/icons/icon_twitter@2x.png");
    }
    .mgmenu .icon_facebook {
        background-image: url("../img/icons/icon_facebook@2x.png");
    }
    .mgmenu .icon_flickr {
        background-image: url("../img/icons/icon_flickr@2x.png");
    }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .mgmenu li .dropdown_flyout .dropdown_parent {
        background-size: 9px 5px;
        background-image:url("../img/downArrow-b@2x.png");
    }
}
.mgmenu > li:hover,
.mgmenu > li.active {
    background-color: #438BD1;

    color: #FFFFFF !important;

}
.nom {
    margin-left: 0;
    float: left;
}
.backup {
    margin-top: 25px;
    margin-bottom: 25px;
}
.backup img {
    margin-top: 5px;
}
.backup img {
    float: left;
    margin-top: 5px;
}
.large_features img{
    width:72px;
}
.bck_text {
    float: left;
    width: 450px;
    margin-left: 30px;
}
.large_features .bck_text img{
    margin-top: 12px;
    width: 380px;
    margin-left: 30px
}
.large_features img{
    max-height: 88px;
}
element.style {
}
.bck_text h4 {
    color: #474748;
    font-size: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 8px;
}
.bck_text p {
    color: #474748;
    font-size: 14px;
    margin: 0;
}
.blue-checklist {
    list-style: none;
    padding: 0;
}
.blue-checklist  li{
    background: url(../img/blue-check.png) 5px 5px no-repeat;

    padding: 5px;

    padding-left: 40px;
    list-style: none;
    color: #353535;
}
.pricingTable .pricingHeader {
    border: 1px solid #ff6b6b;
    border-bottom: none;
    background-color: #ff6b6b;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    position: relative;
}
.pricingTable{color:white;background-color:#333;margin-top: -192px;}
.pricingTable .pricebody{-webkit-box-shadow: inset 0px -2px 0px #cccccc;
    box-shadow: inset 0px -2px 0px #cccccc;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: 1px solid #acadae;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;}
.pricingTable .pricingIcon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    border: 5px solid #135DA5;
    margin: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #ffffff url('http://7oroof.com/tfdemos/7host/images/plan-icon-pink.png') center center no-repeat;
}
.pricingTable .pricingHeader {
    border: 1px solid #0061BE;
    border-bottom: none;
    background: -moz-linear-gradient(top,  rgba(25,124,211,1) 0%, rgba(87,153,214,0.75) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,124,211,1)), color-stop(100%,rgba(87,153,214,0.75))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(25,124,211,1) 0%,rgba(87,153,214,0.75) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(25,124,211,1) 0%,rgba(87,153,214,0.75) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(25,124,211,1) 0%,rgba(87,153,214,0.75) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(25,124,211,1) 0%,rgba(87,153,214,0.75) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197cd3', endColorstr='#bf5799d6',GradientType=0 ); /* IE6-9 */;
    padding: 20px; /* Old browsers */   /* FF3.6+ */   /* Chrome,Safari4+ */   /* Chrome10+,Safari5.1+ */   /* Opera 11.10+ */   /* IE10+ */   /* W3C */   /* IE6-9 */;
    -o-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    position: relative;
    text-align: center;
    font-weight: 100;
}

.pricingTable .pricingHeader h3 {font-weight:100}
.pricingTable ul{
    padding:0 !important;
    list-style:none;
    margin:0;
    color:#333 !important;
}
.pricingTable ul li img{width:18px;height:18px}
.pricingTable ul li{
    background-color: transparent;
    border-color: rgb(231, 231, 231);
    border-width: 1px;
    border-style: solid none none none;
    color: rgb(66, 66, 66);
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align:center;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.dedi-list{list-style:none;font-size:16px;}
.dedi-list li {float:left;margin-left:15px;width: 235px;}
.dedi-website{
    background: url(../img/site.png) 0px 0px no-repeat;
    padding: 23px;
    height: 64px;
    padding-left: 80px;
    list-style: none;
    color: #353535;}
.dedi-back{background: url(../img/backup.png) 0px 0px no-repeat;
    padding: 23px;
    height: 64px;
    padding-left: 80px;
    list-style: none;
    color: #353535;

}
.dedi-game{background: url(../img/game.png) 0px 0px no-repeat;
    padding: 23px;
    height: 64px;
    padding-left: 80px;
    list-style: none;
    color: #353535;}
.dedi-vps{background: url(../img/vps.png) 0px 0px no-repeat;
    padding: 23px;
    height: 64px;
    padding-left: 80px;
    list-style: none;
    color: #353535;}