/*Fonts*/
@import url('/fonts/OpenSans/fontface.css');
@import url('/fonts/Roboto/fontface.css');
@import url('/fonts/PublicSans/fontface.css');

@font-face {
    font-family: "Raleway Medium";
    font-style: normal;
    font-weight: 500;
    src: local("Raleway Medium"), local("Raleway-Medium"),
    url("/fonts/raleway-medium_f93e5acd6b1a4a6eef84b551db6f21ba.woff") format("woff2")
}

body.logged-in{margin-top:-32px; padding-top: 32px;}

#wpadminbar{
  position: absolute;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

div:focus{
    outline:none;
}

button,input{
    outline:none;
}

img,svg{
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events:none;
    user-select:none;
}

body{
    font-family:'Open Sans', sans-serif;
    color:rgb(70,70,70);
    display:flex;
    flex-direction:column;
    /*background: rgb(250, 250, 250);*/
    min-height:calc(100vh + 217px);
}

a{
    cursor:pointer
}

a.carbon-tooltip{
    font-weight:600;
    color:rgb(15,148,226);
    text-decoration:underline;
}
a.carbon-tooltip.carbon-question{
    display: inlin-block;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -ms-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    z-index:1;
}

a.carbon-tooltip.carbon-tooltip *{
    color:rgb(15,148,226);
    position: absolute;
    font-size:16px;
    text-align: center;
}

a.carbon-tooltip.carbon-tooltip *:before{
  content: '\00a0'
}

a[data-toggle='tooltip'] + .tooltip.in{
    opacity:1;
}

a[data-toggle='tooltip'] + .tooltip .tooltip-arrow{
    /*border-top-color:rgb(15,148,226)*/
    border-top-color:white;
    z-index: 101;
}

a[data-toggle='tooltip'] + .tooltip .tooltip-inner {
    max-width:550px;
    text-align: left;
    font-size:14px;
    padding: 15px;
    /*border:1px solid rgb(15,148,226);*/
    background:white;
    color:rgb(50,50,50);
    box-shadow: 0 0 25px #bbb;
}

#datacenter_map_container a[data-toggle='tooltip'] + .tooltip .tooltip-inner{
    -webkit-box-shadow: 0 0 25px #555;
    -moz-box-shadow: 0 0 25px #555;
    box-shadow: 0 0 25px #555;
}

#qs-tooltip  + .tooltip .tooltip-inner {
    position: relative;
    left:50px;
    max-width:500px;
}

#qs-analytics  + .tooltip .tooltip-inner {
    max-width:670px;
}

#qs-ddos  + .tooltip .tooltip-inner {
    max-width:505px;
}

#qs-reserved + .tooltip .tooltip-inner{
    width:430px;
}

#qs-business + .tooltip .tooltip-inner{
    max-width:555px;
}

#tooltip-price + .tooltip .tooltip-inner{
    width:200px;
}


button.button-carbon{
    padding:7.5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:1px solid transparent;
    -webkit-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -moz-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -ms-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -o-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.button-carbon i{
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size:18px;
    position: relative;
    top:1px;
}

button.button-carbon:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

button.button-carbon.carbon-dark, button.button-carbon.carbon-light{
    background:rgb(15,148,226);
    border-color:rgb(15,148,226);
    color:white;
}
button.button-carbon.carbon-dark i, button.button-carbon.carbon-light i{
    color:white;
}
button.button-carbon.carbon-dark:hover{
    background:rgb(11,116,177);
    border-color:rgb(11,116,177);
    color:white;
}
button.button-carbon.carbon-light:hover{
    background:white;
    color:rgb(15,148,226);
}

button.button-carbon.carbon-light:hover i{
    color: rgb(15,148,226);
}

ul.carbon-ul {
    list-style: none;
    padding:0;
    display: table;
}

ul.carbon-ul li {
    display: table-row;
}

ul.carbon-ul li::before {
    content: "\f111";
    font-size:8px;
    margin-right:10px;
    font-family:'FontAwesome';
    position: relative;
    display: table-cell;
    padding:5px 10px;
    top:-2px;
    color: rgb(15,148,226); /* or whatever color you prefer */
}

.bc-white{
    background:white
}

code {
    display: block;
    padding: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    line-height: 1.6;
    font-family: monospace;
    font-size: 14px;
    color: rgb(70,70,70);
    background-color: #f5f5f5;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 28px;
     color:#34495e;
}
#home-hero {
	background: url(/img/hero-datacenter.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
    margin-bottom:50px;
}
#home-hero-bg {
    padding: 120px 0;
    background: rgba(0,0,0,0.7);
}
#home-hero h1 {
	font-weight: bold;
    font-size: 36px;
    color:#ffffff;
}
#home-hero h2 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 30px;
    color:#a6c9da;
}
#home-products .product-block{
    border: solid 1px #d7ecfb;
    box-shadow: 0 4px 0 #d7ecfb;
    text-align:center;
    cursor:pointer;
    display: block;
    text-decoration:none !important;
}

#home-products .product-title{
  padding:20px 0;
  font-size:24px;
  color:#0f94e2;
}

#home-products .product-title i{
  display:inline-block;
  background:#0f94e2;
  color:#FFF;
  width:32px;
  height:32px;
  line-height:32px;
  border-radius:50%;
  font-size:16px;
  position:relative;
  top:-3px;
  margin-right:5px;
}

#home-products .product-desc{
  background:#ecf0f1;
  background-position:center;
  background-size:cover;
  padding:40px;
  font-size:18px;
  min-height:205px;
  color:#FFF;
}

#home-products .product-desc em{
  font-style:normal;
  font-weight:bold;
}

#home-products .product-action i{
  margin-left:10px;
}

#home-products .product-action {
  background:none;
  border:none;
  text-shadow:none;
  box-shadow:none;
  display:block;
  padding:20px 0;
  font-size:18px;
  color:#0f94e2;
  border-radius:0;
  transition:all 0.3s;
  font-weight: bold;
}

#home-products .product-block:hover .product-action{
  background:#3498db;
  color:#FFF;
}

#home-products .product-mon .product-title { color:#c0392b; }
#home-products .product-mon .product-title i{ background:#c0392b; }
#home-products .product-mon .product-action { color:#c0392b; }
#home-products .product-mon .product-block:hover .product-action{ background:#e74c3c; color:#FFF; }
#home-products .product-mon .product-desc { background:url(/img/bg_mon.png); }
#home-products .product-mon .product-block {
    border: solid 1px #efc8c4;
    box-shadow: 0 4px 0 #efc8c4;
}

#home-products .product-waf .product-title { color:#16a085; }
#home-products .product-waf .product-title i{ background:#16a085; }
#home-products .product-waf .product-action { color:#16a085; }
#home-products .product-waf .product-block:hover .product-action{ background:#1abc9c; color:#FFF; }
#home-products .product-waf .product-desc { background:url(/img/bg_waf.png); }
#home-products .product-waf .product-block {
    border: solid 1px #c3eae3;
    box-shadow: 0 4px 0 #c3eae3;
}

#home-products .product-vps .product-desc { background:url(/img/bg_vps.png); }



#home-features {
	background: #F7F7F7;
	padding: 80px 0;
	margin-top: 100px;
}
#home-features .section-title{
  margin-bottom:50px;
}
#home-features .row-first {
	margin-bottom: 50px;
}
#home-features .col-feature {
	text-align: center;
}
#home-features .col-feature img, #home-features .col-feature svg {
	width: 100px;
	height: 100px;
}
#home-features .col-feature h4 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #0F94E2;
}
#home-features .col-feature p {
	font-size: 18px;
	color: #7f8c8d;
}
#home-testimonials {
    background: #F7F7F7;
    padding: 60px 0;
    padding-bottom: 80px;
}
#home-testimonials .carousel-control {
	background: none;
}
#home-testimonials .item-content {
	max-width: 500px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
#home-testimonials .item-content .text {
	margin-bottom: 20px;
}
#home-testimonials .item-content .author {
	font-style: italic;
}
#home-testimonials .item-content .author .name {
	font-weight: bold;
	color: #34495e;
}
#home-testimonials .item-content .author .company {
	color: #95a5a6;
}
#home-testimonials .carousel-indicators {
	bottom: -50px;
}
#home-testimonials .carousel-indicators li {
	border: solid 1px #7f8c8d;
}
#home-testimonials .carousel-indicators .active {
	background: #7f8c8d;
}
#home-testimonials .carousel-control {
	color: #000;
	text-shadow: none;
	top: -100px;
}

#home-news {
  background:#FFF;
  padding:80px 0;
}

#home-news h3 {
  font-size:24px;
  margin-bottom:20px;
}

#home-news ul,
#home-news ul li{
  list-style:none;
  margin:0;
  padding:0;
}

#home-news ul li{
  margin-bottom:20px;
}

#home-news ul li > a{
  position:relative;
  margin-bottom:10px;
  text-decoration:none;
  color:#2b2b2b;
}

#home-news .title{
  font-size:20px;
  text-decoration:underline;
  margin-right:10px;
}

#home-news .date{
  position:relative;
  top:-2px;
}

#home-news .news-text{
  margin-top:10px;
  font-size:16px;
  color:#7f8c8d;
}

#home-news ul li a:hover .title {
  text-decoration:underline;
  color:#3498db;
}

#home-news .date {
  color:#95a5a6;
  font-size:12px;
  padding:2px 6px;
  border-radius:5px;
  margin-right:10px;
  border:solid 1px #95a5a6;
  transition: all 0.3s;
}

#home-news a:hover .date {
  border:solid 1px #3498db;
  color:#FFF;
  background:#3498db;
}

#home-help{
    background:#ececec;
}

#home-help .container{
  overflow:hidden;
}

#home-help .container > div,
#home-help .col-auto{
  float:left;
  height:80px;
  line-height:80px;
}

#home-help .container .help-phone{
  float:right;
}

#home-help .form-control {
    display: inline-block;
    box-shadow: none;
    border: solid 1px #7F8FA6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #f7f7f7;
}

#home-help .btn-primary{
    box-shadow: none;
    text-shadow: none;
    border: solid 1px #7F8FA6;
    position: relative;
    top: -1px;
    border-radius: 0 4px 4px 0;
    background: #7F8FA6;
}

#home-help .help-button{
  margin-right:20px;
}

#home-help .form-control:focus{
  background:#FFF;
}

#home-help .btn-primary:hover{
  background:#718093;
}

#home-help .btn-default{
  box-shadow:none;
  text-shadow:none;
  background:#0F94E2;
  border:none;
  color:#FFF;
  font-weight:bold;
  padding-left:30px;
  padding-right:30px;
}

#home-help .btn-default:hover{
  background:#0b78b7;
}

#home-help .help-phone{
  font-size:18px;
  color:#718093;
  font-weight:bold;
}


/*===========================================================+*/
/*===========================================================+*/
/*===========================================================+*/
#cf-home-hero {
	background: url(/img/red.png) no-repeat center #ba332d;
	background-size: cover;
	text-align: center;
}
#cf-home-hero-bg{
    padding: 80px 0;
    background:rgba(192,57,43, .45);
}
#cf-home-hero h1 {
	font-weight: normal;
    font-size: 32px;
    color:#ffffff;
}
#cf-home-hero h2 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 10px;
    color:#ffd8d8;
}

#cf-home-products {
    padding:50px 0;
    border-bottom: solid 1px #ccc;
}
#cf-home-products .col-product {
	border-right: solid 1px #f4f4f4;
}
#cf-home-products .col-product:last-child {
	border: none;
}
#cf-home-products .product-block {
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	overflow: hidden;
	display: block;
	min-height: 300px;
    opacity:0.85;
}
#cf-home-products .product-block:hover {
    opacity: 1;
}
#cf-home-products .product-icon {
	font-size: 85px;
}
#cf-home-products .product-title {
	font-size: 24px;
}
#cf-home-products .product-desc {
	color: #333;
	margin-top: 15px;
	line-height: 24px;
}
#cf-home-products .product-desc em{
    font-style:normal;
    font-weight:bolder;
}
#cf-home-products .product-vps .product-icon,
#cf-home-products .product-vps .product-title {
	color: #3498db;
}
#cf-home-products .product-mon .product-icon,
#cf-home-products .product-mon .product-title {
	color: #c0392b;
}
#cf-home-products .product-waf .product-icon,
#cf-home-products .product-waf .product-title {
	color: #16a085;
}
#cf-home-feeds {
	padding: 60px 0;
}
#cf-home-feeds a {
	color: #c0392b;
	text-decoration: none;
}
#cf-home-feeds a:hover {
	color: #e74c3c;
}
#cf-home-feeds .feed-title {
	font-size: 24px;
	text-decoration: underline;
}
#cf-home-feeds .feed-list,
#cf-home-feeds .feed-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cf-home-feeds .feed-list {
	margin: 20px 0;
	padding-right: 20px;
}
#cf-home-feeds .feed-list li {
	margin-bottom: 30px;
	font-size: 18px;
}
#cf-home-feeds .feed-list li:last-child {
	margin-bottom: 0;
}
#cf-home-feeds .feed-list .teaser {
	font-size: 16px;
	color: #444444;
	font-weight: 300;
}
#cf-home-feeds .feed-list .title {
	display: block;
	color: #000;
	margin-bottom: 10px;
}
#cf-home-feeds .feed-list .title .date {
	color: #c0392b;
}
#cf-home-feeds .feed-list .title:hover .text {
	color: #e74c3c;
}
#cf-home-feeds .feed-more {
	text-decoration: underline;
	font-size: 16px;
}

#cf-home-help{
    background:#ececec;
}

#cf-home-help .container{
  overflow:hidden;
}

#cf-home-help .container > div,
#cf-home-help .col-auto{
  float:left;
  height:80px;
  line-height:80px;
}

#cf-home-help .container .help-phone{
  float:right;
}

#cf-home-help .form-control {
    display: inline-block;
    box-shadow: none;
    border: solid 1px #7F8FA6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #f7f7f7;
}

#cf-home-help .btn-primary{
    box-shadow: none;
    text-shadow: none;
    border: solid 1px #7F8FA6;
    position: relative;
    top: -1px;
    border-radius: 0 4px 4px 0;
    background: #7F8FA6;
}

#cf-home-help .help-button{
  margin-right:20px;
}

#cf-home-help .form-control:focus{
  background:#FFF;
}

#cf-home-help .btn-primary:hover{
  background:#718093;
}

#cf-home-help .btn-default{
  box-shadow:none;
  text-shadow:none;
  background:#0F94E2;
  border:none;
  color:#FFF;
  font-weight:bold;
  padding-left:30px;
  padding-right:30px;
}

#cf-home-help .btn-default:hover{
  background:#0b78b7;
}

#cf-home-help .help-phone{
  font-size:18px;
  color:#718093;
  font-weight:bold;
}

