/*
DO NOT MODIFY THIS 'STYLE.CSS' FILE!

This file is generated from STYLE.LESS file, which is written in LessCSS language.
Less is a CSS pre-processor.

USE 'STYLE-CUSTOM.CSS' TO ADD YOUR OWN CSS RULES.

If you want to change 'STYLE.CSS', modify 'STYLE.LESS' file and compile with 'Koala-App' or 'SimpLESS'.
Download SimpLESS software from wearekiss.com/simpless
Download Koala-App software from koala-app.com

*/
.srcs {
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
}
.mont {
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
strong,
b {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: normal;
}
p {
  line-height: 1.2em;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.redback {
  background: Red;
}
.redshine {
  box-shadow: 0 0 10px red;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.sizing {
  box-sizing: border-box;
}
div.clear {
  clear: both;
}
.trans {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.responsive {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
body {
  background: #fff;
  font-size: 13px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.body {
  width: 100%;
  margin: auto;
  position: relative;
}
.body:before,
.body:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.body:after {
  clear: both;
}
a:link,
a:visited {
  color: #056fb9;
  text-decoration: none;
}
a:hover {
  color: #0085e1;
  text-decoration: none;
}
a img {
  border: 0px;
}
input {
  font-size: 12px;
}
.half {
  width: 50%;
  float: left;
}
/* design */
.bluebar-alternating {
  height: 5px;
  background: url(images/bluebar-alternating.png) center center repeat;
  content: "";
  display: block;
}
#header {
  height: 75px;
  background: #fff;
  border-bottom: 8px solid #2d76a5;
}
#header .body {
  position: relative;
  z-index: 1000;
}
.top-logo {
  position: absolute;
  width: 275px;
  left: 0;
  top: 0;
  height: 142px;
  background: url(images/logo-back.png) bottom left no-repeat;
}
a.logo {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
  width: 275px;
  height: 81px;
  background: url(images/logo-big.png) 48px center no-repeat;
  background-size: 221.15px;
}
#menubutton {
  display: none;
  position: absolute;
  z-index: 20001;
  top: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #2d76a5 url(images/menu-button.png) center center no-repeat;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#menubutton a {
  width: 50px;
  height: 50px;
  display: block;
}
#menu,
.mainmenu {
  float: right;
  clear: both;
  margin-top: 15px;
  margin-right: 16px;
}
#menu > ul > li,
.mainmenu > ul > li {
  float: left;
  margin-left: 2px;
  position: relative;
}
#menu > ul > li > a,
.mainmenu > ul > li > a {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  display: block;
  font-size: 18px;
  color: #004581;
  padding: 0px 17px 0px 17px;
  line-height: 38px;
  margin-top: 12px;
  border-radius: 5px;
}
#menu > ul > li:hover > a,
.mainmenu > ul > li:hover > a,
#menu > ul > li > a.active,
.mainmenu > ul > li > a.active {
  color: #fff;
  background: #2D76A5;
}
#menu > ul > li.divider,
.mainmenu > ul > li.divider {
  height: 40px;
  width: 1px;
  background: #3384b9;
  margin: 10px 17px 0 12px;
  padding: 0;
}
#menu > ul > li a.mainmenubutton,
.mainmenu > ul > li a.mainmenubutton {
  line-height: 29px;
  padding: 0 14px;
  border-radius: 4px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 15px;
}
#menu > ul > li a.login,
.mainmenu > ul > li a.login {
  color: #3384b9;
  border: 1px solid #99c1dc;
  background: #fff;
}
#menu > ul > li a.login:hover,
.mainmenu > ul > li a.login:hover {
  color: #fff;
  background: #3384b9;
  border-color: #3384b9;
}
#menu > ul > li a.signup,
.mainmenu > ul > li a.signup {
  color: #fff;
  border: 1px solid #009A7B;
  background: #009A7B;
}
#menu > ul > li a.signup:hover,
.mainmenu > ul > li a.signup:hover {
  color: #009A7B;
  background: #fff;
}
.big-intro {
  background: url(images/blue-back.png) repeat-x;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #004581;
}
.big-intro .moon {
  background: url(images/moon.png) bottom center no-repeat;
}
.big-intro .moon .body {
  min-height: 592px;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.big-intro .intro-title {
  font-size: 56px;
  padding-top: 93px;
}
.big-intro .intro-subtitle {
  font-size: 21px;
  font-weight: bold;
}
.big-intro .intro-text {
  font-size: 16px;
  margin: 17px auto;
  width: 45%;
  min-width: 320px;
  line-height: 1.1em;
}
@-webkit-keyframes arrowsBarNegative {
  0% {
    background: url(images/arrows-bar-negative-back.png) 0px center repeat;
  }
  100% {
    background: url(images/arrows-bar-negative-back.png) 790px center repeat;
  }
}
@keyframes arrowsBarNegative {
  0% {
    background: url(images/arrows-bar-negative-back.png) 0px center repeat;
  }
  100% {
    background: url(images/arrows-bar-negative-back.png) 790px center repeat;
  }
}
.arrows-bar-negative {
  background: url(images/arrows-bar-negative-back.png) 50% center repeat;
  -webkit-animation: arrowsBarNegative 4s linear infinite;
          animation: arrowsBarNegative 4s linear infinite;
  max-width: 790px;
  width: 100%;
  margin: 21px auto 27px auto;
}
.arrows-bar-negative div {
  background: url(images/arrows-bar-negative.png) center center no-repeat;
  height: 10px;
}
.arrows-bar-positive {
  background: url(images/arrows-bar-positive.png) center center no-repeat;
  height: 10px;
  max-width: 790px;
  width: 100%;
  margin: 21px auto 27px auto;
  display: none;
}
a.button,
.button,
button.button {
  width: 224px;
  line-height: 40px;
  padding: 0;
  font-size: 15px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  display: block;
}
a.button.small,
.button.small,
button.button.small {
  line-height: 30px;
  font-size: 13px;
}
a.button.cyan,
.button.cyan,
button.button.cyan,
a.button,
.button,
button.button {
  background: #009a7b;
}
a.button.cyan:hover,
.button.cyan:hover,
button.button.cyan:hover,
a.button:hover,
.button:hover,
button.button:hover {
  background: #00cda4;
}
a.button.blue,
.button.blue,
button.button.blue {
  background: #25b7d3;
}
a.button.blue:hover,
.button.blue:hover,
button.button.blue:hover {
  background: #4bc8e0;
}
a.button.blue2,
.button.blue2,
button.button.blue2 {
  background: #3384b9;
}
a.button.blue2:hover,
.button.blue2:hover,
button.button.blue2:hover {
  background: #509dcf;
}
a.button.orange,
.button.orange,
button.button.orange {
  background: #fa543d;
}
a.button.orange:hover,
.button.orange:hover,
button.button.orange:hover {
  background: #fb806f;
}
a.button.green,
.button.green,
button.button.green {
  background: #00903a;
}
a.button.green:hover,
.button.green:hover,
button.button.green:hover {
  background: #00c34f;
}
a.button.white,
.button.white,
button.button.white {
  background: #fff;
  color: #004581;
}
a.button.white:hover,
.button.white:hover,
button.button.white:hover {
  background: #b4dcff;
}
a.button.autowidth,
.button.autowidth,
button.button.autowidth {
  width: auto;
  display: block;
}
button.button {
  line-height: 38px;
}
.home-signup-form {
  position: absolute;
  width: 380px;
  right: 0;
  bottom: 50px;
  background: #004581;
  min-height: 200px;
  box-sizing: border-box;
  box-shadow: 5px 0 0 #002c53, -5px 0 0 #002c53, inset 5px 0 0 #002c53, inset -5px 0 0 #002c53;
  padding: 33px 25px 27px;
  font-size: 20px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  color: #fff;
}
.home-signup-form .static-lander {
  background: url(images/static-lander.png) center center no-repeat;
  width: 135.13513514px;
  height: 167.83783784px;
  background-size: 130px;
  position: absolute;
  top: -115px;
  right: 25px;
}
.home-signup-form a {
  color: #61c1ff;
}
.home-signup-form a:hover {
  color: #fff;
}
.home-signup-form .title {
  text-align: left;
  margin-bottom: 16px;
}
.home-signup-form form input[type=text] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: 1px solid #3384b9;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 36px;
  color: #333;
  font-size: 17px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  margin-bottom: 14px;
}
.home-signup-form form input[type=text]:valid {
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.home-signup-form form button {
  font-size: 18px;
  width: 100%;
}
.home-signup-form .links {
  margin-top: 17px;
}
.home-signup-form .links a {
  display: inline-block;
  padding: 5px 20px;
}
.gray-back-light {
  background: #eee;
  position: relative;
}
.pattern-1 {
  background: url(images/pattern-1.png) center center repeat;
  position: relative;
}
.home-features-main .feature-box {
  position: relative;
  top: -50px;
  width: 31.66667%;
  margin-left: 2.5%;
  float: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: #fff;
}
.home-features-main .feature-box:first-child {
  margin-left: 0;
}
.home-features-main .feature-box:before {
  width: 64px;
  height: 64px;
  content: "";
  display: block;
  margin: 30px auto 18px;
}
.home-features-main .feature-box .title {
  font-size: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
}
.home-features-main .feature-box .text {
  font-size: 16px;
  color: #000;
  margin: 20px 20px 38px;
  line-height: 20px;
}
.home-features-main .feature-box .buttonbar {
  background: #F0F0F0;
  padding: 20px 0;
}
.home-features-main .feature-box .buttonbar a.button {
  width: 60%;
  min-width: 160px;
  margin: 0 auto;
}
.home-features-main .feature-box.style-1 {
  background: #ffffff url(images/logo-faded-1.png) 190% 2px no-repeat;
}
.home-features-main .feature-box.style-1:before {
  background: url(images/ricon-cloud.png) no-repeat;
}
.home-features-main .feature-box.style-2 {
  background: #f0f0f0 url(images/logo-faded-2.png) 190% 2px no-repeat;
}
.home-features-main .feature-box.style-2:before {
  background: url(images/ricon-hw.png) no-repeat;
}
.home-features-main .feature-box.style-2 .buttonbar {
  background: #e2e2e2;
}
.home-features-main .feature-box.style-3 {
  background: #394a59 url(images/logo-faded-3.png) 190% 2px no-repeat;
}
.home-features-main .feature-box.style-3:before {
  background: url(images/ricon-billing.png) no-repeat;
}
.home-features-main .feature-box.style-3 .title {
  color: #fff;
}
.home-features-main .feature-box.style-3 .text {
  color: #dfdfdf;
}
.home-features-main .feature-box.style-3 .buttonbar {
  background: #2b3843;
}
.home-globe {
  background: url(images/world-faded.png) center 57px no-repeat, #2e4452 url(images/world-horizon.png) bottom center no-repeat;
  border-top: 5px solid #fff;
  position: relative;
  min-height: 305px;
  text-align: center;
  color: #fff;
}
.home-globe:after {
  height: 5px;
  background: url(images/bluebar-alternating.png) center center repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-globe .title {
  font-size: 36px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  padding-top: 33px;
}
.home-globe .text {
  font-size: 18px;
  padding-top: 12px;
}
.home-globe a.button {
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 50px;
}
.home-features {
  padding: 30px 0;
}
.home-features .feature {
  width: 22%;
  float: left;
  margin: 10px 1.5% 10px 1.5%;
  text-align: center;
}
.home-features .feature .image {
  height: 112px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-features .feature .title {
  font-size: 22px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  padding-top: 11px;
}
.home-features .feature .text {
  font-size: 18px;
  color: #000;
  margin-top: 11px;
  line-height: 1.2em;
}
a.triangle-button {
  width: 50px;
  height: 50px;
  margin: 3px auto;
  display: block;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
a.triangle-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 0;
  height: 0;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
a.triangle-button:hover:before {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #e2e2e2;
}
a.triangle-button span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 5px;
  margin-top: 14px;
  width: 0;
  height: 0;
  border-left: 13px solid #0788ff;
  border-right: none;
  border-top: 10px solid transparent;
  border-bottom: 13px solid transparent;
}
a.triangle-button.tb1 span {
  border-left-color: #9b7cab;
}
a.triangle-button.tb2 span {
  border-left-color: #0788ff;
}
a.triangle-button.tb3 span {
  border-left-color: #db4834;
}
a.triangle-button.tb4 span {
  border-left-color: #39c338;
}
a.triangle-button.tb5 span {
  border-left-color: #d66027;
}
a.triangle-button.tb6 span {
  border-left-color: #898415;
}
a.triangle-button.tb7 span {
  border-left-color: #158972;
}
a.triangle-button.tb8 span {
  border-left-color: #cc0000;
}
.biginfo-bar .body {
  position: relative;
}
.biginfo-bar .img {
  margin: 0 5px;
  max-width: 33%;
  position: relative;
}
.biginfo-bar .img img {
  display: block;
  width: 100%;
}
.biginfo-bar .img:before {
  position: absolute;
  content: "";
  display: block;
  box-shadow: inset 0 0 0 5px #3384b9;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
.biginfo-bar .img.floatleft {
  float: left;
}
.biginfo-bar .img.floatright {
  float: right;
}
.biginfo-bar.blue {
  background: #202F3C;
  color: #fff;
}
.biginfo-bar.white {
  background: #FFFFFF;
}
.biginfo-bar .list-title {
  float: left;
  width: 38%;
  font-weight: 200;
  font-size: 32px;
  padding: 65px 0 0 60px;
  box-sizing: border-box;
}
.biginfo-bar .text-small {
  float: left;
  width: 26%;
  font-size: 16px;
  line-height: 24px;
  padding-top: 40px;
  box-sizing: border-box;
}
.biginfo-bar .text-small a.button {
  margin-top: 20px;
  padding: 0 12px;
  display: inline-block;
}
.biginfo-bar .text-larger {
  float: left;
  width: 65%;
  padding: 0  0 0 1%;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 65px;
}
.biginfo-bar .text-larger .title {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 15px;
}
.biginfo-bar .text-larger a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 0px 6px 1px ;
  line-height: 18px;
  margin: 0 1px;
  border-radius: 3px;
  background-color: #009a7b;
}
.biginfo-bar .text-larger a:hover {
  background-color: #00cda4;
}
.thintitle {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  line-height: 48px;
  text-align: center;
  padding: 30px 0;
}
.home-testimonials {
  background: #f4f4f4;
  text-align: center;
  padding: 30px 0  60px 0;
}
.home-testimonials .thintitle em {
  border-bottom: 1px solid #bccede;
}
.home-testimonials .client-logos {
  background: url(images/client-logos.png) center center no-repeat;
  height: 44px;
  margin: 10px 0 40px 0;
  background-size: contain;
}
.home-testimonials .testimonials-wrapper {
  margin-top: 40px;
  min-height: 150px;
  position: relative;
}
.home-testimonials .testimonials-wrapper .arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}
.home-testimonials .testimonials-wrapper .arrows a {
  width: 50px;
  height: 51px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.home-testimonials .testimonials-wrapper .arrows a:hover {
  opacity: 1;
}
.home-testimonials .testimonials-wrapper .arrows a.left {
  background: url(images/arrow-thin-left.png) center center no-repeat;
  margin-left: -175px;
}
.home-testimonials .testimonials-wrapper .arrows a.right {
  background: url(images/arrow-thin-right.png) center center no-repeat;
  margin-left: 125px;
}
.home-testimonials .testimonial .text {
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  min-height: 100px;
}
.home-testimonials .testimonial .client {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  text-align: center;
}
.home-testimonials .testimonial .client strong {
  font-size: 18px;
  display: block;
  color: #000;
  font-weight: normal;
}
.home-testimonials .testimonial .client span {
  font-size: 14px;
  color: #009a7b;
}
.footer-top {
  background: #334e66;
  background: -webkit-linear-gradient(top, #334e66, #202f3c);
  background: linear-gradient(to bottom, #334e66, #202f3c);
  padding-bottom: 90px;
  position: relative;
}
.footer-top .social {
  text-align: center;
  padding: 40px 0 10px 0;
}
.footer-top .social a.twitter {
  background: url(images/social-twitter.png) no-repeat;
  background-size: 48px;
}
.footer-top .social a.twitter:hover {
  box-shadow: 0 0 20px #2CA7E0;
}
.footer-top .social a.github {
  background: url(images/social-github.png) no-repeat;
  background-size: 48px;
}
.footer-top .social a.github:hover {
  box-shadow: 0 0 20px #2CA7E0;
}
.footer-top .social a.facebook {
  background: url(images/social-facebook.png) no-repeat;
  background-size: 48px;
}
.footer-top .social a.facebook:hover {
  box-shadow: 0 0 20px #2CA7E0;
}
.footer-top .social a.fb {
  background: url(images/social-fb.png) no-repeat;
  background-size: 48px;
}
.footer-top .social a.fb:hover {
  box-shadow: 0 0 20px #5484e8;
}
.footer-top .social a {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 24px 24px 0 24px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-top .social a span {
  display: none;
}
.footer-top .footer-logo {
  background: url(images/footer-logo.png) center center no-repeat;
  height: 132px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -67px;
}
#footer {
  background: #0b151e url(images/footer-logo-faded.png) bottom center no-repeat;
}
#footer .mainmenu {
  float: none;
  text-align: center;
  margin-top: 0;
}
#footer .mainmenu > ul {
  display: inline-block;
}
#footer .mainmenu > ul > li > a {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #fff;
}
#footer .mainmenu > ul > li a.login {
  color: #3384b9;
  border: 1px solid rgba(51, 132, 185, 0.5);
  background: transparent;
}
#footer .mainmenu > ul > li a.login:hover {
  color: #fff;
  background: #3384b9;
  border-color: #3384b9;
}
#footer .mainmenu > ul > li a.signup {
  color: #fff;
  border: 1px solid #009A7B;
  background: #009A7B;
}
#footer .mainmenu > ul > li a.signup:hover {
  color: #009A7B;
  background: #9affeb;
}
#footer .copyright {
  padding: 40px 0 50px 0;
  color: #3384b9;
  text-align: center;
  font-size: 15px;
}
.footer-links {
  padding: 40px 0 0px 0;
}
.footer-links:before,
.footer-links:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.footer-links:after {
  clear: both;
}
.footer-links ul {
  float: left;
  margin-left: 1.666%;
  width: 15%;
  padding-top: 40px;
}
.footer-links ul li.title {
  font-size: 15px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #fff;
  margin-bottom: 20px;
  line-height: 20px;
}
.footer-links ul li a {
  line-height: 30px;
  font-size: 15px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-links ul li a:hover {
  color: #ffffff;
}
.footer-links ul.legal-list {
  padding-top: 40px;
}
.footer-links ul.legal-list li a {
  font-size: 13px;
  color: #fff;
  padding-left: 13px;
  position: relative;
}
.footer-links ul.legal-list li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #fff;
}
.footer-links ul.legal-list li a:hover {
  color: #3384b9;
}
.page-heading {
  padding: 50px 0;
}
.page-heading .hugetitle {
  text-transform: uppercase;
  color: #004581;
  padding-left: 20px;
  padding-right: 20px;
}
.page-heading .bigtitle {
  text-transform: uppercase;
  color: #3384b9;
}
.page-heading .subtitle {
  margin-top: 30px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.blue-back {
  background: #334e66 url(images/blue-back.png) repeat-x;
  background: -webkit-linear-gradient(top, #202f3c, #334e66 75%);
  background: linear-gradient(to bottom, #202f3c, #334e66 75%);
}
.hugetitle {
  font-size: 52px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  text-align: left;
}
.hugetitle.slim {
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-weight: 300;
}
.bigtitle {
  font-size: 36px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  text-align: left;
  font-weight: bold;
}
.subtitle {
  font-size: 24px;
  color: #000;
  text-align: left;
  font-weight: 400;
}
.blue-back .hugetitle {
  color: #fff;
}
.blue-back .bigtitle {
  color: #fff;
}
.blue-back .subtitle {
  color: #fff;
}
.packages-area {
  padding: 80px 0;
}
@-webkit-keyframes packageWidthPulse {
  0% {
    width: 13.33%;
  }
  50% {
    width: 20%;
  }
  100% {
    width: 13.33%;
  }
}
@keyframes packageWidthPulse {
  0% {
    width: 13.33%;
  }
  50% {
    width: 20%;
  }
  100% {
    width: 13.33%;
  }
}
.package-boxes {
  padding: 0 0 50px 0;
}
.package-boxes:before,
.package-boxes:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.package-boxes:after {
  clear: both;
}
.package-boxes .main-package {
  width: 16.66%;
  float: left;
  box-sizing: border-box;
  padding: 0 0px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff url(images/logo-faded-1.png) 50px 100px no-repeat;
}
.package-boxes .main-package:nth-child(1) {
  background-color: #f0f0f0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.package-boxes .main-package:nth-child(2) {
  background-color: #f3f3f3;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.package-boxes .main-package:nth-child(3) {
  background-color: #f6f6f6;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.package-boxes .main-package:nth-child(4) {
  background-color: #f9f9f9;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.package-boxes .main-package:nth-child(5) {
  background-color: #fcfcfc;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.package-boxes .main-package:nth-child(6) {
  background-color: #ffffff;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
.package-boxes .main-package .name {
  background: #2D76A5;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
}
.package-boxes .main-package .pricing {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  padding: 30px 0;
  position: relative;
  min-height: 100px;
}
.package-boxes .main-package .pricing * {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.package-boxes .main-package .pricing div.big {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 36px;
  font-weight: normal;
  display: block;
  color: #004581;
}
.package-boxes .main-package .pricing div.big span {
  position: relative;
  font-size: 28px;
  top: -5px;
}
.package-boxes .main-package .pricing div.big sup {
  position: relative;
  font-size: 24px;
  top: -10px;
}
.package-boxes .main-package .pricing div.big sub {
  font-size: 16px;
  display: block;
  position: relative;
  top: -7px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-weight: bold;
}
.package-boxes .main-package .pricing div.small {
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0;
  font-size: 18px;
  color: #000;
}
.package-boxes .main-package .pricing div.small sup {
  position: relative;
  font-size: 12px;
  top: -3px;
}
.package-boxes .main-package .pricing div.small sub {
  font-size: 12px;
  display: block;
  position: relative;
  top: -2px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
}
.package-boxes .main-package .pricing div.small span {
  top: 0;
}
.package-boxes .main-package ul li {
  padding: 5px 0;
  color: #000;
  font-size: 14px;
}
.package-boxes .main-package ul li strong {
  color: #2D76A5;
  font-size: 20px;
  display: block;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  line-height: 18px;
}
.package-boxes .main-package ul li.larger {
  color: #002244;
  font-size: 18px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.package-boxes .main-package ul li.larger strong {
  font-size: 28px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
}
.package-boxes .main-package .button-area {
  padding: 20px;
  margin-top: 20px;
  background: #E2E2E2;
}
.signup-button-area {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  background: #E2E2E2;
}
.signup-button-area a {
  display: inline-block !important;
  padding-left: 40px;
  padding-right: 40px;
}
.tabs {
  text-align: center;
  border-bottom: 1px solid #3384b9;
}
.tabs a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.tabs a.selected {
  background: #3384b9;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
}
.tabs a:hover {
  background: #a0cae5;
}
.tabs a.selected:hover {
  background: #3384b9;
}
.allpackages-area {
  padding: 10px 20px 50px;
}
.allpackages-area .packages {
  padding: 30px 20px;
  background: #3384b9;
  color: #fff;
  z-index: 5;
  position: relative;
}
.allpackages-area .packages .subtitle {
  color: #fff;
}
.allpackages-area .tabs {
  margin-top: 40px;
}
.allpackages-area .package-list {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.allpackages-area .package {
  display: table-cell;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff url(images/logo-faded-1.png) 50px 100px no-repeat;
}
.allpackages-area .package:nth-child(1) {
  background-color: #f0f0f0;
}
.allpackages-area .package:nth-child(2) {
  background-color: #f3f3f3;
}
.allpackages-area .package:nth-child(3) {
  background-color: #f6f6f6;
}
.allpackages-area .package:nth-child(4) {
  background-color: #f9f9f9;
}
.allpackages-area .package:nth-child(5) {
  background-color: #fcfcfc;
}
.allpackages-area .package:nth-child(6) {
  background-color: #ffffff;
}
.allpackages-area .package .name {
  background: #2D76A5;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 5px 0;
}
.allpackages-area .package .pricing {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  padding: 10px 0;
  position: relative;
  min-height: 80px;
}
.allpackages-area .package .pricing * {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.allpackages-area .package .pricing div.big {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 24px;
  font-weight: normal;
  display: block;
  color: #004581;
}
.allpackages-area .package .pricing div.big span {
  position: relative;
  font-size: 18px;
  top: -5px;
}
.allpackages-area .package .pricing div.big sup {
  position: relative;
  font-size: 18px;
  top: -5px;
}
.allpackages-area .package .pricing div.big sub {
  font-size: 12px;
  display: block;
  position: relative;
  top: -7px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-weight: bold;
}
.allpackages-area .package .pricing div.small {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  font-size: 18px;
  color: #000;
}
.allpackages-area .package .pricing div.small sup {
  position: relative;
  font-size: 12px;
  top: -3px;
}
.allpackages-area .package .pricing div.small sub {
  font-size: 12px;
  display: block;
  position: relative;
  top: -2px;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
}
.allpackages-area .package .pricing div.small span {
  top: 0;
}
.allpackages-area .package ul {
  padding-bottom: 10px;
}
.allpackages-area .package ul li {
  padding: 2px 0;
  color: #000;
  font-size: 12px;
}
.allpackages-area .package ul li strong {
  color: #2D76A5;
  font-size: 14px;
  display: block;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  line-height: 18px;
}
.allpackages-area .package ul li.larger {
  color: #002244;
  font-size: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.allpackages-area .package ul li.larger strong {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
}
.allpackages-area .package .button-area {
  padding: 20px;
  margin-top: 20px;
  background: #E2E2E2;
}
.ssd-only-desc {
  background: rgba(255, 0, 0, 0.3);
  border: 1px dashed rgba(255, 128, 128, 0.6);
  padding: 10px 10px;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
.huge-arrow-1 {
  background: #eeeeee url(images/huge-arrow-1.png) bottom center no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
}
.huge-arrow-1.smaller {
  height: 75px;
  top: -75px;
}
.huge-arrow-2 {
  background: #ffffff url(images/huge-arrow-2.png) bottom center no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  top: -50px;
  left: 0;
}
.info-text-big {
  position: relative;
  padding: 40px 0 50px 0;
}
.info-text-big:before,
.info-text-big:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.info-text-big:after {
  clear: both;
}
.info-text-big .info-section {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 20px 20px;
}
.info-text-big h3,
.info-text-big h4 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 22px;
  color: #000;
  margin: 0px 0 10px;
}
.info-text-big p + h3 {
  margin-top: 40px;
}
.info-text-big p + h4 {
  margin-top: 20px;
}
.info-text-big p {
  margin: 10px 0;
  font-size: 17px;
}
.info-text-big p b {
  font-weight: bold;
  color: #555;
}
.info-text-big p a {
  font-weight: bold;
  color: #004581;
  border-bottom: 1px dotted #3384b9;
}
.hugebuttons-bar {
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
  background: #2e4452 url(images/world-horizon.png) bottom center no-repeat;
}
.hugebuttons-bar:before,
.hugebuttons-bar:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.hugebuttons-bar:after {
  clear: both;
}
.hugebuttons-bar a {
  display: inline-block;
  width: 31.33%;
  border-radius: 2px;
  text-align: center;
  background-color: #394A59;
  padding: 0;
  margin: 0 1%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.hugebuttons-bar a,
.hugebuttons-bar a * {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.hugebuttons-bar a strong {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 22px;
  display: block;
  font-weight: normal;
  color: #fff;
  padding: 20px 0 5px 0;
}
.hugebuttons-bar a span.text {
  display: block;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  color: #fff;
}
.hugebuttons-bar a span.buttonbar {
  background: #2B3843;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.hugebuttons-bar a span.buttonbar span.button {
  display: inline-block;
  text-transform: uppercase;
}
.hugebuttons-bar a:hover {
  background: #FFFFFF;
}
.hugebuttons-bar a:hover strong {
  color: #000;
}
.hugebuttons-bar a:hover span.text {
  color: #000;
}
.hugebuttons-bar a:hover span.buttonbar {
  background: #F0F0F0;
}
.huge-features:before,
.huge-features:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.huge-features:after {
  clear: both;
}
.huge-features .feature-section {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.huge-features .feature-section .feature-box {
  float: right;
}
.huge-features .feature-section + .feature-section .feature-box {
  float: left;
}
.huge-features .huge-feature:before,
.huge-features .huge-feature:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.huge-features .huge-feature:after {
  clear: both;
}
.huge-features .huge-feature .feature-box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 84px;
  position: relative;
}
.huge-features .huge-feature .feature-box .image {
  width: 64px;
  height: 80px;
  background-size: auto 48px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
}
.huge-features .huge-feature .feature-box a.button {
  width: auto;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #999;
  color: #000;
  float: right;
  position: relative;
  top: -1px;
  left: 0px;
}
.huge-features .huge-feature .feature-box h3 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.huge-features .huge-feature .feature-box p {
  font-size: 15px;
  margin: 15px 0;
  color: #000;
}
.huge-features .huge-feature.color-1 h3 {
  border-bottom: 1px solid rgba(155, 124, 171, 0.4);
}
.huge-features .huge-feature.color-1 .feature-box a.button {
  background-color: #9b7cab;
  color: #fff;
  border: 1px solid #8f6ca1;
}
.huge-features .huge-feature.color-1 .feature-box a.button:hover {
  border: 1px solid #9b7cab;
  color: #9b7cab;
  background-color: #fff;
}
.huge-features .huge-feature.color-2 h3 {
  border-bottom: 1px solid rgba(7, 136, 255, 0.4);
}
.huge-features .huge-feature.color-2 .feature-box a.button {
  background-color: #0788ff;
  color: #fff;
  border: 1px solid #007bec;
}
.huge-features .huge-feature.color-2 .feature-box a.button:hover {
  border: 1px solid #0788ff;
  color: #0788ff;
  background-color: #fff;
}
.huge-features .huge-feature.color-3 h3 {
  border-bottom: 1px solid rgba(219, 72, 52, 0.4);
}
.huge-features .huge-feature.color-3 .feature-box a.button {
  background-color: #db4834;
  color: #fff;
  border: 1px solid #d13a25;
}
.huge-features .huge-feature.color-3 .feature-box a.button:hover {
  border: 1px solid #db4834;
  color: #db4834;
  background-color: #fff;
}
.huge-features .huge-feature.color-4 h3 {
  border-bottom: 1px solid rgba(57, 195, 56, 0.4);
}
.huge-features .huge-feature.color-4 .feature-box a.button {
  background-color: #39c338;
  color: #fff;
  border: 1px solid #33af32;
}
.huge-features .huge-feature.color-4 .feature-box a.button:hover {
  border: 1px solid #39c338;
  color: #39c338;
  background-color: #fff;
}
.huge-features .huge-feature.color-5 h3 {
  border-bottom: 1px solid rgba(214, 96, 39, 0.4);
}
.huge-features .huge-feature.color-5 .feature-box a.button {
  background-color: #d66027;
  color: #fff;
  border: 1px solid #c05623;
}
.huge-features .huge-feature.color-5 .feature-box a.button:hover {
  border: 1px solid #d66027;
  color: #d66027;
  background-color: #fff;
}
.huge-features .huge-feature.color-6 h3 {
  border-bottom: 1px solid rgba(137, 132, 21, 0.4);
}
.huge-features .huge-feature.color-6 .feature-box a.button {
  background-color: #898415;
  color: #fff;
  border: 1px solid #736f12;
}
.huge-features .huge-feature.color-6 .feature-box a.button:hover {
  border: 1px solid #898415;
  color: #898415;
  background-color: #fff;
}
.huge-features .huge-feature.color-7 h3 {
  border-bottom: 1px solid rgba(21, 137, 114, 0.4);
}
.huge-features .huge-feature.color-7 .feature-box a.button {
  background-color: #158972;
  color: #fff;
  border: 1px solid #127360;
}
.huge-features .huge-feature.color-7 .feature-box a.button:hover {
  border: 1px solid #158972;
  color: #158972;
  background-color: #fff;
}
.huge-features .huge-feature.color-8 h3 {
  border-bottom: 1px solid rgba(204, 0, 0, 0.4);
}
.huge-features .huge-feature.color-8 .feature-box a.button {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #b30000;
}
.huge-features .huge-feature.color-8 .feature-box a.button:hover {
  border: 1px solid #cc0000;
  color: #cc0000;
  background-color: #fff;
}
.huge-features .huge-feature.color-9 h3 {
  border-bottom: 1px solid rgba(87, 158, 62, 0.4);
}
.huge-features .huge-feature.color-9 .feature-box a.button {
  background-color: #579e3e;
  color: #fff;
  border: 1px solid #4d8c37;
}
.huge-features .huge-feature.color-9 .feature-box a.button:hover {
  border: 1px solid #579e3e;
  color: #579e3e;
  background-color: #fff;
}
.huge-features .huge-feature.color-10 h3 {
  border-bottom: 1px solid rgba(171, 129, 162, 0.4);
}
.huge-features .huge-feature.color-10 .feature-box a.button {
  background-color: #ab81a2;
  color: #fff;
  border: 1px solid #a17297;
}
.huge-features .huge-feature.color-10 .feature-box a.button:hover {
  border: 1px solid #ab81a2;
  color: #ab81a2;
  background-color: #fff;
}
.huge-features .huge-feature.color-11 h3 {
  border-bottom: 1px solid rgba(171, 77, 63, 0.4);
}
.huge-features .huge-feature.color-11 .feature-box a.button {
  background-color: #ab4d3f;
  color: #fff;
  border: 1px solid #984538;
}
.huge-features .huge-feature.color-11 .feature-box a.button:hover {
  border: 1px solid #ab4d3f;
  color: #ab4d3f;
  background-color: #fff;
}
.huge-features .huge-feature.color-12 h3 {
  border-bottom: 1px solid rgba(76, 117, 171, 0.4);
}
.huge-features .huge-feature.color-12 .feature-box a.button {
  background-color: #4c75ab;
  color: #fff;
  border: 1px solid #446999;
}
.huge-features .huge-feature.color-12 .feature-box a.button:hover {
  border: 1px solid #4c75ab;
  color: #4c75ab;
  background-color: #fff;
}
.subpage-features {
  position: relative;
  padding-top: 50px;
}
.subpage-features .features {
  padding: 0px 0 30px 0;
}
.subpage-features .features:before,
.subpage-features .features:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.subpage-features .features:after {
  clear: both;
}
.subpage-features .feature {
  width: 47%;
  float: left;
  margin: 10px 1.5% 10px 1.5%;
  text-align: left;
}
.subpage-features .feature .image {
  height: 112px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.subpage-features .feature .title {
  font-size: 22px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  padding-top: 11px;
}
.subpage-features .feature .text {
  font-size: 18px;
  color: #000;
  margin-top: 11px;
  line-height: 1.2em;
}
.subpage-features .feature:nth-child(odd) {
  clear: left;
}
.microtable {
  margin: 30px auto;
  width: 70%;
  min-width: 320px;
  border-collapse: collapse;
}
.microtable tr td {
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 10px;
  color: #3384B9;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  width: 50%;
  text-align: right;
}
.microtable tr td + td {
  text-align: left;
  font-size: 16px;
  color: #000;
  background: #ddd;
}
.microtable tr td {
  background: #2D76A5;
  color: #fff;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-weight: normal;
  padding: 10px 10px;
}
.microtable tr td + td {
  color: #002244;
  background: #F3F3F3;
}
.microlist {
  margin: 10px 0;
  width: 100%;
}
.microlist li {
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  color: #002244;
  background: #F3F3F3;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.microlist li strong {
  width: 30%;
  min-width: 130px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  background: #2D76A5;
  color: #fff;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-weight: normal;
  padding: 0px 10px;
  margin-right: 15px;
  text-align: right;
}
.datacenter-details {
	margin-top: 50px;
}
.datacenter-detailx {
  padding: 20px 0;
  margin: 50px 0;
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
}
.datacenter-detailx:before,
.datacenter-detailx:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.datacenter-detailx:after {
  clear: both;
}
.datacenter-detailx .content {
  width: calc(100% - 320px);
  float: left;
  box-sizing: border-box;
  padding: 10px 30px;
}
.datacenter-detailx .imagelist {
  float: left;
  padding: 5px;
  width: 320px;
  margin-top: 10px;
  box-sizing: border-box;
}
.datacenter-detailx .imagelist a {
  display: block;
  float: left;
  width: 140px;
  height: 80px;
  margin: 5px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.datacenter-detailx .imagelist a:hover {
  box-shadow: 0 0 0 7px #ccc;
}
.datacenter-detailx .imagelist a img {
  width: 140px;
  height: 80px;
}
.datacenter-detailx h2 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 32px;
  color: #004581;
  margin: 0 0 0px 0;
}
.datacenter-detailx.color-1 {
  border-bottom: 1px solid #016679;
  border-top: 1px solid #17d8fc;
  box-shadow: 0 0 0 20px rgba(1, 59, 70, 0.5);
}
.datacenter-detailx.color-1 h2 {
  color: #0290ab;
}
.datacenter-detailx.color-1 .microlist strong {
  background: #0290ab;
}
.datacenter-detailx.color-1 .microlist a {
  color: #0290ab;
}
.datacenter-detailx.color-2 {
  border-bottom: 1px solid #f9280b;
  border-top: 1px solid #fdaca0;
  box-shadow: 0 0 0 20px rgba(204, 29, 5, 0.5);
}
.datacenter-detailx.color-2 h2 {
  color: #fa543d;
}
.datacenter-detailx.color-2 .microlist strong {
  background: #fa543d;
}
.datacenter-detailx.color-2 .microlist a {
  color: #fa543d;
}
.datacenter-detailx.color-3 {
  border-bottom: 1px solid #015b34;
  border-top: 1px solid #02f38b;
  box-shadow: 0 0 0 20px rgba(0, 41, 23, 0.5);
}
.datacenter-detailx.color-3 h2 {
  color: #018e51;
}
.datacenter-detailx.color-3 .microlist strong {
  background: #018e51;
}
.datacenter-detailx.color-3 .microlist a {
  color: #018e51;
}
.datacenter-detailx p {
  margin: 10px 0;
  font-size: 14px;
}
.datacenter-detail {
  padding: 10px 0 50px;
  text-align: left;
}
.datacenter-detail:before,
.datacenter-detail:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.datacenter-detail:after {
  clear: both;
}
.datacenter-detail .content {
  box-sizing: border-box;
  padding: 10px 30px;
}
.datacenter-detail .imagelist {
  padding: 5px;
  margin-top: 10px;
  box-sizing: border-box;
}
.datacenter-detail .imagelist a {
  display: inline-block;
  width: 140px;
  height: 80px;
  margin: 5px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.datacenter-detail .imagelist a:hover {
  box-shadow: 0 0 0 7px #ccc;
}
.datacenter-detail .imagelist a img {
  width: 140px;
  height: 80px;
}
.datacenter-detail h2 {
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-size: 48px;
  color: #004581;
  margin: 0 0 0px 0;
}
.datacenter-detail:nth-child(even) {
  background: #eee;
}
.datacenter-detail.color-1 {
  /*
		border-bottom: 1px solid darken(@colors,10%);
		border-top: 1px solid lighten(@colors,20%);
		box-shadow: 0 0 0 20px fade(darken(@colors,20%),50%);
		*/
}
.datacenter-detail.color-1 h2 {
  color: #016679;
}
.datacenter-detail.color-1 .microlist strong {
  background: #0290ab;
}
.datacenter-detail.color-1 .microlist a {
  color: #0290ab;
}
.datacenter-detail.color-2 {
  /*
		border-bottom: 1px solid darken(@colors,10%);
		border-top: 1px solid lighten(@colors,20%);
		box-shadow: 0 0 0 20px fade(darken(@colors,20%),50%);
		*/
}
.datacenter-detail.color-2 h2 {
  color: #f9280b;
}
.datacenter-detail.color-2 .microlist strong {
  background: #fa543d;
}
.datacenter-detail.color-2 .microlist a {
  color: #fa543d;
}
.datacenter-detail.color-3 {
  /*
		border-bottom: 1px solid darken(@colors,10%);
		border-top: 1px solid lighten(@colors,20%);
		box-shadow: 0 0 0 20px fade(darken(@colors,20%),50%);
		*/
}
.datacenter-detail.color-3 h2 {
  color: #015b34;
}
.datacenter-detail.color-3 .microlist strong {
  background: #018e51;
}
.datacenter-detail.color-3 .microlist a {
  color: #018e51;
}
.datacenter-detail p {
  margin: 10px 0;
  font-size: 18px;
}
.datacenter-detail .dc-map {
  background: url(images/dc-map.png) no-repeat;
  width: 227px;
  height: 84px;
  position: relative;
  margin: 40px auto 20px;
}
.datacenter-detail .dc-map .pin {
  position: absolute;
  background: url(images/dc-map-pin.png) no-repeat;
  width: 16px;
  height: 22px;
}
.about-text {
  padding: 10px 20px 30px;
  text-align: center;
  box-sizing: border-box;
  /*
	&:nth-child(even) {
		background: linear-gradient(to bottom, #eee,#fff,#eee);
		.title {
			color: #004581;
		}
	}
	&:nth-child(odd) {
		background: #fff;
		.title {
			color: #3384B9;
		}
	}
	*/
  width: 50%;
  float: left;
}
.about-text .title {
  font-size: 36px;
  font-weight: 300;
  color: #004581;
  padding: 10px 0 30px;
}
.about-text .text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.text {
	font-size: 18px;
	font-weight: 300;
	color: #000;
}
.text2 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.about-text.red .title {
  color: #ad1100;
}
.about-text-2 {
  text-align: center;
  padding: 30px 20px;
}
.about-text-2 .text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.tutorial-page {
  position: relative;
}
.tutorial-page:before,
.tutorial-page:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.tutorial-page:after {
  clear: both;
}
.tutorial-page .navigation {
  width: calc(50% - 300px);
  float: left;
  box-sizing: border-box;
  z-index: 10;
  background: #2D76A5;
}
.tutorial-page .navigation:before,
.tutorial-page .navigation:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.tutorial-page .navigation:after {
  clear: both;
}
.tutorial-page .navigation.visible {
  display: block;
}
.tutorial-page .navigation .inside {
  float: right;
  width: 300px;
  box-sizing: border-box;
  padding: 50px 0 50px 20px;
}
.tutorial-page .navigation ul li {
  color: #fff;
}
.tutorial-page .navigation ul li.title {
  font-size: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 20px 0 0;
}
.tutorial-page .navigation ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 5px 5px 8px 6%;
  width: 98%;
  margin-left: 2%;
  font-size: 14px;
  display: block;
  color: #fff;
  position: relative;
}
.tutorial-page .navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tutorial-page .navigation ul li a:before {
  position: absolute;
  left: 6px;
  top: 11px;
  content: "";
  display: block;
  margin-right: 10px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tutorial-page .navigation ul li small {
  display: none;
}
.tutorial-page .navigation ul li.highlight a {
  background: #fff;
  color: #004581;
  padding: 5px 5px 8px 4%;
  width: 96%;
  margin-left: 4%;
}
.tutorial-page .navigation ul li.highlight a:before {
  display: none;
}
.tutorial-page .content-page {
  width: calc(50% + 300px);
  min-width: 900px;
  float: left;
  box-sizing: border-box;
}
.tutorial-page .content-page:before,
.tutorial-page .content-page:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.tutorial-page .content-page:after {
  clear: both;
}
.tutorial-page .content-page .content {
  float: left;
  width: 900px;
  box-sizing: border-box;
  padding: 10px 20px 50px;
}
.tutorial-page a.tutorial-nav-button {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  height: 50px;
  background: #2d76a5 url("images/tutorials-icon.png") center center no-repeat;
  color: #fff;
  box-sizing: border-box;
  font-size: 11px;
  padding-top: 32px;
  text-align: center;
  font-weight: bold;
}
.tutorial-topline {
  background: #2D76A5;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  background: -webkit-linear-gradient(left, #2d76a5, #ffffff);
  background: linear-gradient(to right, #2d76a5, #ffffff);
}
.tutorial-page {
  font-size: 16px;
  color: #333;
}
.tutorial-page h1 {
  font-size: 36px;
  margin: 20px 0;
  color: #3384b9;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.tutorial-page h2 {
  font-size: 28px;
  margin: 20px 0;
  color: #004581;
}
.tutorial-page h2 code {
  font-size: 24px;
}
.tutorial-page h3 {
  font-size: 22px;
  margin: 20px 0;
  color: #004581;
}
.tutorial-page p {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
  line-height: 20px;
}
.tutorial-page pre {
  white-space: pre-wrap;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  margin: 20px 0;
  border-radius: 5px;
  padding: 10px;
  background: #333;
  color: #fff;
}
.tutorial-page code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  border-radius: 5px;
  background: #ccc;
  color: #000;
  padding: 0 10px;
}
.tutorial-page .content ul {
  padding: 10px 10px 10px 20px;
}
.tutorial-page .content ul li {
  list-style-type: disc;
}
.tutorial-page .content ol {
  padding: 10px 10px 10px 20px;
}
.tutorial-page .content ol li {
  list-style-type: decimal;
}
.tutorial-page .content a {
  box-shadow: 0 3px 3px -2px rgba(51, 132, 185, 0.4);
}
.tutorial-page .content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.tutorial-page .content td, th {
  border: 1px solid #CCC;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.tutorial-page .content td:nth-child(1), .tutorial-page .content td:nth-child(2) {
	white-space: nowrap;
}
.tutorial-page .content th {
  font-weight: bold;
}
.tutorial-page hr {
  border-top: 0;
  border-bottom: 1px solid #999;
}
.tutorial-list ul li {
  list-style-type: none !important;
  color: #004581;
}
.tutorial-list ul li.title {
  font-size: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 20px 0 0;
}
.tutorial-list ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 5px 5px 8px 6%;
  width: 98%;
  margin-left: 2%;
  font-size: 14px;
  display: block;
  color: #000;
  position: relative;
}
.tutorial-list ul li a:hover {
  color: #3384b9;
}
.tutorial-list ul li a:before {
  position: absolute;
  left: 6px;
  top: 11px;
  content: "";
  display: block;
  margin-right: 10px;
  border-left: 5px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tutorial-list ul li small {
  display: none;
}
.privacy h2 {
	font-size: 22px;
	font-weight: bold;
}
#threeD {
  z-index: 2;
  position: absolute;
  width: 200px;
  height: 200px;
}
#threeDarea {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -130px;
}
@media all and (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
  .body {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    min-width: 320px;
  }
  .biginfo-bar .list-title {
    padding-left: 15px;
    padding-top: 15px;
    font-size: 24px;
    width: 28%;
  }
  .biginfo-bar .text-small {
    padding-top: 15px;
    width: 36%;
  }
  .tutorial-page .navigation {
    width: 25%;
  }
  .tutorial-page .navigation .inside {
    width: 100%;
  }
  .tutorial-page .content-page {
    width: 75%;
    min-width: 0;
  }
  .tutorial-page .content-page .content {
    width: 100%;
  }
  .tutorial-page h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  #menu > ul > li > a {
    padding: 0px 12px 0px 12px;
  }
  .home-signup-form .static-lander {
    background-size: 100px;
    width: 105px;
    height: 130px;
    top: -60px;
  }
}
@media only screen and (max-width: 980px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .top-logo {
    -webkit-transform: scale(0.666);
        -ms-transform: scale(0.666);
            transform: scale(0.666);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #header {
    height: 50px;
  }
  .responsive {
    display: block;
  }
  #menu {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 58px;
    display: none;
    z-index: 20000;
    margin: 0;
    width: 200px;
  }
  #menubutton {
    display: block;
  }
  .topmenu {
    display: none;
  }
  #menu {
    background: #004581;
    padding-bottom: 20px;
  }
  #menu > ul {
    float: right;
    width: 100%;
    border-top: 1px solid #000;
  }
  #menu > ul > li {
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  #menu > ul > li > a {
    padding-left: 20px;
    margin: 0;
    position: relative;
    background: #004581;
    color: #fff;
    border-radius: 0;
  }
  #menu > ul > li > a:hover, #menu > ul > li > a.active {
    background: #2D76A5;
    color: #fff;
  }
  #menu > ul > li:hover > a {
    color: #fff;
  }
  #menu > ul > li:hover > a:after {
    margin-top: 0;
  }
  #menu > ul > li.divider {
    display: none;
  }
  #menu > ul > li a.mainmenubutton {
    margin: 5px 10px;
  }
  #menu > ul > li a.login {
    color: #fff;
    background: #3384b9;
    border-color: #3384b9;
  }
  #menu > ul > li a.login:hover {
    color: #3384b9;
    border: 1px solid #99c1dc;
    background: #fff;
  }
  .big-intro .intro-title {
    font-size: 42px;
    padding-top: 60px;
  }
  .big-intro .intro-subtitle {
    font-size: 21px;
    font-weight: bold;
  }
  .big-intro .intro-text {
    font-size: 16px;
    margin: 17px auto;
    width: 80%;
  }
  .arrows-bar-negative {
    display: none;
  }
  .arrows-bar-positive {
    display: block;
  }
}
@media only screen and (max-width: 940px) {
  .biginfo-bar .img {
    margin: 0 auto;
    max-width: 397px;
    min-width: 300px;
    float: none !important;
    width: 33%;
  }
  .biginfo-bar .list-title {
    padding-left: 15px;
    padding-top: 15px;
    font-size: 24px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .biginfo-bar .text-small {
    padding-top: 15px;
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  .biginfo-bar .text-larger {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px 15px;
  }
  .footer-links ul {
    width: 31.666%;
  }
  .footer-links ul:nth-child(4n) {
    clear: left;
  }
  .package-boxes .main-package {
    width: 33.33%;
    margin-bottom: 40px;
  }
  .tabs a {
    padding: 10px 16px;
    font-size: 15px;
  }
  .allpackages-area {
    padding: 30px 0;
  }
  .allpackages-area .packages {
    padding: 20px 5px;
  }
  .allpackages-area .package .name {
    font-size: 11px;
  }
  .allpackages-area .package .name:first-line {
    font-size: 13px;
  }
  .allpackages-area .package .pricing div.big {
    font-size: 18px;
  }
  .allpackages-area .package .pricing div.big span {
    font-size: 14px;
  }
  .allpackages-area .package .pricing div.big sup {
    font-size: 11px;
  }
  .allpackages-area .package .pricing div.big sub {
    font-size: 12px;
  }
  .allpackages-area .package .pricing div.small {
    font-size: 13px;
  }
  .allpackages-area .package .pricing div.small sup {
    font-size: 11px;
  }
  .allpackages-area .package .pricing div.small sub {
    font-size: 11px;
  }
  .allpackages-area .package ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .allpackages-area .package ul li.larger strong {
    font-size: 15px;
  }
  .allpackages-area .package .button-area {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 800px) {
  .home-testimonials .testimonial .text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .packages-area {
    padding: 30px 0;
  }
  .hugetitle {
    font-size: 36px;
  }
  .bigtitle {
    font-size: 24px;
  }
  .subtitle {
    font-size: 18px;
  }
  .tabs a span {
    display: none;
  }
  .hugebuttons-bar a span.buttonbar span.button {
    width: auto;
    display: block;
  }
  .huge-features .feature-section {
    width: 96%;
  }
  .about-text .title {
    font-size: 24px;
  }
  .tutorial-page {
    position: relative;
  }
  .tutorial-page a.tutorial-nav-button {
    display: block;
  }
  .tutorial-page .tutorial-list {
    display: block;
  }
  .tutorial-page .navigation {
    position: absolute;
    left: 0;
    top: 80px;
    width: 320px;
    display: none;
    box-shadow: 50px 0px 100px -50px #000000;
  }
  .tutorial-page .navigation .inside {
    width: 100%;
    padding: 0 10px 0 10px;
  }
  .tutorial-page .content-page {
    width: 100%;
    min-width: 0;
  }
  .tutorial-page .content-page .content {
    width: 100%;
    padding-top: 50px;
  }
  .tutorial-page h1 {
    font-size: 28px;
  }
  .tutorial-page .tutorial-topline {
    padding-left: 130px;
    background: #2D76A5;
  }
}
@media only screen and (max-width: 640px) {
  .home-signup-form {
    width: 315px;
    position: relative;
    right: 0;
    top: 0;
    margin: 40px auto 0;
  }
  .big-intro .intro-title {
    font-size: 32px;
  }
  .thintitle {
    font-size: 32px;
  }
  .info-text-big .info-section {
    width: 100%;
    padding: 0px 20px;
  }
  .info-text-big h3,
  .info-text-big h4 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .info-text-big p {
    font-size: 13px;
  }
  .home-signup-form .static-lander {
    width: 80px;
    height: 110px;
    background-size: 80px;
    top: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .home-features-main .feature-box {
    width: 100%;
    margin-left: 0;
  }
  .home-features .feature {
    width: 47%;
  }
  .allpackages-area .package-list {
    display: block;
  }
  .allpackages-area .package {
    display: block;
    margin-bottom: 20px;
  }
  .allpackages-area .package .name {
    background: #004581;
  }
  .allpackages-area .package .pricing {
    min-height: 30px;
  }
  .allpackages-area .package .pricing div.big {
    font-size: 24px;
    top: 5px;
    left: 0;
    width: 50%;
  }
  .allpackages-area .package .pricing div.big span {
    font-size: 14px;
  }
  .allpackages-area .package .pricing div.big sup {
    font-size: 13px;
  }
  .allpackages-area .package .pricing div.big sub {
    font-size: 12px;
  }
  .allpackages-area .package .pricing div.small {
    font-size: 16px;
    top: 10px;
    left: 50%;
    float: left;
    width: 50%;
  }
  .allpackages-area .package .pricing div.small sup {
    font-size: 11px;
  }
  .allpackages-area .package .pricing div.small sub {
    font-size: 11px;
  }
  .allpackages-area .package ul {
    clear: both;
    margin: 5px;
    background: rgba(0, 69, 129, 0.1);
    padding: 5px 0;
  }
  .allpackages-area .package ul:before,
  .allpackages-area .package ul:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .allpackages-area .package ul:after {
    clear: both;
  }
  .allpackages-area .package ul li {
    height: 50px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
  }
  .allpackages-area .package ul li.larger strong {
    font-size: 15px;
  }
  .allpackages-area .package .button-area {
    padding: 5px 5px;
    margin-top: 5px;
  }
  .huge-arrow-1 {
    height: 50px;
    top: -50px;
  }
  .huge-arrow-2 {
    height: 50px;
    top: -25px;
  }
  .microlist {
    width: 100%;
  }
  .microlist li {
    text-align: center;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .microlist li strong {
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .datacenter-detail h2 {
    font-size: 32px;
  }
  .about-text {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .footer-links ul {
    width: 48%;
  }
  .footer-links ul li a {
    font-size: 13px;
  }
  .footer-links ul:nth-child(4n) {
    clear: none;
  }
  .footer-links ul:nth-child(2n+1) {
    clear: left;
  }
  .package-boxes {
    padding: 0 0 20px 0;
  }
  .package-boxes .main-package {
    width: 50%;
    margin-bottom: 20px;
  }
  .package-boxes .main-package .pricing {
    min-height: 40px;
  }
  .package-boxes .main-package .pricing div.big {
    top: 10px;
    font-size: 24px;
  }
  .package-boxes .main-package .pricing div.big span {
    font-size: 22px;
  }
  .package-boxes .main-package .pricing div.big sup {
    font-size: 16px;
    top: -4px;
  }
  .package-boxes .main-package .pricing div.big sub {
    font-size: 14px;
  }
  .package-boxes .main-package .pricing div.small {
    top: 55px;
    font-size: 16px;
  }
  .package-boxes .main-package .pricing div.small sup {
    font-size: 11px;
  }
  .package-boxes .main-package .pricing div.small sub {
    font-size: 11px;
  }
  .package-boxes .main-package ul li {
    padding: 0px 0;
    font-size: 12px;
  }
  .package-boxes .main-package ul li strong {
    font-size: 16px;
  }
  .package-boxes .main-package ul li.larger {
    font-size: 14px;
  }
  .package-boxes .main-package ul li.larger strong {
    font-size: 20px;
  }
  .package-boxes .main-package .button-area {
    padding: 10px 10px;
    margin-top: 10px;
  }
  /*
	.tabs {
		margin-bottom: 10px;
		border-bottom:0;
		a {
			width:70%;
			min-width:300px;
			span {display:inline;}
			border-bottom: 1px solid #999;
		}
	}
	*/
  .tabs {
    position: relative;
    z-index: 4;
    height: 150px;
    border-bottom: 0;
  }
  .tabs a {
    padding: 8px 5px;
    font-size: 14px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 70px;
    display: block;
    width: 180px;
    padding-left: 40px;
    text-align: left;
  }
  .tabs a span {
    display: inline;
  }
  .tabs a:nth-child(1) {
    left: 20px;
  }
  .tabs a:nth-child(2) {
    left: 70px;
  }
  .tabs a:nth-child(3) {
    left: 120px;
  }
  .tabs a:nth-child(4) {
    left: 170px;
  }
  .tabs a:nth-child(5) {
    left: 220px;
  }
  .hugebuttons-bar a {
    width: 98%;
    margin-bottom: 10px;
  }
  .hugebuttons-bar a strong {
    padding: 5px 0 5px 0;
    font-size: 16px;
  }
  .hugebuttons-bar a span.text {
    padding: 0 10px 5px 10px;
    font-size: 12px;
  }
  .hugebuttons-bar a span.buttonbar span.button {
    width: 240px;
    display: inline-block;
  }
  .subpage-features .feature {
    width: 97%;
  }
}
@media only screen and (max-width: 479px) {
  .pricing-switch .switch-button a span {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .tabs a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tabs a:nth-child(1) {
    left: -30px;
  }
  .tabs a:nth-child(2) {
    left: 16px;
  }
  .tabs a:nth-child(3) {
    left: 62px;
  }
  .tabs a:nth-child(4) {
    left: 108px;
  }
  .tabs a:nth-child(5) {
    left: 154px;
  }
}
@media only screen and (max-width: 360px) {
  .home-testimonials .testimonials-wrapper .arrows a.left {
    margin-left: -150px;
  }
  .home-testimonials .testimonials-wrapper .arrows a.right {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 319px) {
  a.logo {
    margin-left: 60px;
  }
  #menubutton {
    left: 0;
    right: auto;
  }
}


.infra-features:before,
.infra-features:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.infra-features:after {
  clear: both;
}
.infra-features .feature-section {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.infra-features .feature-section .feature-box {
  float: right;
}
.infra-features .feature-section + .feature-section .feature-box {
  float: left;
}
.infra-features .huge-feature:before,
.infra-features .huge-feature:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.infra-features .huge-feature:after {
  clear: both;
}
.infra-features .huge-feature .feature-box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.infra-features .huge-feature .feature-box a.button {
  width: auto;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #999;
  color: #000;
  float: right;
  position: relative;
  top: -1px;
  left: 0px;
}
.infra-features .huge-feature .feature-box h3 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.infra-features .huge-feature .feature-box p {
  font-size: 17px;
  margin: 15px 0;
  color: #000;
}
.huge-features .huge-feature h3 {
  border-bottom: 1px solid rgba(155, 124, 171, 0.4);
}
.huge-features .huge-feature .feature-box a.button {
  background-color: #9b7cab;
  color: #fff;
  border: 1px solid #8f6ca1;
}
.huge-features .huge-feature.color-1 .feature-box a.button:hover {
  border: 1px solid #9b7cab;
  color: #9b7cab;
  background-color: #fff;
}

.table th {
	font-weight: bold;
}
.microtable a {
	color: #ffa998;
	font-weight: bold;
}
.microtable a:hover {
	color: #ff7c62;
}
