/* Header */
#topbar {
   padding-top: 2px!Important;
   padding-bottom: 5px!Important;
   background-color: #f2f2f2!Important;
   position: fixed!Important;
   left: 0;
   z-index: 999!Important;
   width: 100%;
   height: 35px;
}
#topbar #webchat a:hover {
   color:#9A9A9A!Important
}
#topbar .social .fa {
   margin-left: 3px;
   vertical-align: center;
   font-size: 15px!Important;
   color:#575757!Important
}
#topbar .social .fa:hover {
   color: #FFFFFF!Important;
 transition: color .55s ease-in-out;
-moz-transition: color .55s ease-in-out;
-webkit-transition: color .55s ease-in-out;
}
#topbar .social a {
   margin-right: 5px!Important;
   font-size: 10px!Important;
   text-align: center;
}
#topbar a.btn {
   color: #FFF!Important;
   font-weight:200;
}
#topbar a {
   color: #575757!Important;
   font-size: 10px;
   margin-top: 0px!Important;
   margin-bottom: 0px!Important;
   vertical-align: sub;
   text-transform: uppercase;
   margin-right: 20px;
}
#topbar a:hover, #topbar a:focus {
   text-decoration: none;
   color: #9A9A9A!Important;
}
#topbar .fa {
   color: #575757!Important;
   font-size: 12px;
   vertical-align: center;
   margin-left: 13px;
   float: bottom;
}

#topbar span .fa {
   color: #575757!Important;
   font-size: 12px;
   vertical-align: center;
   margin-left: 13px;
   margin-right: -5px;
   float: bottom;
}

#topbar spam  {
   font-size: 10px;
   color: #575757;
   font-weight: 700;
}

/* Menu */
#menu {
   background: #ffffff; /* Cor Menu */
   padding-top: 17px;
   padding-bottom: 15px;
   position: fixed!Important;
   left: 0;
   z-index: 999!Important;
   width: 100%;
   border-top: 1px solid #dedede;
   border-bottom: 2px solid #dedede;
   top:32px!Important;
}
#menu .navbar-default .navbar-toggle {
   border-color: #283031!Important;
   background: #6DAB3E!Important;
}
#menu .navbar-default .navbar-toggle .icon-bar {
   background-color: #FFFFFF;
}
#menu .normal {
   margin-top: 16px;
   z-index:999;
}
#menu .navbar-nav>li>.dropdown-menu {
   border-top: none!Important;
   padding-top: 0px;
   padding-bottom: 0px;
   background-color: #fcfcfc; /* Cor Menu */
   border-radius: 0px;
}
#menu .dropdown-menu>li:first-child {
   border-top: none;
}
#menu .dropdown-menu>li {
   border-top: 1px solid #d2d2d2;
   border-left: 2px solid #8bc34a;
   border-right: 2px solid #8bc34a;
   border-bottom: 1px solid #d2d2d2;

}
#menu .dropdown-menu>li>a {
   color: #3a3a3a;     /* Cor SubMenu */
   font-weight: 700;
   font-size: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   text-transform: uppercase;
   font-family: arial;
}
#menu .dropdown-menu>li>a:focus {
   background-color: transparent;
   outline: none;
}
#menu .normal .fa {    /* FA SubMenu */
   margin-right: 1px!Important;
   font-size: 11px;
}
#menu .normal .dropdown-submenu {
   position: relative;
}
#menu .normal .dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -1px;
   margin-left: -1px;
   padding-top: 0px;
   padding-bottom: 0px;
   background-color: #e9e9e9;
   border-radius: 0px;
}
#menu .normal .dropdown-submenu:hover>.dropdown-menu {
   display: block;
}
#menu .normal .dropdown-submenu>a:after {
   display: block;
   content: " ";
   float: right;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
   border-width: 5px 0 5px 5px;
   border-left-color: #6F6F6F;
   margin-top: 5px;
   margin-right: -10px;
}
#menu .normal .dropdown-submenu:hover>a:after {
   border-left-color: #fff;
}
#menu .normal .dropdown-submenu.pull-left {
   float: none;
}
#menu .normal .dropdown-submenu.pull-left>.dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
} 
#menu .dropdown-menu>li>a:hover {     /* Cor SubMenu Ativo */
   color: #ffffff;
   background: #6CA93E;
}
#menu .container-fluid {
   padding-right: 0px;
   padding-left: 0px;
   margin-right: auto;
   margin-left: auto;
}
#menu #mainlogo {
   background: url('../img/logo.png');
   width: 232px;
   height: 36px;
   margin-left: 0px;
   margin-top: 2px;
}
#menu #mainlogo:hover {
   opacity: 0.5;
transition: opacity .55s ease-in-out;
-moz-transition: opacity .55s ease-in-out;
-webkit-transition: opacity .55s ease-in-out;
}
#menu .navbar {
   position: relative;
   min-height: 61px;
   margin-bottom: 10px;
   margin-top: 35px;
}
#menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   padding-left: 0px;
}
#menu .navbar-default {
   background: #ffffff;
   border: none!Important;
   z-index: 99999!Important;
}
#menu .navbar-default .navbar-nav>li>a {   /* Menu Fonte */
   font-size: 12px;
   font-weight: 500;
   color: #494949;
   text-transform: uppercase;
}
#menu .navbar-nav>li>a {
   padding: 10px!Important;
}
#menu .navbar-default .navbar-nav>li>a:hover {
   color: #818181;
}
#menu .nav>li>a {
   position: relative;
   display: block;
   margin: 0px;
   margin-left: 15px;
   margin-right: 15px;
}
#menu .nav>li>a.last {
   margin-right: 0px!Important;
}
#menu .navbar {
   min-height: 0px!Important;
   margin-top: 0px;
   margin-bottom: 0px;
}
#menu .navbar-default .navbar-nav>.open>a, #menu .navbar-default .navbar-nav>.open>a:focus, #menu .navbar-default .navbar-nav>.open>a:hover {
   background: transparent;
}
#menu .navbar-default .navbar-nav>li>a:hover {
   color:#8bc34a;
}
#menu .navbar-default .navbar-nav>li>a:focus {
   color:#8bc34a;
}
#menu .navbar-nav>li {
   border-right: 1px solid #f0f0f0;/* Cor Separador Menu */
}
#menu .navbar-nav>li:last-child {
   border-right: none!Important;
}
#menu .navbar-default .navbar-nav>.active>a, #menu .navbar-default .navbar-nav>.active>a:hover, #menu .navbar-default .navbar-nav>.active>a:focus {
   background-color: #6CA93E;
   color: #FFFFFF!Important;
   border-radius: 5px;
}
#menu .navbar-default .navbar-nav>.active>a:hover {
   background-color: #6CA93E;
   color:#FFF;
}
#menu .navbar-default .navbar-nav>.active>a:focus {
   background-color: #6CA93E;
   color:#FFF;
}
#menu #menu-left {
   margin-left:0px!Important;
   padding-left:0px!Important;
}
#menu #menu-right {
   margin-right:0px!Important;
   padding-right:0px!Important;
}
#menu #menu-right .fa {
   padding-right:10px!Important;
}
#menu .fa {
   padding-right:0px!Important;
}
#menu .headerslogan {
   float: left;
   border-left: 1px solid #ececec; /* Cor Slogan f0f0f0 */
   padding-left: 20px;
   margin-left: 20px;
   margin-top: 10px;
}
#menu .headerslogan p {
   font-size: 12px;
   font-weight: 100;
   color: #565656;
   margin-bottom: 0px;
   letter-spacing: 1px;
}
/* Announcements Feed */
#announcementsfeed {
   background: #2a2a2a;
   padding-top: 20px;
   padding-bottom: 17px;
   border-top: 1px solid #4E4E4E;
   border-bottom: 3px solid #8bc34a;
}
#announcementsfeed h5 {
   color: #e7e7e7;
   font-size:12px;
   margin-top:0px;
   margin-bottom:0px;
   font-weight:400;
}
#announcementsfeed a {
   color: #e7e7e7;
   font-size:12px;
   float: right;
   margin-top:0px;
   margin-bottom:0px;
   font-weight:200;
}
#announcementsfeed a:hover {
   color: #ccc;
   text-decoration:none;
}
#announcementsfeed .fa {
   color: #fff;
   font-size:12px;
   vertical-align: center;
}
/* Sub Banner */
#subbanner {
   background: url(../img/user-background2.png) no-repeat center #ececec;
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 2px solid #dedede;
   padding-bottom: 0px;
}
#subbanner .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner h4 {
   color: #575757;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 13px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner p {
   color: #575757;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner a {
   color: #575757;
}


/* Sub Banner - Storage Ftp */
#subbanner1 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/storage-background.jpg") no-repeat bottom;
  background-size: cover;
   color: #fff;
   background-size: auto;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner1 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner1 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner1 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner1 p spam {
   margin-right: 20px;
}
#subbanner1 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner1 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner1 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner1 .bannerlogo {
   margin-top: 80px;
   margin-bottom: 0px;
   float: right;
   margin-right: 50px;
   filter: brightness(80%);
}
/* Sub Banner - Iperius Backup */
#subbanner001 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/iperius-background.jpg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner001 .row {
   background-color: transparent;
   padding-top: 70px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 75px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner001 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner001 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner001 p spam {
   margin-right: 20px;
}
#subbanner001 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner001 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner001 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}


/* Sub Banner - Servidor Dedicado */
#subbanner01 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/da-background-1.jpg") no-repeat right;
  background-size: cover;
   color: #fff;
   padding-top: 115px;

   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner01 .row {
   background-color: transparent;
   padding-top: 70px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 75px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner01 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner01 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner01 p spam {
   margin-right: 20px;
}
#subbanner01 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner01 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner01 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}

/* Sub Banner - Hospedagem */
#subbanner02 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/da-background.jpg") no-repeat right;
  background-size: cover;
   color: #fff;
   padding-top: 115px;

   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner02 .row {
   background-color: transparent;
   padding-top: 70px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 75px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner02 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner02 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner02 p spam {
   margin-right: 20px;
}
#subbanner02 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner02 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner02 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}

/* Sub Banner - E-mail Hosting */
#subbanner005 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/e-mail-hosting-background.jpg") no-repeat right;
  background-size: cover;
   color: #fff;
   padding-top: 115px;

   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner005 .row {
   background-color: transparent;
   padding-top: 70px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 75px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner005 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner005 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner005 p spam {
   margin-right: 20px;
}
#subbanner005 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner005 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner005 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}

/* Sub Banner - Backup Online */
#subbanner7 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/backup-hosting-background.jpg") no-repeat center;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner7 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner7 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner7 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner7 p spam {
   margin-right: 20px;
}
#subbanner7 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner7 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner7 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner7 .bannerlogo {
   margin-top: -250px;
   margin-bottom: 0px;
   float: right;
   margin-right: 50px;
   filter: brightness(80%);
}

/* Sub Banner - OnlyOffice */
#subbanner07 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/ssl-background.jpg") no-repeat center;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner07 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner07 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner07 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner07 p spam {
   margin-right: 20px;
}
#subbanner07 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner07 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner07 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner07 .bannerlogo {
   margin-top: -250px;
   margin-bottom: 0px;
   float: right;
   margin-right: 50px;
   filter: brightness(80%);
}

/* Sub Banner - Office */
#subbanner15 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/ssl-background.jpg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner15 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner15 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner15 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner15 p spam {
   margin-right: 20px;
}
#subbanner15 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner15 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner15 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner15 .bannerlogo {
   margin-top: -235px;
   margin-bottom: 0px;
   float: right;
   margin-right: 100px;
   filter: brightness(80%);
}

/* Sub Banner - Certificado SSL */
#subbanner8 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/storage-background.jpg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner8 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner8 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner8 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner8 p spam {
   margin-right: 20px;
}
#subbanner8 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner8 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner8 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner8 .bannerlogo {
   margin-top: -235px;
   margin-bottom: 0px;
   float: right;
   margin-right: 100px;
   filter: brightness(90%);
}

/* Sub Banner - Certificado SSL */
#subbanner08 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/revenda-background.jpg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner08 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner08 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner08 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner08 p spam {
   margin-right: 20px;
}
#subbanner08 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner08 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner08 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner08 .bannerlogo {
   margin-top: -250px;
   margin-bottom: 0px;
   float: right;
   margin-right: 100px;
   filter: brightness(80%);
}

/* Sub Banner - OnlyOffice */
#subbanner07 {
  background: linear-gradient(to right, rgba(28, 28, 28, 1), rgba(44, 62, 80, 0.20) 70%), url("../img/ssl-background.jpg") no-repeat center;
  background-size: cover;
   color: #fff;
   padding-top: 95px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 10px;
   display: block;
}
#subbanner07 .row {
   background-color: transparent;
   padding-top: 90px;
   padding-bottom: 65px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner07 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner07 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner07 p spam {
   margin-right: 20px;
}
#subbanner07 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner07 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner07 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}
#subbanner07 .bannerlogo {
   margin-top: -250px;
   margin-bottom: 0px;
   float: right;
   margin-right: 50px;
   filter: brightness(80%);
}

/* Sub Banner - Backup Online 2 */
#subbanner9 {
  background: linear-gradient(to right, rgba(18, 18, 18, 1), rgba(44, 62, 80, 0.20) 90%), url("../img/reseller-background.jpeg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 110px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner9 .row {
   background-color: transparent;
   padding-top: 75px;
   padding-bottom: 75px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner9 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner9 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner9 p spam {
   margin-right: 20px;
}
#subbanner9 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner9 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner9 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}

/* Sub Banner - Backup Online 2 */
#subbanner09 {
  background: linear-gradient(to right, rgba(18, 18, 18, 1), rgba(44, 62, 80, 0.20) 90%), url("../img/managed-background.jpeg") no-repeat top;
  background-size: cover;
   color: #fff;
   padding-top: 110px;
   border-bottom: 2px solid #8bc34a;
   padding-bottom: 0px;
   display: block;
}
#subbanner09 .row {
   background-color: transparent;
   padding-top: 75px;
   padding-bottom: 75px;
   border-radius: 4px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner09 h4 {
   color: #6CA93E;
   text-shadow: 0px 0px 0px #353535;
   font-weight:600;
   text-transform: uppercase;
   font-size: 30px;
   padding-bottom: 10px;
}
#subbanner09 p {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: left;
   padding-bottom: 10px;
   padding-right: 20px;
}
#subbanner09 p spam {
   margin-right: 20px;
}
#subbanner09 p .fa {
   padding-left: 0px;
   padding-right: 5px;
   color: #6CA93E;
}
#subbanner09 p a {
   color: #ececec;
   padding-top: 3px;
   margin-top: 10px;
}
#subbanner09 p a .fa {
   font-size: 10px;
   padding-right: 5px;
   color: #ececec;
}

/* Cor do text Escuro 575757 */

/* Sub Banner - DDoS */
#subbanner2 {
   background: url(../img/ddos-background1.jpg) no-repeat;
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 2px solid #dedede;
   padding-bottom: 0px;
}
#subbanner2 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner2 h4 {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 13px;
   font-weight:500;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner2 p {
   color: #ececec;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner2 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner2 a {
   color: #ececec;
}
/* Sub Banner - Data Center */
#subbanner3 {
   background: url(../img/data-center-background.jpg) no-repeat bottom right;
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 2px solid #dedede;
   padding-bottom: 0px;
   background-size: 1920px 200px;
}
#subbanner3 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner3 h4 {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 13px;
   font-weight:500;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner3 p {
   color: #ececec;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner3 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner3 a {
   color: #ececec;
}
/* Sub Banner - Contato */
#subbanner4 {
   background: url(../img/contact-background.jpg) no-repeat;
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 2px solid #dedede;
   padding-bottom: 0px;
}
#subbanner4 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 70px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner4 h4 {
   color: #ececec;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 13px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner4 p {
   color: #ececec;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner4 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner4 a {
   color: #ececec;
}
/* Sub Banner - TOS */
#subbanner5 {
   background: url(../img/background06.png) no-repeat center bottom rgba(46, 56, 57, 0.97);
   color: #fff;
   padding-top: 115px;
   background-size: auto;
   border-bottom: 1px solid #777;
   padding-bottom: 0px;
}
#subbanner5 .row {
   background-color: transparent;
   padding-top: 10px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner5 h4 {
   color: #EDEDED;
   text-shadow: 0px 0px 0px #353535;
   margin: 0px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner5 p {
   color: #EDEDED;
   margin-top: -2px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner5 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner5 a {
   color: #EDEDED;
}
/* Sub Banner - Tutoriais */
#subbanner6 {
   background: url(../img/background001.png) no-repeat center bottom rgba(230, 230, 230);
   color: #fff;
   padding-top: 108px;
   background-size: auto;
   border-bottom: 1px solid #8bc34a;
   padding-bottom: 0px;
}
#subbanner6 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 0px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner6 h4 {
   color: #4A4A4A;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 7px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner6 p {
   color: #4A4A4A;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner6 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner6 a {
   color: #4A4A4A;
}

/* Sub Banner - Tutoriais */
#subbanner10 {
   background: url(../img/background002.png) no-repeat center bottom rgba(230, 230, 230);
   color: #fff;
   padding-top: 108px;
   background-size: auto;
   border-bottom: 1px solid #8bc34a;
   padding-bottom: 0px;
}
#subbanner10 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 0px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner10 h4 {
   color: #4A4A4A;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 7px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner10 p {
   color: #4A4A4A;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner10 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner10 a {
   color: #4A4A4A;
}

/* Sub Banner - Tutoriais */
#subbanner11 {
   background: url(../img/background003.png) no-repeat center bottom rgba(230, 230, 230);
   color: #fff;
   padding-top: 108px;
   background-size: auto;
   border-bottom: 1px solid #8bc34a;
   padding-bottom: 0px;
}
#subbanner11 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 0px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner11 h4 {
   color: #4A4A4A;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 7px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner11 p {
   color: #4A4A4A;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner11 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner11 a {
   color: #4A4A4A;
}

/* Sub Banner - Tutoriais */
#subbanner12 {
   background: url(../img/background004.png) no-repeat center bottom rgba(230, 230, 230);
   color: #fff;
   padding-top: 108px;
   background-size: auto;
   border-bottom: 1px solid #8bc34a;
   padding-bottom: 0px;
}
#subbanner12 .row {
   background-color: transparent;
   padding-top: 20px;
   padding-bottom: 0px;
   border-radius: 4px;
   padding-bottom: 7px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner12 h4 {
   color: #4A4A4A;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 0px;
   padding-bottom: 7px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbanner12 p {
   color: #4A4A4A;
   margin-top: -1px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 12px;
   float: right;
}
#subbanner12 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner12 a {
   color: #4A4A4A;
}

/* Sub Banner - Backup Sinza */
#subbanner002 {
   background: url(../img/background2.png) no-repeat center bottom rgba(0, 0, 0, 0.05);
   color: #fff;
   padding-top: 135px;
   background-size: auto;
   border-bottom: 2px solid #dedede;
   padding-bottom: 30px;
}
#subbanner002 .row {
   background-color: transparent;
   padding-top: 10px;
   border-radius: 4px;
   padding-bottom: 10px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner002 h4 {
   color: #4b4b4b;
   text-shadow: 0px 0px 0px #353535;
   margin: 0px;
   font-weight:500;
   text-transform: uppercase;
   font-size: 14px;
}
#subbanner002 p {
   color: #4b4b4b;
   margin-bottom: 0px;
   text-shadow: 0px 0px 0px #353535;
   font-size: 13px;
   float: right;
}
#subbanner002 p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner002 a {
   color: #4b4b4b;
}

/* Sub Banner - Backup*/
#subbanner-backup {
   background: url(../img/background1.jpg) no-repeat center top rgba(186, 186, 186, 0.31);
   color: #fff;
   padding-top: 135px;
   background-size: cover;
   border-bottom: 1px solid #777;
   padding-bottom: 30px;
}
#subbanner-backup .row {
   background-color: rgba(53, 53, 53, 0.68);
   padding-top: 10px;
   border-radius: 4px;
   padding-bottom: 10px;
   margin-left: 0px;
   margin-right: 0px;
}
#subbanner-backup h4 {
   color: #fff;
   text-shadow: 3px 2px 3px #353535;
   margin: 0px;
   font-weight:300;
}
#subbanner-backup p {
   color: #fff;
   margin-bottom: 0px;
   text-shadow: 3px 2px 3px #353535;
   font-size: 13px;
   float: right;
}
#subbanner-backup p .fa {
   padding-left: 10px;
   padding-right: 10px;
}
#subbanner-backup a {
   color: #fff;
}







/* Sub Banner Texto */
#subbannertext {
   background-color: #e9e9e9;
   color: #fff;
   background-size: auto;
   border-bottom: 3px solid #dedede;
}
#subbannertext .row {
   background-color: transparent;
   padding-top: 18px;
   padding-bottom: 0px;
   border-radius: 4px;
}
#subbannertext h4 {
   color: #434343;
   text-shadow: 0px 0px 0px #353535;
   margin-top: 10px;
   padding-bottom: 13px;
   font-weight:400;
   text-transform: uppercase;
   font-size: 12px;
}
#subbannertext h4 .fa {
   padding-left: 10px;
   padding-right: 10px;
   font-size: 10px;
}
#subbannertext a {
   color: #ececec;
   padding-top: 2px;
   padding-right: 15px;
   float: right;
   margin-right: 5px;
}
#subbannertext p {
   margin-right: 50px;
}
#subbannertext h4 spam {
   margin-left: 5px;
   margin-right: 5px;
   color: #434343;
}
#subbannertext a .fa {
   color: #ececec;
   padding-top: 2px;
   font-size: 10px;
}

/* WHMCS Content Area */
#whmcscontentarea {
   padding-top: 25px;
   padding-bottom: 0px;
   background-color: #fafafa;
}
#whmcscontentarea .whmcscontentbox {
   background-color: #fff;
   border: 1px solid #B1B1B1;
   margin-bottom: 25px;
   border-top: none;
}
/* Content Area */
#content {
   padding-top: 20px;
   padding-bottom: 0px;
   background-color: #ffffff;
}
#content .contentbox {
   background-color: #fff;
   padding: 0px;
   box-shadow: 0px 0px 0px 0px #B1B1B1;
   margin-bottom: 25px;
}
#content .contentbox {
   background-color: #fff;
   padding: 0px;
   box-shadow: 0px 0px 0px 0px #B1B1B1;
   margin-bottom: 25px;
}
#content h1 {
   font-weight: 300;
   margin-top: 0px;
   padding-bottom: 10px;
   border-bottom: 1px solid #F4F4F4;
   margin-bottom: 30px;
}
#content h4 {
   margin-top: 30px;
   margin-bottom: 10px;
   font-weight:300;
}
#content p {
   font-size: 14px;
   font-weight: 300;
   padding-top:10px;
   padding-bottom:10px;
}
#content .fa {
   color: #6CA93E;
}
#content h3.menu .fa {
   color: #6CA93E;
   font-size:22px;
   padding-right:15px;
}
#content .list-group-item.active, #content .list-group-item.active:focus, #content .list-group-item.active:hover {
   background-color: #2E3839!Important;
   border-color: #2E3839!Important;
   color: #fff;
   font-weight: 600;
}
#content .list-group-item {
   background-color: #FFFFFF;
}
#content .list-group-item .fa {
   color: #6CA93E;
}
#content a.list-group-item:focus, #content a.list-group-item:hover {
   text-decoration: none;
 transition: color .25s ease-in-out;
 -moz-transition: color .25s ease-in-out;
 -webkit-transition: color .25s ease-in-out;
   background-color: #F5F5F5;
}
#content .list-group-item {
   position: relative;
   display: block;
   padding: 10px 15px;
   margin-bottom: -1px;
   background-color: #FFFFFF;
   border: 1px solid #D4D4D4;
   color: #4C4C4C;
   font-weight: 300;
}
#content .list-group {
   margin-bottom: 25px;
}
#content .table {
   border:1px solid #ddd;
   margin-bottom: 0px;
}
#content .table th {
   padding: 15px;
   background: #5F6868;
   text-align: center;
   color: #FFFFFF;
   font-size: 14px;
   text-transform: uppercase;
}
#content .table td {
   padding: 15px;
   background: #F2F2F2;
   text-align: center;
   font-weight: 400;
   width: 33%;
}

/*Text Boxes */

#textboxes {
   padding-top:60px;
   padding-bottom:60px;
}
#textboxes p {
   margin-top:30px;
   margin-bottom:20px;
   font-weight:300;
   font-size: 14px;
}
#textboxes .fa {
   color:#4C4C4C;
}
#textboxes .btn .fa {
   color:#FFF;
}
#textboxes h3 {
   margin-bottom: 30px;
   font-size: 14px;
}

/*Text Boxes 1 */

#textboxes1 {
   padding-top:60px;
   padding-bottom:60px;
   background: #F2F2F2;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
}
#textboxes1 p {
   margin-top:30px;
   margin-bottom:20px;
   font-weight:300;
   font-size: 14px;
}
#textboxes1 .fa {
   color:#4C4C4C;
}
#textboxes1 .btn .fa {
   color:#FFF;
}
#textboxes1 h3 {
   margin-bottom: 30px;
}

/*Text Boxes 2 */

#textboxes2 {
   padding-top:70px;
   padding-bottom:70px;
}
#textboxes2 p {
   margin-top:30px;
   margin-bottom:20px;
   font-weight:300;
   font-size: 14px;
}
#textboxes2 .fa {
   color:#4C4C4C;
}
#textboxes2 .btn .fa {
   color:#FFF;
}
#textboxes2 h3 {
   margin-bottom: 30px;
   font-size: 14px;
}

/*Text Boxes 3 */

#textboxes3 {
   padding-top:60px;
   padding-bottom:60px;
   background: #F2F2F2;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
}
#textboxes3 p {
   margin-top:30px;
   margin-bottom:20px;
   font-weight:300;
   font-size: 14px;
}
#textboxes3 .fa {
   color:#4C4C4C;
}
#textboxes3 .btn .fa {
   color:#FFF;
}
#textboxes3 h3 {
   margin-bottom: 30px;
}

#textboxes4 {
   padding-top:70px;
   padding-bottom:70px;
   background: #F2F2F2;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
}
#textboxes4 p {
   margin-top:30px;
   margin-bottom:20px;
   font-weight:300;
   font-size: 14px;
}
#textboxes4 .fa {
   color:#4C4C4C;
}
#textboxes4 .btn .fa {
   color:#FFF;
}
#textboxes4 h3 {
   margin-bottom: 30px;
}


/*Web Hosting */

#webhosting {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#webhosting .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#webhosting .benefits p.light {
   font-size: 18px;
}
#webhosting .thumbnail {
   background-color: #F7F7F7;
}
#webhosting .thumbnail img {
   max-height: 130px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -75px;
   margin-bottom: 30px;
}
#webhosting h2.plan {
   margin-bottom: 10px;
   padding: 20px;
   margin-left: auto;
   margin-right: auto;
   color: #6CA93E;
   padding-top: 0px;
   text-shadow: 0px 5px 3px #191919;
}
#webhosting h3.plan {
   padding: 10px;
   color: #ffffff;
   border-top: 1px solid #364344;
   border-bottom: 1px solid #364344;
   width: 50%;
   margin: auto;
   margin-bottom: 30px;
}
#webhosting h1 {
   font-size:70px;
   margin:10px;
   color:#ffffff;
}
#webhosting small {
   font-size: 30px;
   color: #E4E4E4;
   letter-spacing: -1px;
   vertical-align: super;
}
#webhosting sup {
   font-size: 30px!Important;
   margin-right: 5px;
   color: #FFFFFF;
}
#webhosting span {
   font-weight:100;
}
#webhosting p.specs {
   text-align: center;
   padding-bottom: 30px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 100;
   color:#ffffff;
   text-transform:uppercase;
}
#webhosting p.price {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 400;
   color:#ffffff;
}
#webhosting p.order {
   margin-top:50px;
   margin-bottom:20px;
}
#webhosting p .fa {
   color: #219423;
}
#webhosting a {
   font-size:18px;
}
#webhosting a .fa {
   color: #fff;
}
#webhosting p.check {
   font-size: 17px!Important;
   font-weight: 100!Important;
   text-align: center!Important;
   margin-left: auto;
   margin-right: auto;
   color: #848484;
   padding-top: 12px;
   padding-bottom: 0px;
}
#webhosting .thumbnail {
   margin-top: 100px;
   margin-bottom: 0px;
   background: #2E3839;
   border: 5px solid #2D2D2D;
}
#webhosting .thumbnail:hover {
   opacity:0.9;
}
/*Hosting Features */
#hostingfeatures {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 70px;
}
#hostingfeatures img {
   max-width: 100px;
   margin-top: 50px;
   margin-bottom: 25px;
}
#hostinghighlight {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 60px;
}
#hostinghighlight h2.intro {
   border-bottom: 1px solid #DBDBDB;
   padding-top: 20px;
}
#hostinghighlight p {
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 17px;
}
#hostinghighlight .fa {
   padding-right:10px;
   color:#6CA93E;
}
/*Voice Servers */

#voiceintro {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#voiceintro .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#voiceintro .benefits p.light {
   font-size: 18px;
}
#voiceplans {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 40px;
}
#voiceplans .fa {
   padding-right:10px;
}
#voiceplans .thumbnail {
   background-color: #2E3839;
   border: 1px solid #000000;
}
#voiceplans h2.title {
   margin-bottom: 25px;
   text-align: left!Important;
   color: #FFF;
   width: 100%;
}
#voiceplans h3.price {
   font-size: 25px;
   color: #6CA93E;
   font-weight: 100;
   margin-bottom: 25px;
   text-align: left;
   text-shadow: 0px 5px 3px #191919;
}
#voiceplans h3 small {
   font-size: 15px;
   color: #ABABAB;
   font-weight: 100;
   text-shadow:none;
}
#voiceplans .bulk {
   margin-top: 30px;
   margin-bottom: 15px;
}
#voiceplans .bulk a {
   color: #ABABAB;
   font-size:12px;
}
#voiceplans .bulk a:hover {
   color: #FFF;
   text-decoration:none;
}
#voicehighlight {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 60px;
}
#voicehighlight h2.intro {
   border-bottom: 1px solid #DBDBDB;
   padding-top: 20px;
}
#voicehighlight p {
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 17px;
}
#voicehighlight .fa {
   padding-right:10px;
   color:#6CA93E;
}
#voicetables {
   background: #F2F2F2;
   border-top: 1px solid #ececec;
   border-bottom: 1px solid #ececec;
   padding-top: 70px;
   padding-bottom: 50px;
}
#voicetables table {
   border: 1px solid #ddd;
}
#voicetables .fa {
   color: #4C4C4C;
}
#voicetables .table>tbody>tr>td {
   padding: 15px;
   font-weight: 400;
   vertical-align:middle;
   font-size: 13px;
}
#voicetables table tr {
   background: #fafafa;
}
#voicetables table tr:hover {
   background-color: #FFF!Important;
}
#voicetables table th {
   padding: 15px;
   background: #5F6868;
   color: #FFFFFF;
   font-size: 12px;
   text-transform: uppercase;
}
#voicetables table th:hover {
   background: #5F6868;
}
#voicetables table th.center {
   text-align:center;
}
#voicetables table td.center {
   text-align:center;
}

#voicetables table td.center.spam {
   text-align:center;
   font-size:8px;
}

#voicetables h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:15px;
   text-transform: uppercase;
}

#voicetables h3.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:10px;
   border-bottom:1px solid #e1e1e1;
}



/*Game Servers */
#gameserversintro {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#gameserversintro .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#gameserversintro .benefits p.light {
   font-size: 18px;
}
#gameservers {
   background: #2E3839;
   padding-top: 30px;
   padding-bottom: 30px;
   border-top: 1px solid #E2E2E2;
   border-bottom: 1px solid #E2E2E2;
}
#gameservers h3.intro {
   border-bottom: 1px solid #364344;
   padding-top: 10px;
   color: #fff;
}
#gameservers p {
   margin-top: 20px;
   color: #ABABAB;
}
#gameserversgames {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 10px;
}
#gameserversgames .fa {
   padding-right:10px;
}
#gameserversgames .thumbnail {
   background-color: #2E3839;
   border: 1px solid #000000;
}
#gameserversgames h2.title {
   margin-bottom: 25px;
   text-align: left!Important;
   color: #FFF;
   width: 100%;
}
#gameserversgames h3.price {
   font-size: 25px;
   color: #6CA93E;
   font-weight: 100;
   margin-bottom: 25px;
   text-align: left;
   text-shadow: 0px 5px 3px #191919;
}
#gameserversgames h3 small {
   font-size: 15px;
   color: #ABABAB;
   font-weight: 100;
   text-shadow:none;
}
#gameserverstable h3 .fa {
   color:#4e4e4e;
}
#gameserversgames .bulk {
   margin-top: 30px;
   margin-bottom: 15px;
}
#gameserversgames .bulk a {
   color: #ABABAB;
   font-size:12px;
}
#gameserversgames .bulk a:hover {
   color: #FFF;
   text-decoration:none;
}
#gameserverstable {
   background: #FFFFFF;
   padding-bottom: 50px;
   padding-top: 10px;
}
#gameserverstable h3 {
   margin-top:40px;
}
#gameserverstable .fa {
   color:#6CA93E;
}
#gameserverstable table {
   border: 1px solid #ddd;
}
#gameserverstable .table>tbody>tr>td {
   padding: 12px;
   font-weight: 400;
   vertical-align:middle;
   font-size:13px;
}
#gameserverstable table tr {
   background: #F2F2F2;
}
#gameserverstable table tr:hover {
   background-color: #FFF!Important;
}
#gameserverstable table th {
   padding: 14px;
   background: #5F6868;
   color: #FFFFFF;
   font-size: 13px;
   text-transform: uppercase;
}
#gameserverstable table th:hover {
   background: #5F6868;
}
#gameserverstable table th.center {
   text-align:center;
}
#gameserverstable table td.center {
   text-align:center;
}
/*Reseller Hosting */

#resellerplans {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
   border-top: 1px solid #ececec;
   border-bottom: 1px solid #ececec;
}
#resellerplans .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#resellerplans .benefits p.light {
   font-size: 18px;
}
#resellerplans .thumbnail {
   background-color: #F7F7F7;
}
#resellerplans .thumbnail img {
   max-height: 130px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -75px;
   margin-bottom: 30px;
}
#resellerplans h2.plan {
   margin-bottom: 10px;
   padding: 20px;
   margin-left: auto;
   margin-right: auto;
   color: #6CA93E;
   padding-top: 0px;
   text-shadow: 0px 5px 3px #191919;
   width: 50%;
}
#resellerplans h3.plan {
   padding: 10px;
   color: #ffffff;
   border-top: 1px solid #364344;
   border-bottom: 1px solid #364344;
   width: 50%;
   margin: auto;
   margin-bottom: 30px;
}
#resellerplans h1 {
   font-size:70px;
   margin:10px;
   color:#ffffff;
}

#resellerplans h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:14px;
   text-transform: uppercase;
   border-bottom: 1px solid #e0e0e0;
   }

#resellerplans small {
   font-size: 30px;
   color: #E4E4E4;
   letter-spacing: -1px;
   vertical-align: super;
}
#resellerplans sup {
   font-size: 30px!Important;
   margin-right: 5px;
   color: #FFFFFF;
}
#resellerplans span {
   font-weight:100;
}
#resellerplans p.specs {
   text-align: center;
   padding-bottom: 30px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 100;
   color:#ffffff;
   text-transform:uppercase;
}
#resellerplans p.price {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 400;
   color:#ffffff;
}
#resellerplans p.order {
   margin-top:50px;
   margin-bottom:20px;
}
#resellerplans p .fa {
   color: #219423;
}
#resellerplans a {
   font-size:18px;
}
#resellerplans a .fa {
   color: #fff;
}
#resellerplans p.check {
   font-size: 17px!Important;
   font-weight: 100!Important;
   text-align: center!Important;
   margin-left: auto;
   margin-right: auto;
   color: #848484;
   padding-top: 12px;
   padding-bottom: 0px;
   margin-left: 50px;
   margin-right: 50px;
}
#resellerplans .thumbnail {
   margin-top: 100px;
   margin-bottom: 0px;
   background: #2E3839;
   border: 5px solid #2D2D2D;
}
#resellerplans .thumbnail:hover {
   opacity:0.9;
}
#resellerhighlight {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 60px;
}
#resellerhighlight p {
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 17px;
}
#resellerhighlight p.button {
   margin-top: 30px;
   text-align:center;
}
#resellerhighlight .fa {
   padding-right:10px;
   color:#6CA93E;
}
#resellerhighlight .btn .fa {
   color:#FFF;
}
/* Dedicated Servers*/
#dedicatedintro {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#dedicatedintro .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#dedicatedintro .benefits p.light {
   font-size: 18px;
}
#dedicatedservers {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 40px;
}
#dedicatedservers table {
   border: 1px solid #ddd;
   background:#FFF;
}
#dedicatedservers .table>tbody>tr>td {
   padding: 15px;
   font-weight: 400;
   vertical-align:middle;
   font-size:24px;
}
#dedicatedservers table tr {
   background: #FFF;
}
#dedicatedservers table tr:hover {
   background-color: #F2F2F2!Important;
}
#dedicatedservers table th {
   padding: 11px;
   background: #5F6868;
   color: #FFFFFF;
   font-size: 14px;
   text-transform: uppercase;
}
#dedicatedservers table th:hover {
   background: #5F6868;
}
#dedicatedservers table th.center {
   text-align:center;
}
#dedicatedservers table td.center {
   text-align:center;
}
#dedicatedservers img {
   margin-left:auto;
   margin-right:auto;
   padding: 20px;
}
#dedicatedtable {
   background: #F2F2F2;
   padding-bottom: 50px;
   padding-top: 70px;
   border-top: 1px solid #ececec;
   border-bottom: 1px solid #ececec;
}
#dedicatedtable h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:15px;
   text-transform: uppercase;
}
#dedicatedtable .fa {
   color:#6CA93E;
}
#dedicatedtable table {
   border: 1px solid #ddd;
}
#dedicatedtable .table>tbody>tr>td {
   padding: 15px;
   font-weight: 400;
   vertical-align:middle;
   font-size: 13px;
}
#dedicatedtable table tr {
   background: #fafafa;
}
#dedicatedtable table tr:hover {
   background-color: #FFF!Important;
}
#dedicatedtable table th {
   padding: 12px;
   background: #5F6868;
   color: #FFFFFF;
   font-size: 12px;
   text-transform: uppercase;
}
#dedicatedtable table th:hover {
   background: #5F6868;
}
#dedicatedtable table th.center {
   text-align:center;
}
#dedicatedtable table td.center {
   text-align:center;
}

#dedicatedtable h3.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:10px;
   border-bottom:1px solid #e1e1e1;
}

/*Services*/
#services {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#services h3 {
   margin-top:40px;
}
#services .btnquote {
   margin-top:25px;
   margin-bottom:25px;
}
#services .fa {
   color:#6CA93E;
}
#services table {
   border: 1px solid #ddd;
}
#services table th.center {
   text-align:center;
}
#services table th {
   padding: 15px;
   background: #5F6868;
   color: #FFFFFF;
   font-size: 14px;
   text-transform: uppercase;
}
#services table td.center {
   text-align: center;
   vertical-align: middle;
}
#services .table>tbody>tr>td {
   vertical-align: middle;
}
#services table tr {
   background-color: #F2F2F2;
}
#services table tr:hover {
   background-color: #FFF;
}
/*Domains*/
#domainsintro {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 50px;
}
#domainsintro .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#domainsintro .benefits p.light {
   font-size: 18px;
}
#domaincheck {
   background: #E6E6E6;
   padding-top: 30px;
   border-top: 1px solid #E2E2E2;
   border-bottom: 1px solid #E2E2E2;
}
#domaincheck h1, #domaincheck p {
   text-align:center;
   padding-bottom:20px
}
#domaincheck .fa {
   font-size:30px;
   color:#FFF;
   vertical-align:baseline;
   margin-top:8px;
   margin-bottom:8px
}
#domaincheck p {
   margin-top:30px;
   margin-bottom:30px
}
#domaincheck .input-group {
   padding-bottom:30px;
}
#domaincheck #domainsearch {
   font-size:27px;
   height:60px;
   padding-left:2px;
   border-left:0;
   color:#333;
   box-shadow:0 0
}
#domaincheck .domaincheckselect {
   -moz-appearance:none;
   text-indent:.01px;
   text-overflow:'';
   width:145px;
   height:60px;
   border-radius:0!Important;
   border:none;
   font-size:27px;
   -webkit-appearance:none;
   -webkit-border-radius:0;
   border-top:1px solid #ccc!Important;
   border-bottom:1px solid #ccc!Important;
   outline:0;
   box-shadow:0 0;
   background-image:url(../img/down-arrow.png);
   background-repeat:no-repeat;
   background-position-x:80%;
   background-position-y:55%;
   background-position:80% 55%
}
#domaincheck .domaincheckselect:hover {
   background-image:url(../img/down-arrow-hover.png);
}
#domaincheck #tlds {
   margin-left:auto;
   margin-right:auto
}
#domaincheck .table th, #domaincheck .table>tbody>tr>td, #domaincheck .table>tbody>tr>th, #domaincheck .table>tfoot>tr>td, #domaincheck .table>tfoot>tr>th, #domaincheck .table>thead>tr>td, .table td #domaincheck .table>thead>tr>th {
   border-top:none!Important
}
#domaincheck #partnerimage {
   max-height:25px;
   margin-left:auto;
   margin-right:auto
}
#domaincheck .form-control {
   -moz-appearance: none;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
#domaincheck .form-control:focus {
   height:60px;
   border-radius:0!Important;
   border:none;
   font-size:27px;
   -webkit-appearance:none;
   -webkit-border-radius:0;
   border-top:1px solid #ccc!Important;
   border-bottom:1px solid #ccc!Important;
   border-color:#ccc;
   outline:0;
   box-shadow:0 0
}
#domaincheck .domainsearchprefix {
   text-align:center;
   font-size:27px;
   height:60px;
   border-right:0;
   padding-right:0;
   color:#6F6F6F
}
#domaincheck .btn-default[disabled] {
   background:#FFF;
   color:#6F6F6F!Important;
   cursor:pointer!Important;
   opacity:1!Important
}
#domaincheck .domainsearchdomainname {
   max-width:774px;
   border-right:0
}
#domaincheck .domainsearcharrow {
   color:#797C6F!Important
}
#domaincheck .domainsearchsubmit {
   font-size: 23px;
   color: #fff;
   background: #6CA93E;
   border: 1px solid #6CA93E;
   width: 140px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}
#domaincheck .domainsearchsubmit:hover {
   opacity: 0.9;
}
#domainfeatures {
   background: #F2F2F2;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding-top: 70px;
   padding-bottom: 50px;
}
#domainfeatures .fa {
   color:#6CA93E
}
#domainfeatures h2 .fa {
   color:#4C4C4C
}
#domainfeatures h4 {
   font-size: 13px;
}
#domainfeatures h2.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:30px;
   border-bottom:1px solid #e1e1e1;
}

#domainfeatures .sslbenefits2 {
   margin-top:21px;
   margin-left:75px;
   width: 100%;
   height: 100%;
   background:#FFFFFF;
   border: 1px solid #e1e1e1;
   align: center;
}
#domainfeatures .sslbenefits3 {
   margin-top:15px;
   margin-left:75px;
   width: 100%;
   height: 100%;
   border-top: 1px solid #DDD;
}

#domainfeatures .sslbenefits3 .fa {
   color: #4C4C4C;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#domainfeatures .sslbenefits3 p.light {
   font-size: 14px;
   margin-top:23px;
}

#domainfeatures1 {
   background: #ffffff;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding-top: 20px;
   padding-bottom: 50px;
}
#domainfeatures1 .fa {
   color:#4C4C4C;
}
#domainfeatures1 h4 {
   font-size: 13px;
}
#domainfeatures1 h2.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:30px;
   border-bottom:1px solid #e1e1e1;
}

#domainfeatures2 {
   background: #ffffff;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding-top: 70px;
   padding-bottom: 50px;
}
#domainfeatures2 .fa {
   color:#6CA93E
}
#domainfeatures2 h4 {
   font-size: 14px;
   padding-bottom: 10px;
   font-weight:400;
}
#domainfeatures2 h2.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:30px;
   border-bottom:1px solid #e1e1e1;
}


#domainfeatures3 {
   background: #F2F2F2;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding-top: 50px;
   padding-bottom: 30px;
}
#domainfeatures3 .fa {
   color:#6CA93E
}
#domainfeatures3 h4 {
   font-size: 13px;
}
#domainfeatures3 h2.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:30px;
   border-bottom:1px solid #e1e1e1;
}

#domainextras {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 70px;
}
#domainextras .fa {
   color:#6CA93E;
}
#domainextras img {
   max-width: 100px;
   margin-top: 50px;
   margin-bottom: 25px;
}
#domainpricing {
   background: #E6E6E6;
   padding-top: 30px;
   padding-bottom: 10px;
   border-top: 1px solid #E2E2E2;
   border-bottom: 1px solid #E2E2E2;
}
#domainpricing h3 {
   text-align: center;
   margin-top: 15px;
   margin-bottom: 20px;
}
#domainpricing .btn {
   min-width: 55px;
   border-radius: 5px;
   font-family: 'Lato', sans-serif;
}
/*Web Design*/
#webdesign {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 40px;
}
#webdesign .benefits .fa {
   color: #6CA93E;
   font-size: 20px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#webdesign .benefits p.light {
   font-size: 18px;
}
#webdesignplans {
   background: #FFFFFF;
   padding-top: 30px;
   padding-bottom: 50px;
}
#webdesignplans .thumbnail {
   background-color: #F7F7F7;
}
#webdesignplans .thumbnail img {
   max-height: 130px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -75px;
   margin-bottom: 30px;
}
#webdesignplans h2 {
   margin-bottom: 10px;
   padding: 20px;
   margin-left: auto;
   margin-right: auto;
   color: #6CA93E;
   padding-top: 0px;
   text-shadow: 0px 5px 3px #191919;
}
#webdesignplans h3 {
   padding: 10px;
   color: #ffffff;
   border-top: 1px solid #364344;
   border-bottom: 1px solid #364344;
   width: 50%;
   margin: auto;
   margin-bottom: 30px;
}
#webdesignplans h1 {
   font-size:70px;
   margin:10px;
   color:#ffffff;
}
#webdesignplans small {
   font-size: 30px;
   color: #E4E4E4;
   letter-spacing: -1px;
   vertical-align: super;
}
#webdesignplans sup {
   font-size: 30px!Important;
   margin-right: 5px;
   color: #FFFFFF;
}
#webdesignplans span {
   font-weight:100;
}
#webdesignplans p.specs {
   text-align: center;
   padding-bottom: 30px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 100;
   color:#ffffff;
   text-transform:uppercase;
}
#webdesignplans p.price {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 400;
   color:#ffffff;
}
#webdesignplans p.order {
   margin-top:50px;
   margin-bottom:20px;
}
#webdesignplans p .fa {
   color: #219423;
}
#webdesignplans a {
   font-size:18px;
}
#webdesignplans a .fa {
   color: #fff;
}
#webdesignplans p.check {
   font-size: 17px!Important;
   font-weight: 100!Important;
   text-align: center!Important;
   margin-left: auto;
   margin-right: auto;
   color: #848484;
   padding-top: 12px;
   padding-bottom: 0px;
   margin-left: 50px;
   margin-right: 50px;
}
#webdesignplans .thumbnail {
   margin-top: 50px;
   margin-bottom: 20px;
   background: #2E3839;
   border: 5px solid #2D2D2D;
}
#webdesignplans .thumbnail:hover {
   opacity:0.9;
}
#webdesignhighlight {
   background: #E6E6E6;
   padding-top: 35px;
   padding-bottom: 40px;
   border-top: 1px solid #E2E2E2;
   border-bottom: 1px solid #E2E2E2;
}
#webdesignhighlight h2.intro {
   border-bottom: 1px solid #DBDBDB;
   padding-top: 20px;
}
#webdesignhighlight p {
   margin-top:20px;
}
#webdesignfeatures {
   background: #efefef;
   padding-top: 50px;
   padding-bottom: 60px;
}
#webdesignfeatures .fa {
   padding-right:0px;
}
#webdesignfeatures .btn {
   margin-bottom:10px;
}
#webdesignfeatures .btn .fa {
   color:#FFF;
   padding-right:10px;
}
#webdesignfeatures .box {
   margin-top:30px;
}
#webdesignfeatures .box:hover {
   opacity:0.8;
}
#webdesignfeatures .box > .icon {
   text-align: center;
   position: relative;
}
#webdesignfeatures .box > .icon > .image {
   position: relative;
   z-index: 2;
   margin: auto;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background: #FFF;
}
#webdesignfeatures .box > .icon > .image > i {
   font-size: 35px !important;
   color: #6CA93E !important;
}
#webdesignfeatures .box > .icon:hover > .image > i {
   color: #0B9CB4 !important;
}
#webdesignfeatures .box > .icon > .info {
   margin-top: -24px;
   background-color: #ffffff;
   border: 1px solid #DBDBDB;
   padding: 15px 0 10px 0;
   border-radius: 5px;
}
#webdesignfeatures .box > .icon > .info > h3.title {
   font-size: 14px;
   color: #575757;
   font-weight: 400;
   padding-bottom: 15px;
   border-bottom: 1px solid #DBDBDB;
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   text-shadow: 0px 0px 0px #000;
}
#webdesignfeatures .box > .icon > .info > h3.price {
   font-size: 16px;
   color: #222;
   font-weight: 300;
   margin-bottom:25px;
}
#webdesignfeatures .box > .icon > .info > .more {
   margin-bottom:15px;
}
#webdesignfeatures .box > .icon > .info > p {
   font-size: 13px;
   color: #494949;
   font-weight:300;
   margin: 20px;
}
/*SSL Certificates*/
#sslcertsintro {
   background: #FFFFFF;
   padding-top: 50px;
   padding-bottom: 30px;
}
#sslcertsintro .sslbenefits .fa {
   color: #6CA93E;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro .sslbenefits h2 .fa {
   color: #4C4C4C;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro .sslbenefits p.light {
   font-size: 14px;
}
#sslcerts {
   background: #FFFFFF;
   padding-top: 70px;
   padding-bottom: 70px;
}
#sslcerts .fa {
   padding-right:0px;
}
#sslcerts .btn .fa {
   padding-right:10px;
}
#sslcerts .box {
   margin-top:30px;
}
#sslcerts .box > .icon {
   text-align: center;
   position: relative;
}
#sslcerts .box > .icon > .image {
   position: relative;
   z-index: 2;
   margin: auto;
   width: 88px;
   height: 88px;
   border: 8px solid white;
   line-height: 88px;
   border-radius: 50%;
   background:#424242;
   vertical-align: middle;
}
#sslcerts .box > .icon:hover > .image {
   background: #6CA93E;
}
#sslcerts .box > .icon > .image > i {
   font-size: 36px !important;
   color: #FFFFFF !important;
}
#sslcerts .box > .icon:hover > .image > i {
   color: white !important;
}
#sslcerts .box > .icon > .info {
   margin-top: -24px;
   background: #E6E6E6;
   border: 1px solid #e0e0e0;
   padding: 15px 0 10px 0;
}
#sslcerts .box > .icon:hover > .info {
   background: rgba(0, 0, 0, 0.04);
   border-color: #e0e0e0;
   color: white;
}
#sslcerts .box > .icon > .info > h3.title {
   font-size: 16px;
   color: #222;
   font-weight: 500;
}
#sslcerts .box > .icon > .info > h3.price {
   font-size: 13px;
   color: #5D5D5D;
   font-weight: 600;
   margin-bottom: 25px;
}
#sslcerts .box > .icon > .info > .more {
   margin-bottom:15px;
}
#sslcerts .box > .icon > .info > p {
   font-size: 13px;
   color: #666;
   line-height: 1.5em;
   margin: 20px;
}
#sslcerts .box .space {
   height: 30px;
}
#evsslcerts {
   background: #F2F2F2;
   padding-top: 120px;
   padding-bottom: 70px;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
}
#evsslcerts h2.intro {
   border-bottom: 1px solid #e1e1e1;
   margin-top: -49px;
   font-size: 14px;
}
#evsslcerts p {
   margin-top:20px;
}

#evsslcerts h2 .fa {
   color: #4C4C4C;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 5px;
}

#evsslcerts table .fa {
   padding-right:10px;
   color:#6CA93E;
}
#evsslcerts .fa {
   padding-right:0px;
}
#evsslcerts .btn .fa {
   padding-right:10px;
}
#evsslcerts .evsslimg {
   margin-left: auto;
   margin-right: auto;
   margin-top: 18px;
   margin-bottom: 15px;
}
#evsslcerts .box > .icon {
   text-align: center;
   position: relative;
}
#evsslcerts .box > .icon > .image {
   position: relative;
   z-index: 2;
   margin: auto;
   width: 88px;
   height: 88px;
   border: 8px solid white;
   line-height: 88px;
   border-radius: 50%;
   background:#424242;
   vertical-align: middle;
}
#evsslcerts .box > .icon:hover > .image {
   background: #6CA93E;
}
#evsslcerts .box > .icon > .image > i {
   font-size: 36px !important;
   color: #FFFFFF !important;
}
#evsslcerts .box > .icon:hover > .image > i {
   color: white !important;
}
#evsslcerts .box > .icon > .info {
   margin-top: -24px;
   background: #FFFFFF;
   border: 1px solid #e0e0e0;
   padding: 15px 0 10px 0;
   border-radius:4px;
}
#evsslcerts .box > .icon:hover > .info {
   background: #FFFFFF;
   border-color: #e0e0e0;
   color: white;
}
#evsslcerts .box > .icon > .info > h3.title {
   font-size: 16px;
   color: #222;
   font-weight: 500;
}
#evsslcerts .box > .icon > .info > h3.price {
   font-size: 16px;
   color: #222;
   font-weight: 300;
   margin-bottom:25px;
}
#evsslcerts .box > .icon > .info > .more {
   margin-bottom:15px;
}
#evsslcerts .box > .icon > .info > p {
   font-size: 13px;
   color: #666;
   font-weight:300;
   margin: 20px;
}
#evsslcerts .box .space {
   height: 30px;
}
#evsslcerts table {
   border: 1px solid #ddd;
}
#evsslcerts .table>tbody>tr>td {
   vertical-align: middle;
}
#evsslcerts table tr {
   background-color: #FFF;
}
#evsslcerts table tr:hover {
   background-color: #F2F2F2;
}
/*About Us azul 0B9CB4 */

.aboutus .fa {
   color: #4C4C4C!Important;
}
.aboutus p .fa {
   color: #ffffff!Important;
   font-size: 8px;
   padding-right: 5px;
}
.aboutus .profile h4 {
   margin-top: 20px!Important;
   margin-bottom: 10px!Important;
}
.aboutus .profile p {
   margin-bottom: 0px!Important;
   margin-top: 0px!Important;
}
.aboutus .profile {
   margin-top: 25px;
   min-height: 275px;
}
/*Contact*/

.aboutus2 .fa {
   color: #4C4C4C!Important;
}
.aboutus2 p .fa {
   color: #ffffff!Important;
   font-size: 8px;
   padding-right: 5px;
}
.aboutus2 .profile h4 {
   margin-top: 20px!Important;
   margin-bottom: 10px!Important;
}
.aboutus2 .profile p {
   margin-bottom: 0px!Important;
   margin-top: 0px!Important;
}
.aboutus2 .profile { 
   min-height: 275px;
}
/*Contact*/




#contact {
   background: #FFFFFF;
   padding-top: 50px;
   padding-bottom: 45px;
}
#contact h4 {
   padding-bottom: 10px;
}
#contact h5 {
   font-size:15px;
}
#contact h6 {
   padding-top: 5px;
}
#contact p {
   padding-bottom: 40px;
}
#contact p.light {
   padding-bottom: 10px;
}
#contact .fa {
   color: #6CA93E;
}
#contact .blue {
   color: #09A1BB!Important;
}
#contact .input-group {
   padding-bottom: 25px;
}
#contact .input-group-addon .fa {
   color: #FF5E5E;
   padding-right: 0px;
   font-size: 7px;
   vertical-align: middle;
}
#contact .thumbnail {
   padding:25px;
   background: #EFEFEF;
}
/*Portfolio*/
.portfolio {
   background: #FFFFFF;
   padding-top: 50px;
   padding-bottom: 35px;
}
.portfolio p.caption {
   padding-top:10px;
}
.portfolio .panel-default {
   margin-top: 30px;
   margin-bottom: 0px;
}
.portfolio .panel-image img.panel-image-preview {
   width: 100%;
   border-radius: 4px 4px 0px 0px;
}
 .portfolio .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 0px;
}
 .portfolio .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#F5F5F5;
 border-top: 1px solid #DDD;
}
.portfolio .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
 .portfolio .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
.portfolio .fa {
   color: #0B9CB4!Important;
}
.portfolio .btn .fa {
   color: #FFFFFF!Important;
}
.portfolio .btn {
   margin-top: 10px;
   margin-bottom: 10px;
}

/*Promotions*/
.promotions {
   background: #FFFFFF;
   padding-bottom: 50px;
   padding-top: 50px;
}
.promotions .fa {
   padding-right:0px;
}
.promotions .btn .fa {
   color:#FFF!Important;
}
.promotions .box {
   margin-top:30px;
}
.promotions .box > .icon {
   text-align: center;
   position: relative;
}
.promotions .box > .icon > .image {
   position: relative;
   z-index: 2;
   margin: auto;
   width: 88px;
   height: 88px;
   border: 8px solid white;
   line-height: 88px;
   border-radius: 50%;
   background:#0B9CB4;
   vertical-align: middle;
}
.promotions .box > .icon:hover > .image {
   background: #6CA93D;
}
.promotions .box > .icon > .image > i {
   font-size: 36px !important;
   color: #FFFFFF !important;
}
.promotions .box > .icon:hover > .image > i {
   color: white !important;
}
.promotions .box > .icon > .info {
   margin-top: -24px;
   background: #2E3839;
   border: 1px solid #000000;
   padding: 15px 0 10px 0;
   border-radius: 5px;
}
.promotions .box > .icon:hover > .info {
   border-color: #5B5B5B;
   opacity: 0.8;
}
.promotions .box > .icon > .info > h3.title {
   font-size: 20px;
   color: #FFF;
   font-weight: 700;
   padding-bottom: 15px;
   border-bottom: 1px solid #3F3F3F;
   width:75%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   text-shadow: 2px 2px 2px #000;
}
.promotions .box > .icon > .info > p {
   font-size: 13px;
   color: #FFF;
   line-height: 1.5em;
   margin: 20px;
}
.promotions .box .space {
   height: 30px;
}
/* FAQ */

.faq .panel-default>.panel-heading a {
   color: #333;
   text-decoration:none;
}
.faq .panel-default>.panel-heading .fa {
   color: #0B9CB4!Important;
}
.faq .panel-default>.panel-heading {
   background-color: #E6E6E6;
}
.faq .panel-title {
   font-size: 13px;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
   font-size: 13px;
   background: #FFFFFF;
}
.faq .glyphicon {
   vertical-align: baseline;
   font-size: 8px;
}
.faq h4.category {
   margin-top:20px!Important;
   margin-bottom:10px!Important;
   font-weight: 300!Important;
}
.faq p.category {
   margin-bottom:20px!Important;
   font-size:12px!Important;
}
.faq h4.panel-title {
   margin-top: 0px!Important;
   margin-bottom: 0px!Important;
   font-weight: 400;
}
/* Hosting Plans */
#hosting-plans {
   background: #FFFFFF;
   padding-top: 10px;
   padding-bottom: 60px;
}
#hosting-plans .thumbnail {
   background-color: #F7F7F7;
}
#hosting-plans .thumbnail img {
   max-height: 130px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -75px;
   margin-bottom: 30px;
}
#hosting-plans h2 {
   margin-bottom: 10px;
   padding: 20px;
   margin-left: auto;
   margin-right: auto;
   color: #6CA93E;
   padding-top: 0px;
   text-shadow: 0px 5px 3px #191919;
}
#hosting-plans h3 {
   padding: 10px;
   color: #ffffff;
   border-top: 1px solid #364344;
   border-bottom: 1px solid #364344;
   width: 50%;
   margin: auto;
   margin-bottom: 30px;
}
#hosting-plans h1 {
   font-size:70px;
   margin:10px;
   color:#ffffff;
}
#hosting-plans small {
   font-size: 30px;
   color: #E4E4E4;
   letter-spacing: -1px;
   vertical-align: super;
}
#hosting-plans sup {
   font-size: 30px!Important;
   margin-right: 5px;
   color: #FFFFFF;
}
#hosting-plans span {
   font-weight:100;
}
#hosting-plans p.specs {
   text-align: center;
   padding-bottom: 30px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 100;
   color:#ffffff;
   text-transform:uppercase;
}
#hosting-plans p.price {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 400;
   color:#ffffff;
}
#hosting-plans p.order {
   margin-top:50px;
   margin-bottom:20px;
}
#hosting-plans p .fa {
   color: #219423;
}
#hosting-plans a {
   font-size:18px;
}
#hosting-plans a .fa {
   color: #fff;
}
#hosting-plans p.check {
   font-size: 17px!Important;
   font-weight: 100!Important;
   text-align: center!Important;
   margin-left: auto;
   margin-right: auto;
   color: #848484;
   padding-top: 12px;
   padding-bottom: 0px;
   margin-left: 50px;
   margin-right: 50px;
}
#hosting-plans .thumbnail {
   margin-top: 100px;
   margin-bottom: 0px;
   background: #2E3839;
   border: 5px solid #2D2D2D;
}
#hosting-plans .thumbnail:hover {
   opacity:0.9;
}
/* Product Feature */
#productfeature {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 60px;
}
#productfeature p {
   margin-top: 30px;
   margin-bottom: 30px;
   font-size:17px;
   ;
}
#productfeature .fa {
   color:#6CA93E;
}
#productfeature .btn .fa {
   color:#FFF;
}
/* SSL Certificates */
#ssl-certificates {
   background: #E6E6E6;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 60px;
   padding-bottom: 50px;
}
#ssl-certificates .thumbnail {
   background-color: #FFFFFF;
   margin-top: 10px;
   margin-bottom: 10px;
   border-radius: 4px;
   border: 1px solid #BFBFBF;
}
#ssl-certificates small {
   color: #000000;
   margin-top: 20px;
   display: block;
   text-transform: uppercase;
}
#ssl-certificates .thumbnail img {
   max-height: 110px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   padding-bottom: 20px;
}
#ssl-certificates .fa {
   color:#6CA93E;
}
#ssl-certificates .btn .fa {
   color:#FFF;
}
#ssl-certificates h3 {
   text-align:left;
}
#ssl-certificates h4 {
   padding-top: 20px;
   padding-bottom: 20px;
   border-top: 1px solid #EAEAEA;
   border-bottom: 1px solid #EAEAEA;
   color: #6F6F6F;
   font-weight: 700;
}
#ssl-certificates p {
   margin-top: 30px;
   margin-right: 5px;
   margin-bottom: 30px;
   font-size: 14px;
   font-weight: 300;
}
#ssl-certificates p.order {
   margin-top: 30px;
   margin-bottom: 10px;
   padding: 0px;
}
#ssl-certificates p.learnmore {
   text-align:center;
   padding: 0px;
   margin-bottom: 20px;
}
#ssl-certificates p.btn {
   margin-left: 30px;
   margin-bottom: 12px;
   margin-top: 5px;
}
#ssl-certificates .panel-image img.panel-image-preview {
  padding-left: 70px;
}

/* Website Tools */
#website-tools {
   background: #FFFFFF;
   padding-top: 60px;
   padding-bottom: 60px;
}
#website-tools .thumbnail {
   background-color: #2E3839;
   margin-top: 20px;
   margin-bottom: 20px;
   border: 1px solid #000000;
}
#website-tools small {
   color: #ffffff;
}
#website-tools .thumbnail img {
   max-height: 110px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 30px;
}
#website-tools h3 {
   margin-top:10px;
   margin-bottom:20px;
   font-weight:600;
   color:#fff;
}
#website-tools h4 {
   border-top: 1px solid #3F3F3F;
   border-bottom: 1px solid #3F3F3F;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 10px;
   color:#fff;
}
#website-tools p {
   margin-top: 20px;
   margin-bottom: 30px;
}
#website-tools p.button {
   margin-top: 20px;
   margin-bottom: 10px;
}
/* Text Boxes */
#text-boxes {
   padding-top: 60px;
   padding-bottom: 60px;
}
#text-boxes p {
   margin-top: 15px;
   margin-bottom: 15px;
   font-weight: 100;
   font-size: 14px;
   padding-top: 20px;
   padding-bottom: 20px;
   border-top: 1px solid #ECECEC;
}
#text-boxes .fa {
   color:#6CA93E;
}
#text-boxes .btn .fa {
   color:#FFFFFF;
}
#text-boxes h3 {
   margin-bottom: 20px;
}
/* Partners */
#partners {
   background: #e8e8e8;
   padding-top: 25px;
   border-top: 2px solid #DADADA;
   height: 75px;
}
#partners .carousel-control {
   width: 0%;
   color: #FFF;
   margin-right: -12px;
   margin-left: -12px;
}
#partners #partnerimage {
   max-height:25px;
   margin-left: auto;
   margin-right: auto;
}
#partners img {
   opacity: 0.8;
}
#partners img:hover {
   opacity:1;
}
/* Footer */
#footer {
   background:#606060;
   border-top: 2px solid #6CA93E;
   border-bottom:1px solid #364344;
}
#footer h4 {
   font-weight:900;
   margin-top:25px;
}
#footer h4 .fa {
   color:#FFF;
}
#footer ul {
   margin-bottom:40px;
}
#footer a {
   color: #f9f9f9;
   margin-top: 5px;
   padding: 0px;
   font-size: 13px;
   font-weight: 200;
}
#footer a:hover {
   color:#E5E5E5;
   background:none;
}
#footer .well {
   margin-top: 5px;
   background: #494949;
   padding-top: 10px;
   padding-left: 25px;
   padding-bottom: 10px;
   padding-right: 25px;
}
#footer .well ul {
   margin-bottom:0px;
}
#footer .well a {
   color:inherit;
}
#footer h4 {
   color: #f9f9f9;
   font-size: 17px;
   margin-bottom: 15px;
   font-weight: 300;
   padding-top: 5px;
}
#footer p {
   color: #fff;
   font-size: 11px;
   margin-bottom: 10px;
   font-weight: 400;
   margin-top: 2px;
}
#footer .fa {
   color:#6CA93E;
}
/* Copyright */
#copyright {
   background: #e8e8e8;
   padding-top: 15px;
   padding-bottom: 15px;
}
#copyright p {
   text-align:center;
   font-size: 12px;
   color: #717171;
   font-weight: 300;
   margin-bottom:0px;
}
#copyright .slogan {
   margin-bottom: 5px;
   color: #717171;
   text-transform: uppercase;
   font-size: 11px;
}
#copyright a {
   color:#fff;
}
#copyright a:hover {
   color:#999999;
}
/* Sliders */
.carousel.fade {
   opacity: 1;
}
.carousel.fade .item {
 -moz-transition: opacity ease-in-out .7s;
 -o-transition: opacity ease-in-out .7s;
 -webkit-transition: opacity ease-in-out .7s;
 transition: opacity ease-in-out .7s;
   left: 0 !important;
   opacity: 0;
   top:0;
   position:absolute;
   width: 100%;
   display:block !important;
   z-index:1;
}
.carousel.fade .item:first-child {
   top:auto;
   position:relative;
}
.carousel.fade .item.active {
   opacity: 1;
 -moz-transition: opacity ease-in-out .7s;
 -o-transition: opacity ease-in-out .7s;
 -webkit-transition: opacity ease-in-out .7s;
 transition: opacity ease-in-out .7s;
   z-index:2;
}
#carousel .carousel-indicators .active {
   color: #FFFFFF;
}
#carousel .carousel-indicators li {
   text-indent: 0;
   padding-left: 0px;
   margin-left: 5px;
   margin-right: 5px;
   color: #FFFFFF;
   background-color: transparent;
   border-color: transparent;
   height: 28px;
   width: 32px;
}
#carousel .carousel-indicators li:after {
   font-family: FontAwesome;
   font-size: 20px;
   content: "\f111";
   color: #E4E4E4;
}
#carousel .carousel-indicators li.active:after {
   font-family: FontAwesome;
   font-size: 20px;
   content: "\f111";
   color: #FFFFFF;
}
.carousel-inner {
   -webkit-transform-style: preserve-3d;
}
/* Scroll-to-Top */
.scroll-top-wrapper {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   overflow: hidden;
   text-align: center;
   z-index: 99999999;
   background-color: #585858;
   color: #eeeeee;
   width: 50px;
   height: 48px;
   line-height: 48px;
   right: 20px;
   bottom: 150px;
   padding-top: 2px;
   border-radius: 10px;
   -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;
}
.scroll-top-wrapper:hover {
   background-color: #6CA93E;
}
.scroll-top-wrapper.show {
   visibility:visible;
   cursor:pointer;
   opacity: 1.0;
}
.scroll-top-wrapper i.fa {
   line-height: inherit;
}
.scroll-top-wrapper .fa {
   padding-right: 0px;
   color: #FFFFFF;
}
/* WHMCS Masquerade */
#whmcsthemes .masquerade {
   margin-top: 20px;
   margin-bottom: 0px;
}
#whmcsthemes .masquerade .alert-danger {
   margin-bottom:0px;
}
#whmcsthemes .masquerade h4 {
   margin: 0px;
   font-weight: 400;
}
#whmcsthemes .masquerade .btn-default {
   margin-left: 20px;
   vertical-align: text-bottom;
}
/* WHMCS Overrides */
#whmcsthemes .dataTables_wrapper .dataTables_info {
   background-color: #0B9CB4!Important;
}
#whmcsthemes div.header-lined h1 {
   color: #4E626B;
}
#whmcsthemes .domain-checker-container {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C6783), to(#2C738A));
   background: -webkit-linear-gradient(top, #2C738A, #298AB2);
   background: -moz-linear-gradient(top, #2C738A, #298AB2);
   background: -ms-linear-gradient(top, #2C738A, #298AB2);
   background: -o-linear-gradient(top, #2C738A, #298AB2);
}
.popover .btn-primary {
   background-color: #6CA93E!Important;
   border-color: #6CA93E!Important;
}
.popover ul>li>a {
   color: #FFFFFF!Important;
}
.popover ul>li>a:hover {
   color: #CCC!Important;
}


/*SSL Certificates*/
#sslcertsintro1 {
   background: #F2F2F2;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 50px;
   padding-bottom: 30px;
}
#sslcertsintro1 .sslbenefits .fa {
   color: #6CA93E;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro1 .sslbenefits p.light {
   font-size: 14px;
}
#sslcertsintro1 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:15px;
   text-transform: uppercase;
}

#sslcertsintro1 h3.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:15px;
   border-bottom:1px solid #e1e1e1;
}

/*SSL Certificates*/
#sslcertsintro2 {
   background: #f5f5f5;
   border-top: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;
   padding-top: 50px;
   padding-bottom: 30px;
}
#sslcertsintro2 .sslbenefits .fa {
   color: #6CA93E;
   font-size: 15px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro2 .sslbenefits p.light {
   font-size: 13px;
}
#sslcertsintro2 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:15px;
   text-transform: uppercase;
}

#sslcertsintro2 h3.intro {
   font-weight:300;
   padding-top:0;
   padding-bottom:10px;
   margin-top:0;
   margin-bottom:15px;
   border-bottom:1px solid #dedede;
}


/*Portfolio*/
#portfolio1 {
   background: #F2F2F2;
   padding-top: 40px;
   padding-bottom: 70px;
   margin-left: -20px;
}
#portfolio1 p.caption {
   padding-top:10px;
}
#portfolio1 .panel-default {
   margin-top: 30px;
   margin-bottom: 0px;
}
#portfolio1 .panel-image img.panel-image-preview {
   width: 100%;
   border-radius: 4px 4px 0px 0px;
}
#portfolio1 .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 0px;
}
#portfolio1 .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#ffffff;
 border-top: 1px solid #DDD;
}
#portfolio1 .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
#portfolio1 .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
#portfolio1 .fa {
   color: #4C4C4C!Important;
}
#portfolio1 .btn .fa {
   color: #FFFFFF!Important;
}
#portfolio1 .btn {
   margin-top: 10px;
   margin-bottom: 10px;
}
#portfolio1 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:14px;
   text-transform: uppercase;
   border-bottom: 1px solid #e0e0e0;
}

/*Portfolio*/
#portfolio2 {
   background: #ffffff;
   padding-top: 40px;
   padding-bottom: 70px;
   margin-left: -20px;
}
#portfolio2 p.caption {
   padding-top:10px;
}
#portfolio2 .panel-default {
   margin-top: 30px;
   margin-bottom: 0px;
}
#portfolio2 .panel-image img.panel-image-preview {
   width: 100%;
   border-radius: 4px 4px 0px 0px;
}
#portfolio2 .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 5px;
}
#portfolio2 .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#F2F2F2;
 border-top: 1px solid #DDD;
}
#portfolio2 .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
#portfolio2 .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
#portfolio2 .fa {
   color: #4C4C4C!Important;
}
#portfolio2 .btn .fa {
   color: #FFFFFF!Important;
}
#portfolio2 .btn {
   margin-top: 10px;
   margin-bottom: 10px;
}
#portfolio2 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:14px;
   text-transform: uppercase;
   padding-bottom: 0px;
   padding-bottom: 10px;
}
#portfolio2 h4 {   /* Fonte h3 */
   font-size:13px;
   text-transform: uppercase;
}

/*Portfolio*/
#portfolio3 {
   background: #F2F2F2;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding-top: 40px;
   padding-bottom: 70px;
   margin-left: -20px;
}
#portfolio3 p.caption {
   padding-top:10px;
}
#portfolio3 .panel-default {
   margin-top: 30px;
   margin-bottom: 0px;
}
#portfolio3 .panel-image img.panel-image-preview {
   width: 100%;
   border-radius: 4px 4px 0px 0px;
}
#portfolio3 .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 5px;
}
#portfolio3 .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#F2F2F2;
 border-top: 1px solid #DDD;
}
#portfolio3 .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
#portfolio3 .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
#portfolio3 .fa {
   color: #4C4C4C!Important;
}
#portfolio3 .btn .fa {
   color: #FFFFFF!Important;
}
#portfolio3 .btn {
   margin-top: 10px;
   margin-bottom: 10px;
}
#portfolio3 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:13px;
   text-transform: uppercase;
   padding-bottom: 0px;
   padding-bottom: 10px;
   border-bottom: 1px solid #e0e0e0;
}
#portfolio3 h4 {   /* Fonte h3 */
   font-size:13px;
   text-transform: uppercase;
}


/*Portfolio*/
#portfolio4 {
   background: #ffffff;
   padding-top: 0px;
   padding-bottom: 50px;
}
#portfolio4 p.caption {
   padding-top:10px;
}
#portfolio4 .panel-default {
   margin-top: 30px;
   margin-bottom: 0px;
}
#portfolio4 .panel-image img.panel-image-preview {
   width: 100%;
   border-radius: 4px 4px 0px 0px;
}
#portfolio4 .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 0px;
}
#portfolio4 .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#ffffff;
 border-top: 1px solid #DDD;
}
#portfolio4 .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
#portfolio4 .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
#portfolio4 .fa {
   color: #4C4C4C!Important;
}
#portfolio4 .btn .fa {
   color: #FFFFFF!Important;
}
#portfolio4 .btn {
   margin-top: 10px;
   margin-bottom: 10px;
}
#portfolio4 h3 {   /* Fonte h3 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:14px;
   text-transform: uppercase;
   border-bottom: 1px solid #f3f3f3;
}
#portfolio4 h4 {   /* Fonte h4 */
   color: #4C4C4C;
   font-weight: normal;
   font-size:12px;
   text-transform: uppercase;
   padding-top: 10px;
   padding-bottom: 10px;
}


#siteseal {
   position: fixed;
   bottom:50px;
   right:10px;
   float: right;
}
* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

ul {
   list-style-type: none;
}

a {
   color: #e95846;
   text-decoration: none;
}
.pricing-table1-title {
   background: #e95846;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 2.6em;
   color: #FFF;
   margin-top: 15px;
   text-align: left;
   margin-bottom: 25px;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table1-title a {
   font-size: 0.6em;
}

.clearfix:after {
   content: '';
   display: block;
   height: 0;
   width: 0;
   clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
   width: 100%;
   margin: 0px auto 0px;
}

.pricing-table1 {
   margin: 0 0px;
   text-align: center;
   width: 25%;
   float: left;
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
   box-shadow: 0 0 15px rgba(0,0,0,0.4);
   -webkit-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease;
}

.pricing-table1:hover {
   -webkit-transform: scale(1.06);
   -ms-transform: scale(1.06);
   -o-transform: scale(1.06);
   transform: scale(1.06);
}

.pricing-title1 {
   color: #f5f5f5;
   background: #6CA93E;
   padding: 20px 0;
   font-size:15px;
   font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
   font-weight: 800;
   text-transform: uppercase;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table1.recommended .pricing-title1 {
   background: #2db3cb;
}

.pricing-table1.recommended .pricing-action {
   background: #2db3cb;
}

.pricing-table1 .price {
   background: #403e3d;
   color: #f5f5f5;
   font-size: 2.1em;
   font-weight: 700;
   padding: 20px 0;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table1 .price sup {
   font-size: 0.4em;
   position: relative;
   left: 5px;
   padding: 0px 0;
}

.pricing-table1 .price sup h1 {
   font-size: 0.7em;
   font-weight: 700;
   text-transform: uppercase;
   color: #f5f5f5;
   left: 5px;
   margin-top: 5px;
   margin-bottom: 0px;
}

.table-list {
   background: #FFF;
   color: #403d3a;
   font-size: 62.5%;
   font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
}

.table-list li {
   font-size: 1.4em;
   font-weight: 700;
   padding: 12px 18px;
   text-align: left;
}

.table-list li:before {
   content: "\f061";
   font-family: 'FontAwesome';
   color: #3fab91;
   display: inline-block;
   position: relative;
   right: 7px;
   font-size: 10px;
}

.table-list li span {
   font-weight: 400;
}

.table-list li span.unlimited {
   color: #FFF;
   background: #e95846;
   font-size: 0.9em;
   padding: 5px 7px;
   display: inline-block;
   -webkit-border-radius: 38px;
   -moz-border-radius: 38px;
   border-radius: 38px;
}


.table-list li:nth-child(2n) {
   background: #F0F0F0;
}

.table-buy {
   background: #FFF;
   padding: 15px;
   text-align: left;
   overflow: hidden;
}

.table-buy p {
   text-align: center;
   color: #37353a;
   font-weight: 500;
   font-size: 0.7em;
   margin-top: -16px;
   margin-bottom: -20px;
}

.table-buy .pricing-action {
   float: left;
   color: #e6e6e6;
   text-transform: uppercase;
   background: #244863;
   padding: 5px 28px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   font-weight: 700;
   font-size: 0.8em;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
   -webkit-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease;
   text-align:center;
}

.table-buy .pricing-action:before {
   content: "\f218";
   font-family: 'FontAwesome';
   color: #3fab91;
   display: inline-block;
   position: relative;
   right: 5px;
   font-size: 10px;
}

.table-buy .pricing-action1:before {
   content: "\f218";
   font-family: 'FontAwesome';
   color: #404040;
   display: inline-block;
   position: relative;
   right: 5px;
   font-size: 10px;
}

.table-buy .pricing-action:hover {
   background: #10afcb;
}

.table-buy .pricing-action h1 {
   color: #e6e6e6;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 0.7em;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
   margin-top: 1px;
   margin-bottom: 1px;
}
.table-buy .pricing-action1 h1 {
   color: #e6e6e6;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 0.7em;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
   margin-top: 1px;
   margin-bottom: 1px;
}

.recommended .table-buy .pricing-action:hover {
   background: #228799;
}

.table-buy .pricing-action1 {
   float: center;
   color: #e6e6e6;
   text-transform: uppercase;
   background: #6CA93E;
   padding: 5px 27px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   font-weight: 700;
   font-size: 0.8em;
   text-shadow: 0 1px 1px rgba(0,0,0,0.4);
   -webkit-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease;
   text-align:center;
}

.table-buy .pricing-action1:hover {
   background: #10afcb;
}

.recommended .table-buy .pricing-action1:hover {
   background: #228799;
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
   .pricing-wrapper {
      width: 768px;
   }

   .pricing-table {
      width: 236px;
   }

   .table-list li {
      font-size: 1.3em;
   }

 }

 @media only screen and (max-width: 767px) {
   .pricing-wrapper {
      width: 420px;
   }

   .pricing-table {
      display: block;
      float: none;
      margin: 0 0 20px 0;
      width: 100%;
   }
 }

@media only screen and (max-width: 479px) {
   .pricing-wrapper {
      width: 300px;
   }
}

/*SSL Certificates*/
#sslcertsintro3 {
   background: #FFFFFF;
   padding-top: 20px;
   padding-bottom: 30px;
}
#sslcertsintro3 .sslbenefits .fa {
   color: #6CA93E;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro3 .sslbenefits p.light {
   font-size: 14px;
}

#sslcertsintro4 {
   background: #FFFFFF;
   padding-top: 50px;
   padding-bottom: 30px;
}
#sslcertsintro4 .sslbenefits .fa {
   color: #6CA93E;
   font-size: 16px;
   vertical-align: text-bottom;
   padding-right: 12px;
}
#sslcertsintro4 .sslbenefits p.light {
   font-size: 4px;
}

#accepted-payment{color:#ffffff!Important;font-size:30px!Important;margin-top:8px;padding-right:7px;padding-left:2px}

.alert-existingcustomer1{color:#373B42;background-color:#8bc34a;border-color:#e0e0e0; height: 38px;}
.alert-existingcustomer1 h4{color:#ffffff; font-size: 14px;  text-align: center; text-transform: uppercase; font-weight: bold; margin-top: -11px;}
.alert-existingcustomer1 p{color:#ffffff; font-size: 12px;  text-align: center; margin-top: -6px; text-transform: uppercase;}
.alert-existingcustomer1 a{color:#ffffff; text-align: center; font-weight: bold;}

.alert-existingcustomer2{color:#373B42;background-color:#8bc34a;border-color:#e0e0e0; height: 38px; margin-bottom:-5px; margin-top:-10px;}
.alert-existingcustomer2 h4{color:#ffffff; font-size: 14px;  text-align: center; text-transform: uppercase; font-weight: bold; margin-top: -11px;}
.alert-existingcustomer2 p{color:#ffffff; font-size: 11px;  text-align: center; margin-top: -6px; text-transform: uppercase;font-weight:400;}
.alert-existingcustomer2 a{font-size: 11px; color:#ff0000; text-align: center; font-weight: bold;margin-top: -6px; margin-right: 5px;}

.alert-existingcustomer3{color:#373B42;background-color:#ff0000;border-color:#e0e0e0; height: 38px;}
.alert-existingcustomer3 h4{color:#ffffff; font-size: 14px;  text-align: center; text-transform: uppercase; font-weight: bold; margin-top: -11px;}
.alert-existingcustomer3 p{color:#ffffff; font-size: 12px;  text-align: center; margin-top: -6px; text-transform: uppercase;}
.alert-existingcustomer3 a{color:#ffffff; text-align: center; font-weight: bold;}

.alert-existingcustomer4{color:#373B42;background-color:#8bc34a;border-color:#e0e0e0; height: 65px;width:99%;padding-top: 5px; padding-bottom: 0px;margin-top: -30px;margin-bottom: 30px;float: center;}
.alert-existingcustomer4 h4{color:#ffffff; font-size: 13px;  text-align: center; text-transform: uppercase; margin-bottom: -5px; font-weight: bold;}
.alert-existingcustomer4 p{color:#ffffff; font-size: 12px;  text-align: center; text-transform: uppercase;margin-bottom: -5px;}
.alert-existingcustomer4 a{color:#ffffff; text-align: center; text-decoration: underline;}

.alert-existingcustomer5{color:#373B42;background-color:#8bc34a;border-color:#e0e0e0; height: 65px;width:99%;padding-top: 5px; padding-bottom: 0px;margin-top: -30px;margin-bottom: 30px;float: center;}
.alert-existingcustomer5 h4{color:#ffffff; font-size: 13px;  text-align: center; text-transform: uppercase; margin-bottom: 3px; font-weight: bold;}
.alert-existingcustomer5 p{color:#f2f2f2; font-size: 10px; font-weight:500; text-transform: uppercase; text-align: center; margin-bottom: -2px;}
.alert-existingcustomer5 a{color:#ffffff; text-align: center; text-decoration: underline;}

#resellerplans{background:#F2F2F2;padding-top:60px;padding-bottom:40px;border-top: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
#resellerplans .pricing-table{margin-bottom:20px}
#resellerplans .pricing{padding:0}
#planbox .pricing-table{margin-top:10px;margin-bottom:10px}
#resellerplans .pricing .pricing-table .pricing-header{position:relative;background:#373B42;padding:22px 22px;text-align:center;border-top-right-radius:4px;border-top-left-radius:4px;border-top: 3px solid #6CA93E;border-bottom: 1px solid #6CA93E;}
#resellerplans .pricing .pricing-table .pricing-header .pricing-title{color:#FFF;font-size:18px;text-align:center;font-weight:400}

#resellerplans .pricing .pricing-table .pricing-header .pricing-term{font-size:10px;color:#e0e0e0;text-align:center;margin-bottom:20px;font-weight:400;text-transform:uppercase}
#resellerplans .pricing .pricing-table .pricing-header .pricing-valid{font-size:8px;color:#e0e0e0;text-align:center;margin-top:-18px;font-weight:300;text-transform:uppercase;padding-top:5px}

#resellerplans .pricing .pricing-table .pricing-header .pricing-valid-1{font-size:8px;color:#e0e0e0;text-align:center;margin-bottom:-6px;font-weight:300;text-transform:uppercase;padding-top:5px}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate{font-size:29px;font-weight:500;color:#e5e5e5;position:relative;text-align:center;margin-top:0px;}
#resellerplans .pricing .pricing-table .pricing-header .pricing-rate sup1{font-size:14px;position:relative;top:-9px;color:#e5e5e5}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate .pence{font-size:15px;top:-9px;color:#e5e5e5}
#resellerplans .pricing .pricing-table .pricing-header .pricing-rate span{font-size:10px;color:#FFF;text-transform:uppercase}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate h2{font-size:20px;color:#FFF;text-transform:uppercase}

#resellerplans .pricing .pricing-table .pricing-header a {color:#F3F4F5;font-size:12px;text-align:center;font-weight:400; padding-left:50px; padding-right:50px;; padding-top:5px;}

#resellerplans .pricing .pricing-list{padding:20px 0 20px 0;background:#FFF;border:1px solid #e4e4e4}
#resellerplans .pricing .pricing-list ul{padding:0;display:table;margin:0 auto}
#resellerplans .pricing .pricing-list ul li{list-style:none;border-bottom:1px solid #dbdbdb;color:#9e9e9e;font-size:13px;line-height:42px;font-weight:300; margin-left:-10px}
#resellerplans .pricing .pricing-list ul li:last-child{border:none}
#resellerplans .pricing .pricing-list ul li i{margin-right:0px;color:#b0b0b0}
#resellerplans .pricing .pricing-list ul li span{color:#4a4a4a}
#resellerplans .pricing .pricing-list ul li a {color:#4a4a4a;font-size:10px}

