/*
 * Base structure
 */
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/source-sans-pro/SourceSansPro-Light.otf'), local(Segoe UI);
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/source-sans-pro/SourceSansPro-Bold.otf'), local(Segoe UI);
    font-weight: bold;
}
body, html {
  height: 100%;
}
 
* { font-family: 'SourceSansPro', 'Microsoft JhengHei';}

body {padding-top: 52px; font-size:15px; }
h1, h2 {font-weight:bold;}
h1 {font-size:60px;}
h2 {font-size:36px;}
a:link, a:active, a:visited {outline:0;}
a:hover { cursor:pointer; }
.dropdown-menu .divider {
    opacity: 0.2;
}

@media (min-width: 768px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}
.row-eq-height .col-sm-4 {
  display: flex;
  flex-direction: column;
}

.full-width {width:100%;}
.center-div { margin-left: auto; margin-right: auto; left: 0; right: 0; }
.hidediv {display: none;}
.vis-hidden {visibility: hidden;}
.hiddenToggle {display:none;}
.hidden-text {
    display: block;
    line-height: 0.1em;
    font-size: 0.1em;
    text-indent: -9999px;
    overflow: hidden;
}

.font-leads{font-size:10px;}
@media (min-width: 768px) {
.font-leads{font-size:12px;}
}

.font-leads-14-12{font-size:14px;}
@media (max-width: 768px) {.font-leads-14-12{font-size:12px;}}
.font-leads-15-11{font-size:15px;}
@media (max-width: 768px) {.font-leads-15-11{font-size:11px;}}
.font-leads-15-14{font-size:15px;}
@media (max-width: 768px) {.font-leads-15-14{font-size:14px;}}
.font-leads-18-15{font-size:18px;}
@media (max-width: 768px) {.font-leads-18-15{font-size:15px;}}
.font-leads-21-15{font-size:21px;}
@media (max-width: 768px) {.font-leads-21-15{font-size:15px;}}
.font-leads-21-18{font-size:21px;}
@media (max-width: 768px) {.font-leads-21-18{font-size:18px;}}
.font-leads-24-12{font-size:24px;}
@media (max-width: 768px) {.font-leads-24-12{font-size:12px;}}
.font-leads-24-15{font-size:24px;}
@media (max-width: 768px) {.font-leads-24-15{font-size:15px;}}
.font-leads-24-18{font-size:24px;}
@media (max-width: 768px) {.font-leads-24-18{font-size:18px;}}
.font-leads-28-14{font-size:28px;}
@media (max-width: 768px) {.font-leads-28-14{font-size:14px;}}
.font-leads-28-16{font-size:28px;}
@media (max-width: 768px) {.font-leads-28-16{font-size:16px;}}
.font-leads-28-24{font-size:28px;}
@media (max-width: 768px) {.font-leads-28-24{font-size:24px;}}
.font-leads-32-14{font-size:32px;}
@media (max-width: 768px) {.font-leads-32-14{font-size:14px;}}


.font-leads-32-24{font-size:32px;}
@media (max-width: 768px) {.font-leads-32-24{font-size:24px;}}
.font-leads-36-14{font-size:36px;}
@media (max-width: 768px) {.font-leads-36-14{font-size:14px;}}
.font-leads-35-24{font-size:35px;}
@media (max-width: 768px) {.font-leads-35-24{font-size:24px;}}
.font-leads-36-24{font-size:36px;}
@media (max-width: 768px) {.font-leads-36-24{font-size:24px;}}
.font-leads-48-24{font-size:48px;}
@media (max-width: 768px) {.font-leads-48-24{font-size:24px;}}
.font-leads-48-28{font-size:48px;}
@media (max-width: 768px) {.font-leads-48-28{font-size:28px;}}
.font-leads-56-36{font-size:56px;}
@media (max-width: 768px) {.font-leads-56-36{font-size:36px;}}
.font-leads-68-36{font-size:68px;}
@media (max-width: 768px) {.font-leads-68-36{font-size:36px;}}
.font-leads-68-46{font-size:68px;}
@media (max-width: 768px) {.font-leads-68-46{font-size:46px;}}
.font-leads-117-36{font-size:117px; line-height:100px;}
@media (max-width: 768px) {.font-leads-117-36{font-size:36px; line-height:30px;}}

.font-leads-56-36-1200{font-size:56px;}
@media (max-width: 1200px) {.font-leads-56-36-1200{font-size:36px;}}

.font-14 {font-size:14px;}
.font-18 {font-size:18px;}
.font-21 {font-size:21px;}
.font-24 {font-size:24px;}
.font-28 {font-size:28px;}
.font-36 {font-size:36px;}
.font-48 {font-size:48px;}

.font-black { color:#3B3B3B; }
.font-white {color:#FFF;}
.font-yellow { color:#FFD15F; }
.font-orange { color:#FF6400; }
.font-red { color:#E31E32; }
.font-blue {color:#24C3F0; }
.font-blue-v2 {color:#4D5E80; }
.font-green {color:#8BC500; }
.font-grey {color:#969595; }
.font-grey-v2 {color:#232C3B; }

.line-height-48 {line-height:48px;}
.line-height-48-32 {line-height:48px;}
.line-height-38-28 {line-height:38px;}
.line-height-32-16 {line-height:32px;}

.align-center {text-align:center;}
@media (max-width: 768px) {
.align-left-sm {text-align:left;}
.line-height-48-32 {line-height:32px;}
.line-height-38-28 {line-height:28px;}
.line-height-32-16 {line-height:16px;}
}
@media (max-width: 767px) {
.width100-sm { width:100%; }
.pull-right-ss { float:right; }
}

@media (min-width: 768px) {
.line-height-30-sl {line-height:30px;}
.align-left-sl {text-align:left;}
.align-right-sl {text-align:right;}
.align-center-sl {text-align:center;}
.pull-right-sl { float:right; }
}
@media (min-width: 1200px) {
.align-right-sl2 {text-align:right;}
}

.btn-header {
	display:inline-block;
	text-align:center;
	font-size:16px;
	padding:5px 10px;
}
.lang-btn, .lang-btn-w {
  color:#919396;
  border:#919396 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.4em 1em;
}
.lang-btn-w {
  color:#FFF;
  border:#FFF 1px solid;
}
.lang-btn:hover, .lang-btn-w:hover {
  color:#3B3B3B;
  border:#3B3B3B 1px solid;
  text-decoration:none;
}
.btn-midsize {
	display:inline-block;
	text-align:center;
	font-size:16px;
	padding:10px 25px;
}
.btn-large {
	display:inline-block;
	text-align:center;
	font-size:18px;
	padding:20px 50px;
}
@media (max-width: 992px) {
.btn-large {
	font-size:18px;
	padding:15px 20px;
}
}

.btn-wline, .btn-wline:visited {
	border:#FFF 1px solid;
	color:#FFF;
	text-decoration:none !important;
}

.btn-rline, .btn-rline:visited {
	border:#E31E32 1px solid;
	color:#E31E32;
	text-decoration:none !important;
}
.btn-wline:hover, .btn-wline:active, .btn-rline:hover, .btn-rline:active {
	border:#FF6400 1px solid;
	color:#FF6400;
}
.btn-red, .btn-red-v2, .btn-red:visited, .btn-red-v2:visited {
	background:#E31E32;
	border:#E31E32 1px solid;
	color:#FFF;
	text-decoration:none !important;
}
.btn-red:hover, .btn-red:active, .btn-red-v2:hover, .btn-red-v2:active {
	background:#FF6400;
	border:#FF6400 1px solid;
	color:#FFF;
	text-decoration:none;
}
.btn-red {
	box-shadow: 5px 9px 27px 0px rgba(255, 41, 76, 0.5);
}
.btn-blue {
	background:#3099E1;
}
.btn-blue:hover, .btn-blue:active {
	background:#6FA0FD;
}
.btn-order, .btn-order:visited {
	display:inline-block;
	text-align:center;
	color:#FFF;
	font-size:16px;
	padding:20px 15px;
	background:#E61E1E;
}
.btn-order:hover, .btn-order:active {
	background:#FF6400;
	color:#FFF;
	text-decoration:none;
}
.order-drop-btn {
	display:inline-block;
	text-align:center;
	font-size:16px;
	padding:6px 10px !important;
	border:#E31E32 1px solid !important;
	color:#E31E32 !important;
	text-decoration:none;
}

.btn-padding-80 {
	padding-left:80px; padding-right:80px;
}
@media (max-width: 768px) {
.btn-sm {
	font-size:16px;
	padding:3px 15px;
}

/* 2018 webinar */
.navbar {
	height:52px;
	padding-top:10px;
	/* margin-top:40px; 
	transition: all .22s ease; */
}

/*
.navbar.scroll {
	margin-top:0;
} */
} 
@media (min-width: 768px) {
    body {
    /* padding-top: 140px; */
    padding-top: 100px;					   
}
}
/* 2018 webinar */


.dblock {
	display:block;
}

.padding-20 {
	padding:20px;
}
.padding-50-20 {
	padding:50px 20px;
}
.padding-tb-10 {
	padding:10px 0;
}
.padding-tb-20 {
	padding:20px 0;
}
.brand-logo {
	float:left;
	display:block;
	overflow:hidden;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAiCAYAAAD1Rf1EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAC1dJREFUeNrsXE1sG8cVHtKyLTmWSNqybDd1uUoaNy4ciLFRIEWDkOqhhwKFqFsPAUQHVdH2YgYoUPQk+pQWKBDqUKCo0YpCL+3JFAL0EKDR0k0Rt3VrqjWQIogd0nIiW5atpWRbsiOFnbd+Sw0fZ3+4pGhJ3AeMKOzP7Oyb9733vTdD+srlMmuJjPqC/G+ct+RnF1862dWn/TT01xtp5oknW1x8mw6SUV8cwTFiHJp995T+2XWolO+9/PHL3jR40n4gGfUp/G8CW5ieNkAC0vHM6kpX79KZ4MXZP3nT4cnOBskGnQJgRK0uFUFiyL7Di7mD/7ge86bEk50HklFfBPIMBEjAyS0ykHhRxZPNlMHBb6f4x5hw6Nz09HspJ/d2NECn4giOcLNeZO1BZ9fyg84/rr/S//2Dlz4ZdvjyELkU4ZDKX171zKJuI4rhnEaEwwXQJ29ZrlOtXXXTUSc4DDo11MAzJ/eG7n/30eL+Q2YXPJw7EF976cRi58Hl7wXUm+/b9Cejdx5InIMDHEzGhCLDMSi4pPl1aaeet/1A8iRqJNEYAy6fM4MTkWHny1of/2fx1fBbD+dCP/tibZdPdsPjpX2Q47zDHxjyTHlTAZJ3MK9wfoxfD04yJkYVfgwij1jKz/DzmbYAycpQ6IddfdpP+L8DLvsuQZjWFXi+nKcnQ+8Xf+4ffPY3PKJc4u2IZ7JPRTISgBSRZjGkXuL5oKSPIIlCOy6Km4Jk6fqRXz66tz/Y89U55u9Yr6fPKR0c58u23iQw/SlMyFG7qOLJpkSRiIRinaFRAHM+I1LE2zE38VudXL7Rx25/cII9utdt1w8Y+zne+jk44k4AQqPK/mMLr+3peah55tsyidBcUUaT8BjQsgT/P+/lJBJZW9nD5i+/wLq/Ms9IVDHoFOQZ9iG2eoGxl7fX+X3ZSlThCTrkH3df6b+weicw1OqoYvBtNB6RZpSQQqRp1QzvSQqHNH5N3OYZttfz65LCWMKY0xWQ72dN+k4Lhq/nBfi8lECZxbKnIqFNUsHokTXJQ+h9CayUiffHhHuN9bQYjiFKnC3oOMXvKTiYsyDqM0bmLAe5Fu8j6SK60q1SquPqFkSV1cVuduDrNz7aE3jwFlIqzQE4EqgUWhG7wM+N65Mo9AOl31Lsy6+u3u1+p4UAAcMZs0haYexD/LocoRwq5fVgIBYl6BTJ8c5JJikjyQMHsMEYptCra5LIEBX6go8Ji9dWyTtD3wmHSXeQmS8Yh5n1skDW5l6opo3wsYxbGTk6kpRJ0SGKLVknQFTSHzintL8eY/p8uYvd/vvXjs++e0qxBAgsMI76MrxpOFFmJeOzenVl1FfleSCqHP7vh6G9ofs/2mKRNyp6GuphUZIWkzAgSZzpJNkVSobQOOyo1ITNNXmMkqJM8HGomIc8bTlrNg5+HPT2NnNfbXUCkJLhEP0u+x2bDZ/O8xYRgBHkLckbKP8KegQnLwHeY5rfl8atLRvuqrUr76CUSd7eBL1hG8bQLcoIKlWMDox4ZEXSf1KSAxQsKk0z+PxBGnHQgBSrmgh5rynsQyUAT5o4AgBLASKsyXM01EsOx0nz0xxpshwWWMQZQddn8LgoaYlBJ5iwWVZ4x3HU1zC+64xDgATR0VGdxYz56eCGrhwr/quG/z1e2jeME2cWOsHjXblz+oXfHzr18UHW2AKjEVXiOj1zkuM0VzIWC2VZrsg88fAx9MRgbAWkYSKFSIjgEXi4WRSJk/6NSarQOqRPYwScdh7fkrJg3qKYUM0wHof1kUkxT8AEPmbQS93JOdMlQ6pYMDFYlVWv2wTAIZGCAe17hujKoHQphwBRiY0bus+L1a0EB4oKYBE74MBRMWxPWj2ovO5/owkAoVEl1UqEyCYNJh+VyCSUKmjj8ajx0n1tMyRvoQBKS3IOOoaYzWu96SRxRYMeNPH4legJxksiaFN0DTo2En08lzfTNV4XloDOTVU0KKG3NQARq1vgBYE+pTg40gJQNARRFsHS0wRKA32t8GaVb4xVtsBIFiI3KXlX0PvESSLOJNydTjxEm6IwgWGSBKdsQEUpDXjvMQcOxS7ncGq4YCwxBEFSQmcMCqeiZy80qOsYPmeI6NlO19Qx5BooS581iXI1/fmJEt4GQPAWFHKN2LHv/Dv+7OAM6+orudVLDjknJPxg+D9G71WUXfzgs4Ns/p/HB25fenG6RQCJoFGZ5VFOcquULJpg36JBFyUVpOhWqEqAgfAG4w4hry9J9JBsUNcJpGdDDvIpOyk08fXPmZXX/dLqiY/dKA1+6XccIAV8oRH/7vWe3sg11hu57nQFXlxgjOkLjGJF7EneEcGES6+c3bsaZp++N6B/Plrcz1oEEFni5kayxKiiGJ2SZrnIVhWgL0jDFEkCHGvQGU00cajNBEnSrBgir26VWffS9aNvLOSfD3+xtqvqVFefxo6+dpXtDd03e9ikXmE4X4aoAWsgpi8C3yvhrXDzL5E7tz44oUcQ+rwWSFxCXSDq9XND8aFXnXRiWBIApGT5holDqconhKqPVdt0sEjyq4FGDFHy3lAgCqGu+51WpRoFLFb8SiSCZYU8dCMn2dX5eXB9dbe0l5X5AJu7eJIdOFnUwVFBFo8kfd/4iC0X+7jH7zYqDGnmcIGR07mqLfc8+X+ajtNyewYYCpRDHfaVJlx3RNK3ZuIRRaAq/LpN/5EMYx2izl27xSbqOiVSHKwUanVEDj1au8yR8ujULhAHkKGOzR96cbZzd/eKaU/g2Rfyz+kUiHj5Und4fpxTsJc5MCI1dKoWGApvad40HNgQ2xoSdBDCHVV1cLKmbEBkRtWq8plmVJIcJM9AfWBNJGux7pKqsyAQc6tr9OKKDaWt0anM+zucryyyhqp0A7f4bEQSHiFuQZQoXTvKlngzE6BCEDWCx2/+reuw9itx35UFMCo/I9RgmK5HavYOmYV+rGTkicdPYuTI44Ql60ys0yYOwKoSk2HV3/KE0H8F1ycyEiOEprr9EhQCIluVh25secmT4kPYIdBF754Vxq1vtRHKu2Fi4CkESwQBGbaif/x6yHPHyNjzuAqvCtVCsLu03bdUca0oRmwAFmvzRoSt7N0KPD/H9nGw3L2q6Em0TGCz48LMc9/i/15m4dMqlohl4Iihgkca4oy+8p9d3Ge3d4h6NWPhKSAYqOvkEiaFlINtjQsnHyb1Cjk1YqFDtQHdamiw0ZqijXWEn6RGh+9bIoUP2o+KQMiQ4wOE7jjRbwqNOkrmfIzVLoqmHfaZQMch9jmBQMlXJQNAu45880PWwwFjI/qeKwSDSKdSvFUqYi4mr1IR4wCMH/7P/37bguS04KCsSRN3xeZ66uGLZuVFYRx5TGKLLXhnDXfmysq8ZjKO5WFp9K6D3kw2QddxG1rrtoBDiwbgABTZLuAcjyqZ1YWea49Lz/zBwivrq+McFL/mnydZY7V+nVbgKr+bBMytNxVDrgEW0dPlMGRTzm5XnIi59GhZ3Jph/PqMjKLm2MbuYys9aA6el0L+ncDnRSVOS0W6pNqMe5jV7nI2ijoa8dqqhIJPCnpSHFTd4rJFSSNfRoZQIPlPziwfwmiekMxVwlf+QWUPUIY9+W5IgeQUKSZfnRQV6eYXUyoVMTPath0Fk8hFMmFKO//ayHaXDgSGNAFE403itpQMa/zng0rYT1q2qXKHCKVuWQ8g2x0kFot9AlhU3BZvF1XMk/AndCrbBjpN2OQnnmwzqfsXHDFZF7dxmNGtItKpzE6iUzZUCwAiVsamrL7O68n2oVt1CUYVhdWW88SECehUO/5oQMJNwu7JDoskJKqAl/wFb7cwYmTaVZG4Qi6uc0DZV/FMrA0jCYkqWSbfKtCOkvRykZ0p/xdgAIq79tcfH3JaAAAAAElFTkSuQmCC");
	background-position:0 0px;
	width:201px;
	height:34px;
}
.header-logo-text  {
	height:34px;
}

.margin-t-200-100 { margin-top:100px; }
.margin-t-80-0 { margin-top:0; }
.margin-t-100-0 { margin-top:0; }
.padding-t-50-0 { padding-top:0; }
.padding-b-30-10-rem { padding-bottom:20rem; }
.padding-tb-20-10-rem { padding-top:3rem; padding-bottom:10rem; }
.pad768-t-15rem-3rem {padding-top:3rem;}


@media (min-width: 768px) {
.margin-t-200-100 { margin-top:200px; }
.padding-t-30-0 { padding-top:30px; }
.padding-t-50-0 { padding-top:50px; }
.padding-b-30-10-rem { padding-bottom:30rem; }
.padding-l-20-0 { padding-left:20px; }
.pad768-t-15rem-3rem {padding-top:15rem;}
.padding-t-35-0-l-10 { padding-top:0; }
}
@media (min-width: 992px) {
.margin-t-80-0 { margin-top:80px; }
.margin-t-100-0 { margin-top:100px; }
.padding-t-120-0 { padding-top:120px; }
.padding-t-35-0-l-10 { padding-top:35px; padding-left:20px; }
}
@media (min-width: 1200px) {
.padding-t-35-0-l-10 { padding-top:35px; padding-left:0px; }
}


@media (min-width: 992px) {
.padding-tb-20-10-rem { padding-bottom:15rem; }
.pad992-t-50 {padding-top:50px;}
}
@media (min-width: 1200px) {
.padding-tb-20-10-rem { padding-bottom:20rem; }
}

@media (min-width: 768px) {
.pad768-50 {
	padding:50px !important;
}
.pad768-80 {
	padding:80px !important;
}
.pad768-t-150 {
	padding-top:150px !important;
}
.pad768-t-120 {
	padding-top:120px !important;
}
.pad768-t-50 {
	padding-top:50px !important;
}
.pad768-t-20 {
	padding-top:20px !important;
}
.pad768-r-20 {
	padding-right:40px !important;
}
.pad768-r-100 {
	padding-right:100px !important;
}
.pad768-l-20 {
	padding-left:40px !important;
}
.pad768-l-100 {
	padding-left:100px !important;
}
.margin768-t-35 {
	margin-top:35px;
}
.margin768-lr-20 {
	margin-left:20px; margin-right:20px;
}
.navbar-default {
	background-color: rgba(255,255,255, 0.95);
    box-shadow: 0px 2px 4px #999;
}
.navbar {
	height:100px;
	padding-top:0px;
	font-size:16px;
}	
}
@media (max-width: 768px) {
.margin-xs-header {margin-top:43px;}
}

#navbar ul li a.large {
	color: #3b3b3b;
	text-decoration: none;
	position: relative;
	height:30px;
	margin:0 2px;
	padding:5px 15px;
}
#navbar ul li a.large:hover { color: #E31E32; }
			  
@media (min-width: 768px) {
    #navbar ul li a.large::before {
              content: '';
              position: absolute;
              left: 0;
              top: 100%;
              width: 0;
              background: #E31E32;
              height: .2rem;
              transition: all .3s ease; }
    #navbar ul li a.large:hover::before {
              width: 100%; }
    #navbar ul li a.large.active {
              color: #E31E32; }
    #navbar ul li a.large.active::before {
              width: 100%; } 

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}
.navbar-default .navbar-nav .dropdown-menu {
    background-color: #3B3B3B;
	opacity:0.96;
	border: inherit;
	border-top:#FF6400 2px solid;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
    color:#ffffff !important;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .dropdown-menu>li>a:visited {
    background-color: #595959 !important;
}
}

.navbarRight{
	border-left:#CCC 1px solid; height:100px; padding:35px 10px;
}
.navbarRight a {
	color:#969595;
}
.navbar-right .fa {
	padding:5px;
}

@media (min-width:768px) and (max-width: 992px) {
.brand-logo {
	width:148px;
	height:25px;
	background-size: 148px 25px;
}
.header-logo-text  {
	height:25px;
}	
#navbar a {font-size:14px;}
#navbar ul li a.large {
	padding:5px 10px;
}
}

@media (max-width: 767px) {
#navbar {box-shadow: 0px 4px 4px #999;}
.navbar { background-color:#FFF !important;}
.navbar-default {box-shadow: 0px 2px 4px #999;}
.brand-logo {
	width:118px;
	height:20px;
	background-size: 118px 20px;
	margin:auto; float: none;
	margin-top:6px;
}

.navbar-default .navbar-collapse  {
	min-width:100%;
	border-top:#FF6400 2px solid;
	background-color: #3B3B3B !important;
	opacity:.98;
}
.navbar-default .navbar-nav {
    margin-top:0; margin-bottom:0;
}
.navbar-default .navbar-nav >li {
}
.navbar-default .navbar-nav >li>a {
    color:#ffffff !important;
}
.navbar-default .navbar-nav >li>a.large {
    border-top:#595959 1px solid; height:40px !important; line-height:30px;
}
.navbar-default .navbar-nav >li>a.large:hover {
    background-color: #595959 !important;
}
.navbar-default .navbar-nav >li:active {
	background-color: #595959 !important;
    color: #FFF !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: #595959;
}
.navbar-default .navbar-nav .dropdown-menu >li>a {
  color: #CCC !important;
  font-size: 14px;
}
.navbar-default .navbar-nav .dropdown-menu >li>a:hover {
  background: #595959 !important;
}
}



.navbar .navbar-toggle {
  float: left;
  margin-left:10px;
  margin-top:0;
}


@media (min-width:768px) {
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
}

.nav-right-m { list-style:none;}
.nav-right-m > li {
	float:left;
	padding:5px;
}
.nav-right-m .dropdown>a {
	position:relative;
	color:#969595;
}
.nav-right-m .dropdown .dropdown-menu {
	position:absolute !important;
}

.nav-dots {
  opacity: 1;
  margin: 0;
  padding: 2rem 10rem 2rem 1rem;
  list-style: none;
  position: fixed;
  left: 1rem;
  top: 50%;
  z-index: 99;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all .3s ease; 
  width:168px;
}
  
  
.nav-dots li { margin-bottom: 2.3rem; line-height:25px; }
.nav-dots li:last-child { margin-bottom: 0; }
.nav-dots li.active a { background: #9e001b; box-shadow: 0px 0px 0px #9e001b; }
.nav-dots li.active a span { color: #fff; text-shadow: 1px 1px 2px #9c001b, 0 0 20px #770014, 0 0 5px #9e001b; }
.nav-dots a {
    display: block;
    width: .7rem;
    height: .7rem;
    background: #d2d2d2;
    position: relative; 
	outline : none;
}

.nav-dots a:hover { background: #FFF; box-shadow: 1px 1px 1px #9e001b; }
.nav-dots a:hover span { color: #FFF; text-shadow: 1px 1px 2px #9c001b, 0 0 25px #770014, 0 0 5px #9e001b; }
.nav-dots span {
    position: absolute;
    left: 2rem;
    top: 50%;
    font-size: 1.4rem;
    white-space: nowrap;
    opacity: 0;
    -ms-transform: translate(2rem, -50%);
        transform: translate(2rem, -50%);
    transition: all 0.3s;
    color: #d2d2d2; 
}

@media (min-width: 1400px) {
.nav-dots li a span {
	left: 0;
    opacity: 1;
	padding:2px;
	display:block;
}
.nav-dots:hover li a span {
	left: 2rem;
}
}
@media (max-width: 1400px) {
.nav-dots:hover { background: rgba(0,0,0, 0.6); border-radius: 0px 6px 6px 0px; }
}

.nav-dots:hover a span {
    opacity: 1;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); 
}
@media screen and (max-width: 768px) {
.nav-dots { display: none; } 
}


.index-bg {
  height: 100%;
  background-image: url("../img/index-bg.png");
  background-position: center; 
  position: relative;
}
.index-bg::before {
  content: "";
  position: absolute;
  top:0;
  left: -30%;
  width: 92%;
  height: 100%;
  padding:30px;
  padding-left:35%;
  background-color: rgba(0,0,0, 0.75);
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
  transition: all 1s ease;
}

.index-bg::after {
  content: "";
  position: fixed;
  bottom:-120px;
  left: 0;
  width: 100%;
  height:180px;
  background-color: #E31E32;
    -ms-transform: skewY(-6deg);
        transform: skewY(-6deg); 
}




.page-section-top {
  background-image: url("../img/aboutus/careers-bg.png");
  background-position: center; 
  position: relative;
  padding-top:6rem;
  padding-bottom:6rem;
}
.page-section-top::before {
  content: "";
  position: absolute;
  bottom:-44%;
  left: 0;
  width: 50%;
  height: 50%;
  padding:30px;
  padding-left:35%;
  background-color: rgba(222,30,50, 1);
    -ms-transform: skewY(10deg);
        transform: skewY(10deg); 
  transition: all 1s ease;
}
.page-section-contactus {
  background-image: url("../img/aboutus/contactus-bg.png");
  background-position: center; 
  position: relative;
  padding-top:6rem;
  padding-bottom:6rem;
}
.page-section-reseller {
  background-image: url("../img/reseller-bg.png");
  background-position: top right 32%;
  background-repeat: no-repeat;
  position: relative;
  padding-top:6rem;
  padding-bottom:6rem;
  height:100%;
  overflow:hidden;
}

@media (min-width:1600px) {
.page-section-reseller {
  background-position: top -30% right 32%;
}
}
@media (min-width:768px) and (max-width: 992px) {
.page-section-reseller {
  background-position: top right 15%;
}
}

@media (max-width: 768px) {
.page-section-reseller {
  background-position: top 50% right 50%;
}
}




.page-section-overviews {
  background-image: url("../img/aboutus/aboutusbanner.jpg");
  background-size: 1920px;
  background-position: top 50% center;
  position: relative;
  padding-top:4rem;
  padding-bottom:10rem;
  height:100%;
  overflow:hidden;
  text-shadow: 2px 2px 3px #FFF;
}
.page-section-overviews::before {
  content: "";
  position: absolute;
  bottom:-80%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222,30,50, .8);
    -ms-transform: skewY(10deg);
        transform: skewY(10deg); 
}
@media (max-width: 768px) {
.page-section-overviews {
  padding-bottom:5rem;
  background-position: top 50% left 60%;
}
.page-section-overviews::before {
  bottom:-90%;
}
}

.page-section-cloudhead {
  position: relative;
  padding-top:4rem;
  padding-bottom:12rem;
  height:100%;
  overflow:hidden;
  background: linear-gradient(to bottom,  #FFF 0%,#FFF 30%,#ccc 100%);
}
.page-section-cloudhead::before {
  content: "";
  position: absolute;
  bottom:-86%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222,30,50, .8);
    -ms-transform: skewY(10deg);
        transform: skewY(10deg); 
}
.page-section-cloudhead::after {
  content: "";
  position: absolute;
  bottom:-80%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 1);
    -ms-transform: skewY(-10deg);
        transform: skewY(-10deg); 
}
@media (max-width: 768px) {
.page-section-cloudhead {
  padding-bottom:5rem;
  background-position: top 50% left 60%;
}
.page-section-cloudhead::before {
  bottom:-92%;
}
.page-section-cloudhead::after {
  bottom:-90%;
}
}

.page-section-cloud {
  position: relative;
  padding-top:4rem;
  padding-bottom:10rem;
  height:100%;
  overflow:hidden;
}
.page-section-cloud::before {
  content: "";
  position: absolute;
  bottom:-90%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230,230,230, .8);
    -ms-transform: skewY(10deg);
        transform: skewY(10deg); 
}
@media (max-width: 768px) {
.page-section-cloud {
  padding-bottom:5rem;
  background-position: top 50% left 60%;
}
.page-section-cloud::before {
  bottom:-95%;
}
}

.page-section-infra {
  background-image: url("../img/infrastructure/infrastructure-banner-bg.jpg");
  background-size: 1920px;
  background-position: top 50% center;
  position: relative;
  padding-top:4rem;
  padding-bottom:18rem;
  height:100%;
  overflow:hidden;
  color: #FFF;
}
.page-section-infra::before {
  content: "";
  position: absolute;
  bottom:-88%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
    -ms-transform: skewY(-5deg);
        transform: skewY(-5deg); 
}
[class*="infra-content"] {
  background-image: url("../img/infrastructure/graphic-redundant-network-design.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat; 
}
.infra-content01 {
  background-image: url("../img/infrastructure/graphic-redundant-network-design-200g.png");
}
.infra-content02 {
  background-image: url("../img/infrastructure/graphic-high-quality-network-infrastructure.png");
}
.infra-content03 {
  background-image: url("../img/infrastructure/graphic-dark-fiber.png");
}
.infra-content04 {
  background-image: url("../img/infrastructure/graphic-equnix-dc.png");
}

@media (max-width: 768px) {
  [class*="infra-content"] { background-image: none; }
}
@media (min-width: 768px) {
  .infra-content01 .padtop { padding-top:60px;  padding-bottom:50px; }
  .infra-content02 .padtop { padding-top:180px;  padding-bottom:60px; }
  .infra-content03 .padtop { padding-top:120px;  padding-bottom:150px; }
  .infra-content04 .padtop { padding-top:90px;  padding-bottom:20px; }
}
@media (min-width: 992px) {
  .infra-content01 .padtop { padding-top:140px; padding-bottom:200px; }
  .infra-content02 .padtop { padding-top:280px; padding-bottom:120px; }
  .infra-content03 .padtop { padding-top:240px; padding-bottom:220px; }
  .infra-content04 .padtop { padding-top:180px; padding-bottom:180px; }
}
.page-section-grey {
  position: relative;
  padding-top:18rem;
  padding-bottom:10rem;
  background-color: #fbfbfb;
  overflow:hidden;
}
.page-section-grey::before {
  content: "";
  position: absolute;
  bottom:80%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
    -ms-transform: skewY(-5deg);
        transform: skewY(-5deg); 
}


.page-section.logo-bg {
  position: relative;
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  padding-top: 6rem;
  padding-bottom: 6rem; 
}
.page-section.logo-bg::before {
    content: "";
	background-image: url("../img/logo-bg.png");
    background-repeat: no-repeat; 
    background-position: top 30% left 40%; 
	
    position: absolute;
    width: 100%; /* something ridiculously big */
    height: 100%; /* something ridiculously big */
}




.page-section {
  position: relative;
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  padding-top: 6rem;
  padding-bottom: 6rem; 
}
.page-section-gray-bg { background: #f8f8f8; }
.page-section-white-bg { background: #fff; }
.page-section-wrapper {
    -ms-transform: skewY(10deg);
        transform: skewY(10deg); 
}
.page-section-wrapper .container {
      position: relative;
      z-index: 3;
      padding-top: 6rem;
      padding-bottom: 6rem; 
}

.page-section-bgimg-v2 {
  padding-top: 6rem;
  padding-bottom: 6rem; 
  overflow:hidden;
}
  
.page-section-bgimg {
	background-image: url("../img/cloud-servers/pricing-map.png");
    background-repeat: no-repeat; 
    background-position: top center; 
    width: 100%; /* something ridiculously big */
    height: 100%; /* something ridiculously big */
}
.page-section-bgimg-v2 {
	background-image: url("../img/cloud-servers/datacenter-bg.png");
    background-repeat: repeat; 
    background-position: top center; 
}
.page-section-ul { padding-left:15px; }
.page-section-ul li { padding:5px 0; }



.index-footer {
  position:fixed; bottom:0; right:0; padding:10px; z-index:9999; color:#FFF; width:100%; text-align:right;
}
.index-footer a {
  color:#FFF;
}
.index-content {
	position:absolute; padding-top:20rem; padding-bottom:10rem;
}

@media (max-width: 992px) {
.index-bg::before {
  width: 150%;
}
.index-bg::after {
  height: 0px;
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);   
}
.index-footer {
  background-color:#E31E32;
  text-align:left;
  font-size:12px;
  padding:5px;
}
}

@media (min-width: 992px) {
.content-bottom-20rem { padding-bottom:20rem; }
}

@media (min-width:768px) and (max-width: 992px) {
.index-bg::before { width: 110%;}
.index-content { padding-top:15rem; padding-bottom:10rem; }
.content-bottom-20rem { padding-bottom:15rem; }
}

@media (max-width: 768px) {
.index-content { padding-top:5rem; padding-bottom:10rem; }
.content-bottom-20rem { padding-bottom:10rem; }
}

.skewBG {
background: repeating-linear-gradient(
  -10deg,
  #F8F8F8,
  #F8F8F8 700px,
  #FFF 700px,
  #FFF 1400px
);
}

.cloud-feature-row { padding:0 10px; }
.cloud-feature-row div { padding:3px; }
.cloud-feature-row img { width:100%; }
.cloud-feature-row a { position:relative; display:block; }
.cloud-feature-row a:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.cloud-feature-row a:hover:after { opacity: 1; }

@media (min-width: 768px) {
.cloud-feature-row { float:right; }
.cloud-feature-row div { padding:5px; }
}

.prepayment a { color:#999; }
.prepayment a:hover { text-decoration:none; }
.prepayment.active a { color:#E31E32; }
.prepayment.active { border-bottom:#E31E32 3px solid;}

.datacenterSelect { color:#999; position:relative;}
.datacenterSelect a { color:#999; text-decoration:none; text-align:center;}
.datacenterSelect .hktab { display:block; float:right; padding:5px 5%;}
.datacenterSelect .sgtab { display:block; float:left; padding:5px 5%;}
.datacenterSelect .jptab { display:block; float:left; padding:5px 5%;}
.datacenterSelect .active { color:#E31E32;}
.datacenterSelect .locationIMG { position:absolute; top:5px; left:50%; margin-left:-15px; }
@media (max-width: 768px) {	.datacenterSelect .locationIMG { top:4px; }}

.pricing-table { width:100%; font-size:18px; text-align:center; }
.pricing-table thead tr { background:#969595; color:#FFF; }
.pricing-table thead tr td { background:#969595; padding:8px; }
.pricing-table tbody th, .pricing-table tbody td { padding:15px 8px; border-bottom:#B3B3B3 1px solid; }
.pricing-table tbody th { font-size:30px; text-align:left; }
@media (max-width: 768px) {
.pricing-table { width:100%; font-size:12px; }
.pricing-table thead tr td { padding:2px; }
.pricing-table tbody th, .pricing-table tbody td { padding:2px 2px;}
.pricing-table tbody th { font-size:14px; }
.btn-order {
	font-size:12px;
	padding:2px 5px;
}
}
@media (max-width: 420px) {
.hidden-small {display:none;}
}

.speedtest-btn .tab1 {
	height:60px; padding:8px 10px; border:#969595 1px solid; color:#969595; font-size:17px; line-height:20px;
}
.speedtest-btn .tab2 {
	height:60px; padding:8px; border:#969595 1px solid; background:#969595; color:#FFF; font-size:31px;
}
.speedtest-btn:hover .tab1 {
	border:#FF6400 1px solid; color:#FF6400;
}
.speedtest-btn:hover .tab2 {
	border:#FF6400 1px solid; background:#FF6400;
}
.speedtestbtn { display:block; padding:3px; width:100%; border:#E31E32 1px solid; color:#E31E32; font-size:18px; }
.speedtestbtn:hover { border:#FF6400 1px solid; color:#FF6400; text-decoration:none; }

.press-center-bg {
	background-image: url("../img/aboutus/press-center-bg.png");
    background-repeat: no-repeat; 
    background-position: center -200px ; 
}
.press-center-bg2 {
	background-image: url("../img/aboutus/press-center-bg2.png");
    background-repeat: no-repeat; 
    background-position: center 80px;
}

.press-center-list {
	list-style:none; padding-left:0;
}

.press-center-list li {
	padding:30px;
	padding-right:0;
	border-bottom:#BBBBBA 1px solid;
}


.career-control {
	list-style:none;
	padding:0;
}
.career-control li.ctrl {
	border-bottom:#CCC 1px solid;
	padding:8px 100px;
	text-align:left;
	cursor:pointer;
}
@media (max-width: 768px) {
.career-control li.ctrl {
	padding:8px 10px;
}	
}

.career-control li.ctrl:first-child {
	border-top:#CCC 1px solid;
}
.career-control li ul {
	list-style:disc;
	padding-left:20px;
}

.linear-border-container {
	padding:30px;
	position:relative;
}
.linear-border-container:after {
	content: '';
	position:absolute;
    border-top: #E31E32 5px solid;
	border-left: #E31E32 5px solid;
	border-right: #E31E32 5px solid;
    width: 100%;
	height: 100px;
	top:0;
	left:0;
	z-index:-1;
}
.linear-border-container:before {
	content: '';
	position:absolute;
    border-bottom: #E31E32 5px solid;
	border-left: #E31E32 5px solid;
	border-right: #E31E32 5px solid;
    width: 100%;
	height: 100px;
	bottom:0;
	left:0;
	z-index:-1;
}
@media (max-width: 768px) {
.linear-border-container { padding:10px; }
}

.plan-container-over-left { border:1px #969595 solid; background:#FFF; padding:0px; z-index:11; }
.plan-container-over-right { border:1px #969595 solid; background:#FFF; padding:0px; }
@media (min-width: 992px) {
	.plan-container-over-left { max-width:500px; margin-right:-6%; }
	.plan-container-over-right { max-width:400px; margin-top:22%; margin-left:-6%; }
}
@media (min-width: 1200px) {
	.plan-container-over-left { margin-left:25%; }
	.plan-container-over-right { margin-right:25%; }
}
.bg-half-orange-vertical {
   background: linear-gradient(to top,  #FFF 0%,#FFF 45%,#FF6400 45%,#FF6400 100%);
}

.bg-half-grey-vertical {
   background: linear-gradient(to bottom,  #FFF 0%,#FFF 45%,#CCC 45%,#f1f1f3 100%);
}
.bg-half-grey-vertical2 {
   background: linear-gradient(to top,  #FFF 0%,#FFF 75%,#f1f1f3 75%,#f1f1f3 100%);
}

.bg-half-white-grey {
   background-color: #CCC;
}
@media (min-width: 768px) {
.bg-half-white-grey {
   background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#CCC 50%,#CCC 100%);
}
}

.bg-half-grey {
	background-color: #CCC;
}
@media (min-width: 768px) {
.bg-half-grey {
   background: linear-gradient(to right,  #CCC 0%,#CCC 50%,#999 50%,#999 100%);
}
}


@media (min-width: 768px) {
.bg-half-wr, .bg-half-ow, .bg-half-wg, .bg-half-rw, .bg-half-wo, .bg-half-gw {
	position:relative;
	width:100%;
	overflow:hidden;
	height:460px;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	color:#FFF;
}
.bg-half-wr:before, .bg-half-ow:before, .bg-half-wg:before, .bg-half-rw:before, .bg-half-wo:before, .bg-half-gw:before {
	content: '';
	position:absolute;
    background-color: #F8F8F8;
    width: 100%;
	height: 100%;
	top:0;
	left:-50.2%;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
}
.bg-half-wr:after, .bg-half-ow:after, .bg-half-wg:after, .bg-half-rw:after, .bg-half-wo:after, .bg-half-gw:after {
	content: '';
	position:absolute;
    background-color: #E31E32;
    width: 100%;
	height: 100%;
	top:0;
	left:50.2%;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
	z-index:-1;
}

.bg-half-ow:before {
    background-color: #FF6400;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}
.bg-half-ow:after {
    background-color: #F8F8F8;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}

.bg-half-wg:before {
    background-color: #F8F8F8;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
}
.bg-half-wg:after {
    background-color: #C0C0BF;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
}

.bg-half-rw:before {
    background-color: #E31E32;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}
.bg-half-rw:after {
    background-color: #F8F8F8;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}

.bg-half-wo:before {
    background-color: #F8F8F8;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
}
.bg-half-wo:after {
    background-color: #FF6400;
    -ms-transform: skewX(-15deg);
        transform: skewX(-15deg); 
}

.bg-half-gw:before {
    background-color: #C0C0BF;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}
.bg-half-gw:after {
    background-color: #F8F8F8;
    -ms-transform: skewX(15deg);
        transform: skewX(15deg); 
}

}

@media (max-width: 768px) {
.bg-half-wr, .bg-half-ow, .bg-half-wg, .bg-half-rw, .bg-half-wo, .bg-half-gw {
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
    background-color: #E31E32;
	color:#FFF;
}
.bg-half-ow, .bg-half-wo {
    background-color: #FF6400;
}

.bg-half-wg, .bg-half-gw {
    background-color: #C0C0BF;
}

}

.contact-select {
	position:relative; display:block;
	width:200px; height:70px; text-align:right; color:#949393; padding-right:20px; margin:8px 0; font-size:21px; line-height:70px; cursor:pointer; clear:both;
}
.contact-select:after {
	content: '';
	position:absolute; right:0; top:0;
    width:5px; height:100%; border:#949393 1px solid;
}
.contact-select.active, .contact-select:hover {
	color:#3B3B3B;
}
.contact-select.active:after, .contact-select:hover:after {
	border:#3B3B3B 1px solid; background:#3B3B3B;
}
.contact-selected { display:none; }
.contact-selected.active { display:block; }

.faq-select {
	list-style:none; padding-left:0; font-size:21px;
}
.faq-select li {
	padding:15px 0;
	cursor:pointer;
}
.faq-select li.active {
	color:#FF6400;
}
.FAQhex {
  position: relative;
  width: 30px; 
  height: 17.32px;
  margin: 8.66px 0;
  border-left: solid 2px #E31E32;
  border-right: solid 2px #E31E32;
}
.FAQhex:before,
.FAQhex:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21.21px;
  height: 21.21px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.3934px;
}
.FAQhex:before {
  top: -10.6066px;
  border-top: solid 2.8284px #E31E32;
  border-right: solid 2.8284px #E31E32;
}
.FAQhex:after {
  bottom: -10.6066px;
  border-bottom: solid 2.8284px #E31E32;
  border-left: solid 2.8284px #E31E32;
}
.FAQhexIn {
    display:block;
    width: 100%;
    height: 100%;
    color: #E31E32;
	font-size:20px;
	position:absolute;
	top:-2px;
	left:4px;
}
.faq-select-hot {
	clear:both;
	list-style:none;
	text-align:right;
}
.faq-select-hot li {
	padding:3px 0;
}
.faq-container {
	clear:both; display:none;
}
.faq-container.active {
	display:block;
}
.faq-inner-container {
	border-bottom:#CCC 1px solid;
}
.faq-inner-container h4, .faqAnswerSelect {
	color:#E31E32;
	cursor:pointer;
}
.faq-inner-container h4:hover {
	color:#FF6400;
}
.faqAnswerSelect:hover, .faq-select li:hover {
	color:#FF6400;
}
.faq-inner-container .answer {
	margin-left:35px; padding-bottom:0px; height:0; overflow:hidden; font-weight:lighter; color:#777;
}
.faq-inner-container.active .answer {
	margin-left:35px; padding-bottom:20px; height:100%;
}
.faq-table { width:100%; }
.faq-table thead td {
	color:#FFF; background:#999;
}
.faq-table td {
	padding: 2px 10px; vertical-align:top; font-size:14px; border-bottom: #ccc 1px solid;
}
.cloudnet-bg {
	background-image: url("../img/cloudnet/cloudnet-bg-banner.png");
    background-repeat: repeat-x; 
    background-position: top center; 
}
.load-balancer-bg {
	background-image: url("../img/load-balancer/load-balancer-bg.png");
    background-repeat: repeat-x; 
    background-position: bottom center; 
}
.load-balancer-subhead {
    background-color: #CBCBCB;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255,255,255,1) 1px, rgba(255,255,255,1) 4px);
	font-size:24px;
	padding-left:15px;
}

.legal-inner-container {
	border-bottom:#CCC 1px solid;
	padding:5px 10px;
	font-size:15px;
}
.legal-inner-container a {
	font-size:18px;
	color:#E31E32;
	text-decoration:none;
}
.legal-inner-container a:hover {
	color:#FF6400;
}

.cd-container {
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#cd-timeline {
  position: relative;
  padding: 1em 0;
  margin-top: 4em;
  margin-bottom: 4em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 1px;
  background: #3B3B3B;
}
@media only screen and (min-width: 992px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -1px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 1em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #E21E32, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) {
  .cd-timeline-img {
    left: 50%;
    margin-left: -5px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}


.cd-timeline-content {
  position: relative;
  margin-left: 30px;
  color:#6F6F6E;
  font-style:italic;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}


@media only screen and (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 48%;
	padding: 0 10px;
	text-align:right;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right; text-align:left;
  }
}


.milestone-container {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

#milestone-timeline {
  position: relative;
  padding: 1em 0;
  margin-top: 4em;
  margin-bottom: 4em;
}
#milestone-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: -30px;
  left: 4px;
  height: calc(100% + 40px );
  border-left: #ABABAB 3px dotted;
}

@media only screen and (min-width: 992px) {
  #milestone-timeline { margin-top: 10em; }
  #milestone-timeline::before {
    top: -70px;
    left: 50%;
    height: calc(100% + 100px );
    margin-left: -1px;
  }
}

.milestone-timeline-block {
  position: relative;
  margin: 1em 0;
}
.milestone-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.milestone-timeline-block:first-child {
  margin-top: 0;
}
.milestone-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .milestone-timeline-block {
    margin: 3em 0;
  }
  .milestone-timeline-block:first-child {
    margin-top: 0;
  }
  .milestone-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.milestone-timeline-img {
  position: absolute;
  top: -8px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  //box-shadow: 0 0 0 4px #E21E32, inset 0 3px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  background:#E32133;
  z-index:1;
}
@media only screen and (min-width: 992px) {
  .milestone-timeline-img {
    left: 50%;
    margin-left: -10px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}


.milestone-timeline-content {
  position: relative;
  margin-left: 15px;
  color:#6F6F6E;
  font-style:italic;
  border-top:#E32133 3px solid;
  padding-right: 50px;
}
.milestone-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}


@media only screen and (min-width: 992px) {
  .milestone-timeline-content {
    margin-left: 0;
    width: 49%;
	padding-left: 30px;
	padding-right: 20px;
	text-align:right;
  }
  .milestone-timeline-content::before {
    top: 24px;
    left: 100%;
  }
  .milestone-timeline-block:nth-child(odd) .milestone-timeline-content {
    float: right; text-align:left;
	padding-left: 20px;
	padding-right: 30px;
  }
}

.milestone-timeline-icon {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  //box-shadow: 0 0 0 4px #E21E32, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  background:#FFF;
  border:#E32133 3px solid;
  z-index:1;
}
.milestone-timeline-icon img {width:100%;}

@media only screen and (min-width: 992px) {
  .milestone-timeline-icon {
    top: -80px;
    width: 120px;
    height: 120px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .milestone-timeline-block:nth-child(even) .milestone-timeline-icon {
    left: -90px;
  }
  .milestone-timeline-block:nth-child(odd) .milestone-timeline-icon {
    right: -90px;
  }
}

.milestone-timeline-content h3 {
  color:#E32133; font-weight:bold; margin:0; margin-top:10px;
}
.milestone-timeline-block:nth-child(2) .milestone-timeline-content,
.milestone-timeline-block:nth-child(5) .milestone-timeline-content,
.milestone-timeline-block:nth-child(8) .milestone-timeline-content,
.milestone-timeline-block:nth-child(11) .milestone-timeline-content {
  border-top:#FF6400 3px solid;
}
.milestone-timeline-block:nth-child(2) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(5) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(8) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(11) .milestone-timeline-content h3 {
  color:#FF6400;
}
.milestone-timeline-block:nth-child(2) .milestone-timeline-img,
.milestone-timeline-block:nth-child(5) .milestone-timeline-img,
.milestone-timeline-block:nth-child(8) .milestone-timeline-img,
.milestone-timeline-block:nth-child(11) .milestone-timeline-img {
  background:#FF6400;
}
.milestone-timeline-block:nth-child(2) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(5) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(8) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(11) .milestone-timeline-icon {
  border:#FF6400 3px solid;
}
.milestone-timeline-block:nth-child(3) .milestone-timeline-content,
.milestone-timeline-block:nth-child(6) .milestone-timeline-content,
.milestone-timeline-block:nth-child(9) .milestone-timeline-content,
.milestone-timeline-block:nth-child(12) .milestone-timeline-content {
  border-top:#404041 3px solid;
}
.milestone-timeline-block:nth-child(3) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(6) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(9) .milestone-timeline-content h3,
.milestone-timeline-block:nth-child(12) .milestone-timeline-content h3 {
  color:#404041;
}
.milestone-timeline-block:nth-child(3) .milestone-timeline-img,
.milestone-timeline-block:nth-child(6) .milestone-timeline-img,
.milestone-timeline-block:nth-child(9) .milestone-timeline-img,
.milestone-timeline-block:nth-child(12) .milestone-timeline-img {
  background:#404041;
}
.milestone-timeline-block:nth-child(3) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(6) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(9) .milestone-timeline-icon,
.milestone-timeline-block:nth-child(12) .milestone-timeline-icon {
  border:#404041 3px solid;
}














.footer {
	width:100%; background:#FFF; color:#333;
}
.footer .top {
	
}
.footer .top h4{ padding-top:10px; }
.footer .top ul { list-style:none; padding:0; font-size:12px; }
.footer .top ul li { padding:0; }
.footer .foot {
	width:100%; padding:5px 0; color:#919396;
}
.foot .copyright {
	display:inline-block;
}

@media (min-width: 992px) {
.footer .top ul { font-size:14px; }
.footer .foot {
	padding:20px 0;
}
}
.footer a {
	color:#969595;
}
.footer .social-media a { margin:4px;}


select.minimal {
  /* styling */
  background-color: transparent;
  border:#3B3B3B 1px solid;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.4em 2em 0.4em 1em;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(1em),
    calc(100% - 10px) calc(1em);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

select.minimalW {
  /* styling */
  background-color: transparent;
  border:#FFF 1px solid;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.4em 2em 0.4em 1em;
  color:#FFF;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimalW option { color:#3B3B3B; }

select.minimalW {
  background-image:
    linear-gradient(45deg, transparent 50%, #FFF 50%),
    linear-gradient(135deg, #FFF 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(1em),
    calc(100% - 10px) calc(1em);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.bg-darkblue {
	background:#35434E;
	color:#FFF;
}
.cloudBuild-bg {
	background-image: url("../img/cloud-servers/datacenter-privatenetworking.png");
	background-size: 100% auto;
	background-repeat:no-repeat;
	margin-top:50px;
	position:relative;
}

.cloudBuild {
	max-width:400px;
}
.cloudBuild h3 {
	background-image: url("../img/linebg.png");
	padding:2px 10px;
	font-weight:bold;
	font-size:18px;
}
.cloudBuild p {
	padding:0 10px;
}


@media (max-width: 767px) {
.svg-datacenter { min-height:250px; }
}
@media (min-width: 768px) {
.svg-datacenter { height:550px; }
}
@media (min-width: 1200px) {
.svg-datacenter { height:750px; }
}


.radial-timer {
  overflow: hidden;
  height: 170px;
  width: 170px;
  position: relative;
  border-radius:80px;
}
.radial-timer .radial-timer-half {
  height: 170px;
  width: 85px;
  border-radius: 85px 0 0 85px;
  background: #E31E32;
  position: absolute;
}
.radial-timer .radial-timer-half:nth-of-type(2) {
  z-index: 99;
  -webkit-transform-origin: center right;
  -webkit-transform: rotate(180deg);
}
.radial-timer .radial-timer-half:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 160px;
  width: 80px;
  border-radius: 80px 0 0 80px;
  background: #FFF;
}
.radial-timer .radial-timer-half:after {
  content: "";
  position: absolute;
  background: #FFF;
  height: 340px;
  width: 255px;
  left: -170px;
  top: -85px;
  -webkit-transform-origin: center right;
}
.radial-timer.s-animate {
  -webkit-transform-origin: center right;
}
.radial-timer.s-animate .radial-timer-half:nth-of-type(1):after {
  -webkit-animation: rotateLeftMask 1s  linear;
  animation-fill-mode: forwards;
}
.radial-timer.s-animate .radial-timer-half:nth-of-type(2):after {
  -webkit-animation: rotateRightMask 1s  linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftMask {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
  }
}
@-webkit-keyframes rotateRightMask {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    visibility: hidden;
  }
  100% {
    -webkit-transform: rotate(180deg);
    visibility: hidden;
  }
}
.radial-timer .radial-content {
	position:absolute; color:#E31E32; top:20%; left:0; z-index:100; text-align:center; width:170px;
}



.dim-container-outer  {
	display: table;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0, 0.85);
}
.dim-container-middle  {
    display: table-cell;
    vertical-align: middle;
}
.dim-container-inner {
	width:90%;
	max-width:400px;
    margin-left: auto;
    margin-right: auto; 
	padding:10px;
	padding-top:0;
	background: #FFF;
	border-top: #E31E32 45px solid;
	position:relative;
}
.dim-container-inner-import {
	width:90%;
	height:auto;
	overflow:visible;
	max-width:800px;
    margin-left: auto;
    margin-right: auto; 
	padding:10px 30px;
	background: #FFF;
	border-top: #E31E32 5px solid;
	position:relative;
}
.dim-container-inner-LINE {
	width:90%;
	height:auto;
	overflow:visible;
	max-width:800px;
    margin-left: auto;
    margin-right: auto; 
	padding:10px 30px;
	position:relative;
	text-align:center;
}
.dim-container-inner-promot {
	width:90%;
	max-width:450px;
    margin-left: auto;
    margin-right: auto; 
	padding:30px;
	background: #FFF;
	background-image: url("../img/others/50percent-off-bg.png"); 
	background-position:center;
	position:relative;
}
.dim-container-inner-promot2017 {
	width:90%;
	max-width:1025px;
	height:536px;
    margin-left: auto;
    margin-right: auto; 
	position:relative;
}
.dim-table { width:100%; }
.dim-table thead td {
	color:#E31E32;
}
.dim-table td {
	padding: 2px 5px; vertical-align:top; font-size:14px; border-bottom: #F2F2F2 1px solid;
}


.list-style-tick { list-style:none; }
.list-style-tick li {
	background-image: url("../img/list-tick.png"); 
	background-position:top 6px left;
	background-repeat:no-repeat;
	padding:6px;
	padding-left: 30px;
	text-align:left;
}


#flip_container {
  position: relative;
  width:277px;
  height:259px;
  overflow:hidden;
  z-index: 1;
}
#flip_container {
  perspective: 1000;
}
#flip_container.startani #f1_card {
  transform: rotateY(360deg);
}

#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .6s linear;
}
.face {
  position: absolute;
}

#flip_location {
  position: relative;
  width:30px;
  height:40px;
  z-index: 1;
}
#flip_location {
  perspective: 1000;
}
#flip_location.startani #f1_locat {
  transform: rotateY(360deg);
}
#f1_locat {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .5s linear;
}


.promotion-header { width:100%; z-index:2000; background:#555; color:#FFF; }
.promotion-header .container { min-height:30px; padding:8px; overflow:auto; }
.promotion-header .container a { color:#FFF; text-decoration:none; }

/* 2018 webinar */
#lsbody.showpromo > .navbar { height:auto; }
#lsbody.showpromo .promotion-header .container { 
	margin-top:0; 
}
@media (max-width: 768px) {
    .promotion-header { margin-top:-10px; margin-bottom:10px; font-size:12px; }
}
@media (min-width: 768px) {
    #lsbody.showpromo > .navbar { height:140px; }
    #lsbody.showpromo { margin-top:40px; }
}

.promotion-footer { width:100%; z-index:2000; background:#555; color:#FFF; position:fixed; bottom:0; }
.promotion-footer .container { min-height:30px; padding:8px; overflow:auto; }
.promotion-footer .container a { color:#FFD15F; }



.stories-bg {
	background-image: url("../img/customer-stories/bannerCustomerStory.jpg");
    background-repeat: no-repeat; 
    background-position: top center; 
}
.stories-bg .container { padding-top:3rem; padding-bottom:12rem; border-bottom:#E31E32 3px solid; }
@media (max-width: 768px) {
.stories-bg { background-position: top left -480px; }
.stories-bg .container { padding-bottom:6rem;}
}
@media (min-width: 1280px) {
.stories-bg .container { padding-top:5rem;  padding-bottom:18rem;}
}

.stories-row {margin-top:80px;}
.stories-row .details-img { width:100%;max-width:433px;}
.stories-row h3 {color:#E31E32; font-weight:bold;}
.stories-row p {padding-top:5px;}
.stories-subtitle {text-align:center; margin:0 auto;}
.stories-subtitle font { color:#E31E32;}

.startupBG {
	background-image: url("../img/startup/startup-bg-center.png");
    background-repeat: no-repeat; 
    background-position: center top -100px;
}
.affiliateBG {
	background-image: url("../img/affiliate/affiliatebg.jpg");
    background-repeat: no-repeat; 
    background-position: center top -20px;
	background-size: 2400px auto;
	height:500px;
	position: relative;
	overflow:hidden;
}
.affiliateBG::after {
  content: "";
  position: absolute;
  bottom:-210px;
  left: 0;
  width: 100%;
  height:300px;
  background-color: #FFF;
    -ms-transform: skewY(-5deg);
        transform: skewY(-5deg); 
}
@media (max-width: 768px) {
  .affiliateBG { height:350px; text-shadow: 2px 2px 3px #FFF; background-position: left -60px top -80px;}
}
.affiliateEarnborder { border-left:#CCC 1px solid; height:300px; position:absolute; left:52%; }

.sect {
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.sectOne {
	background-image: url("../img/affiliate/register-now-bg.jpg");
	background-position:center;
	padding:20px;
	position: relative;
	overflow:hidden;
}
.sectOne::before {
  content: "";
  position: absolute;
  top:-210px;
  left: 0;
  width: 100%;
  height:300px;
  background-color: #FFF;
    -ms-transform: skewY(-5deg);
        transform: skewY(-5deg); 
}
.sectOne::after {
  content: "";
  position: absolute;
  bottom:-210px;
  left: 0;
  width: 100%;
  height:300px;
  background-color: #FFF;
    -ms-transform: skewY(-5deg);
        transform: skewY(-5deg); 
}
.sectGoInfra {
	background-image: url("../img/aboutus/aboutus-bg.jpg");
	background-position:center;
	padding:20px;
	position: relative;
	overflow:hidden;
}

.skew-content {
  position: relative;
  margin:30px 0;
}
.skew-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding:30px;
  background-color: #F8F8F8;
    -ms-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg);
  transition: all 1s ease;
  z-index:-1;
}
.skewlineBG {
  background: url("../img/linebg.png");
}
.startup-training {
  background:#FFF;
  padding-top:20px;
  padding-bottom:30px;
  position: relative;
  z-index:0;
}
.startup-training::before {
  content: "";
  position: absolute;
  top:-20px;
  left:3%;
  right:3%;
  width: 94%;
  height: 20px;
  background-color: #FFF;
  z-index:-1;
}
.startup-training::after {
  content: "";
  position: absolute;
  bottom:-20px;
  left:3%;
  right:3%;
  width: 94%;
  height: 20px;
  background-color: #FFF;
  z-index:-1;
}

.benchmarks-bg {
	background-image: url("../img/benchmarks/bgSpeedTestBenchmarks.png");
    background-repeat: no-repeat; 
    background-position: center; 
	background-size: auto 100%;
}
.benchmarks-bg .container { padding-top:2rem; padding-bottom:4rem; border-bottom:#E31E32 3px solid; }

.webinars-bg {
	background-image: url("../img/webinars/bannerWebinars.png");
    background-repeat: no-repeat; 
    background-position: center; 
	background-size: auto 100%;
}
.webinars-bg .container { padding-top:3rem; padding-bottom:12rem; border-bottom:#E31E32 3px solid; }
@media (max-width: 768px) {
.webinars-bg { background-size: auto; background-position: center left -580px; }
.webinars-bg .container { padding-bottom:3rem;}
}
@media (min-width: 1280px) {
.webinars-bg .container { padding-top:5rem;  padding-bottom:15rem;}
}
@media (min-width:768px) and (max-width: 1280px) {
.webinars-bg {
    background-position: center left 30%; 
}
}
.webinarsUp {
  background:#FFF;
  padding:20px;
  position: relative;
  z-index:0;
  
}
.webinarsUp::before {
  content: "";
  position: absolute;
  top:0;
  left:0;
  margin:20px -20px;
  width: calc(100% + 40px);
  height: calc(100% - 40px);
  background-color: #FFF;
  z-index:-1;
}
.imgcontainer {
  width:100%;
  max-width:200px;
  height:100%;
  background-color: #FFF;
  border:#959494 1px solid;
  position: relative;
}
.imgcontainer::before {
  content: "";
  position: absolute;
  top:6%;
  left:6%;
  width:100%;
  height:100%;
  background-color: #959494;
  z-index:-1;
}
.imgcontainer img {
	width:100%;
}
@media (min-width:768px) {
.webinarsUp .tutor {
  padding-left:30px;
  padding-top:12px;
  position: relative;
}
.webinarsUp .tutor:after {
  content: "\f007"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 28px;
  color: #959494;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}
}
.webinar-details .btn-midsize {
	width:100%; max-width:210px; margin-top:30px;
}
.webinar-details ul {
	padding-left: 20px; padding-top: 10px;
}
.webinar-details ul li { padding: 5px 0;}

.ul-red-dot { list-style: none; padding-left:12px; }
.ul-red-dot li { text-indent: -.8em; }
.ul-red-dot li::before {
  content: "• ";
  font-size:26px;
  color: #E31E32; /* or whatever color you prefer */
}
.plan-slider-container { padding-top:30px; }
.plan-slider-container h4 { font-weight:bold; }
.plan-slider-container .box { width:33%; padding:30px 0; text-align:center; float:left; }
@media (min-width: 992px) { .plan-slider-container .box { width:20%; } }
@media (max-width: 768px) { .plan-slider-container .box { width:100%; } }

.cloudnet-tpl-bg-left, .cloudnet-tpl-bg-right {
  height: 100%;
  position: relative;
}
.cloudnet-tpl-bg-left::before {
  content: "";
  position: absolute;
  top:0;
  left: -1250px;
  width: 1280px;
  height: 80px;
  background-color: #f0f0f1;
}
.cloudnet-tpl-bg-right::before {
  content: "";
  position: absolute;
  top:0;
  right: -1250px;
  width: 1280px;
  height: 80px;
  background-color: #f0f0f1;
}
@media (min-width:992px) and (max-width: 1200px) {
.cloudnet-tpl-bg-left::before, .cloudnet-tpl-bg-right::before {  height: 65px; }
}
@media (min-width:768px) and (max-width: 992px) {
.cloudnet-tpl-bg-left::before, .cloudnet-tpl-bg-right::before {  height: 50px; }
}
@media (max-width:768px) {
.cloudnet-tpl-bg-left::before, .cloudnet-tpl-bg-right::before {  height:0; }
}
.dcMap {width:100%;}
@media (max-width:650px) { .dcMap {width:180%; margin-left:-80%} }

.dcMapbg {background-image:url('../img/cloud-servers/curve-line.png'); background-repeat:no-repeat; background-position: 25px -115px; background-size:100% auto;}
.dcMapPulse { position:absolute; left:38.5%; top:58.2%; }
.dcMapPulse2 { position:absolute; left:37.5%; top:44%; }
.dcMapPulse3 { position:absolute; left:51%; top:41%; }

@media (max-width:1200px) { .dcMapbg {background-position: 25px -90px;} .dcMapPulse { left:40%; top:60%;  } }
@media (max-width:992px) { .dcMapbg {background-position: 25px -60px;} }
@media (max-width:768px) { .dcMapbg {background-image:none;} }

.pulse, .pulse2, .pulse3 {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  z-index: 2;
}
.pulse:after, .pulse2:after, .pulse3:after {
  content: "";
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  animation: pulsate 5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 1px #f2f2f2;
  animation-delay: 0.8s;
}
.pulse2:after {
  animation-delay: 1.5s;
}
.pulse3:after {
  animation-delay: 2.2s;
}
.dcMapPulse2 .pulse:after, .dcMapPulse2 .pulse2:after, .dcMapPulse2 .pulse3:after {
  content: "";
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  animation: pulsate 4s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #f2f2f2;
  animation-delay: 0.6s;
}
.dcMapPulse2 .pulse2:after { animation-delay: 1.3s; }
.dcMapPulse2 .pulse3:after { animation-delay: 2s; }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.tooltip-inner {
    text-align: left;
	min-width: 220px;
}
input[disabled] {
    cursor:not-allowed;
}



.index-video {
	position:relative;
	overflow:hidden;
}

#videoDiv {width: 100%; min-height: 360px; position: relative; overflow:hidden;}
#videoDiv::before {
  content: "";
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.68);
  z-index:-98;
}
#videoDiv::after {
  content: "";
  position: absolute;
  bottom:-120px;
  left: 0;
  width: 100%;
  height:180px;
  background-color: #E31E32;
    -ms-transform: skewY(-6deg);
        transform: skewY(-6deg); 
}

#videoMessage {
	width: 100%; height:100%; z-index:99; text-shadow: 2px 2px 2px #000000; color:white; z-index:99; padding-bottom:50px;
}
.videoClick {text-align:center}
.videoClick a{color:white;background-color:rgba(241, 241, 241, 0.25);font-size: 1.7em;cursor:pointer;cursor:hand}

#video-bg {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: auto;
  background-size: cover;
  z-index:-99;
}
.layerpanel { margin-top:-22%; }
.layerpanel img { max-width:840px; }

@media (min-width: 768px) {
  #videoMessage { padding-bottom:250px; }
}
@media (max-width: 992px) {
  .layerpanel { margin-top:-32%; }
  .layerpanel img { max-width:520px; }
}
@media (max-width: 550px) {
  .layerpanel { margin-top:-42%; }
}

.col-sm-4 .tutorbox { background:#E6E7E8; position:relative; overflow:hidden;}
.col-sm-4 .tutorbox::after { 
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1.35em;
  border-right-color: #E32133;
  border-top-color: #E32133;
}


@media (min-width:768px) {
.cloud-panel-container {
	width:768px;
	height:1400px;
	position:relative;
	margin:0 auto;
}
.cloud-panel-container .img-panel {
	position:absolute;
	top:430px;
	left:20px;
}
.panel-switch {
	position:absolute;
	top:450px;
	left:580px;
}
.panel-switch div {
	padding:1px 0;
}
.panel-deploy {
	position:absolute;
	top:0;
	left:0;
	width: 720px;
}
.panel-manage {
	position:absolute;
	top:260px;
	left:80px;
	width: 650px;
}
.panel-secure {
	position:absolute;
	top:960px;
	left:0;
	width: 350px;
}
.panel-monitor {
	position:absolute;
	top:960px;
	left:380px;
	width: 350px;
}
.panel-switch-text {
	position:absolute;
	top:800px;
	left:100px;
	width: 380px;
	text-align:right;
}
}

.st1{fill:#3B3B3B;}
.st0{fill:none;}


/* 20181121 */

.indexcloudbg {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	min-height:500px;
	padding-bottom:18%;
}
@media (min-width:1900px) { .indexcloudbg {	padding-bottom:16%; } }
@media (min-width:2600px) { .indexcloudbg {	padding-bottom:12%; } }
@media (min-width:3000px) { .indexcloudbg {	padding-bottom:10%; } }
@media (min-width:4000px) { .indexcloudbg {	padding-bottom:5%; } }

.indexmapbg {
	margin-top:3rem;
	width:100%;
	height: auto;
	background-image: url("/img/index/world-map-line-bg.png"), linear-gradient(#fff, #efefef 30%, #fff); 
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
}
.indexmapbg img {
	width:100%;
	max-width:1380px;
}

.recentarticle .col-sm-4:first-child {
	
    margin-top:15px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 36%, rgba(0,0,0,0.04) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(36%, rgba(255,255,255,0.65)), color-stop(100%, rgba(0,0,0,0.04)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 36%, rgba(0,0,0,0.04) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 36%, rgba(0,0,0,0.04) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 36%, rgba(0,0,0,0.04) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 36%, rgba(0,0,0,0.04) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
	box-shadow: 0px 2px 4px #999;
	background-image: url("../img/index/icon-install.svg");
	background-position: center 20px; 
	background-repeat: no-repeat;
    background-size: 80px;

}
.recentarticle .col-sm-4:nth-child(2)  {
	padding:0 !important;
}
.recentarticle .col-sm-4:nth-child(2)>div {
	background:#FFF;
	margin:0;
	padding-top:20px;
	padding-bottom:25px;
	height:100%;
	overflow: visable;
	z-index:9999;
	box-shadow: 0px 2px 4px #999;
	background-image: url("../img/index/icon-gears.svg");
	background-position: center 30px; 
	background-repeat: no-repeat;
    background-size: 80px;
}
.recentarticle .col-sm-4:nth-child(3) {
	margin-top:15px;
    background: rgba(0,0,0,0.04);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0.65) 64%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.04)), color-stop(64%, rgba(255,255,255,0.65)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0.65) 64%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0.65) 64%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0.65) 64%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0.65) 64%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
    box-shadow: 2px 2px 4px #999;
	background-image: url("../img/index/icon-ticks.svg");
	background-position: center 20px; 
	background-repeat: no-repeat;
    background-size: 80px;
}
@media (max-width:768px) {
.recentarticle .col-sm-4:nth-child(2)  {
	margin-top:15px;
}
}

#dcselect, #routeselect {
	border:#EC1C24 1px solid;
	border-radius:2px;
	color:#EC1C24;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;	
	background: url("../img/caret.svg") no-repeat right 5px center transparent;
	background-size: 8px;
	padding-right:18px;
}

.dropdown-menu { border-left:#595959 1px solid !important; border-right:#595959 1px solid !important; border-bottom:#595959 1px solid !important; }
.dropdown-menu .dropdown-menu {position:absolute; top:0; left:100%; }
.dropdown .open > a:focus, .dropdown .open > a {background-color:#595959 !important;}

.call-to-action-bg {
	width: 100%;
    background: url("../img/ddos/call-to-action-pattern.png"), linear-gradient(to top, rgba(179,179,179,0.5) 0%, rgba(242,242,240,0.5) 100%);
	background-repeat:repeat-x;
	background-position:bottom;
	background-blend-mode: multiply;
}
.skewRed {
    background: #e32133; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e32133 40%, #1a1a1a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e32133 40%,#1a1a1a 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32133', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height:1200px;
    width:100%;
    position:absolute;
    top: -300px;
    -ms-transform: skewY(-10deg);
        transform: skewY(-10deg); 

}
.topSectimg {position:absolute; left:42%; top:60px; width:1000px;}

@media (min-width:1200px) {
.topSectimg {left:40%; top:40px; width:1200px;}
}

@media (max-width:767px) {
.skewRed {
    height:1000px;
    width:100%;
    position:absolute;
    top: -150px;
    -ms-transform: skewY(-10deg);
        transform: skewY(-10deg); 
}
.topSectimg { left:28%; top:270px; width:800px; }
}

@media (max-width:400px) {
.topSectimg img { display:none;}
}

.btn-white { background:#FFF; border:#FFF 1px solid; }

.osdiv { padding:30px 20px; border:#f1f1f1 1px solid; border-radius:5px; box-shadow: 0px 2px 4px #f5f5f5; margin-bottom:20px;}

.leftgradbg {
    background: #fcfcfc; /* Old browsers */
	background: linear-gradient(90deg, #fcfcfc 0%, #f5f5f5 100%);
}
.rightgradbg {
    background: #f5f5f5; /* Old browsers */
	background: linear-gradient(90deg, #f5f5f5 0%, #fcfcfc 100%);
}

.multidiv {
	padding:20px; margin:15px; overflow:auto; border:#e2e2e2 1px solid; border-radius:5px; 
	cursor:pointer;
}
.multidiv.active {
	box-shadow: 2px 5px 8px #dedede;
}

.multidiv .hiddenSect {
	display:none; 
}
.multidiv .hiddenSect2 {
	display:block; margin-top:-6px;
}
.multidiv.active .hiddenSect {
	display:block;
}
.multidiv.active .hiddenSect2 {
	display:none;
}
.font-underline {
	text-decoration: underline;
}
.promotion-banner {
	position:fixed; left:15px; bottom:15px; border-radius:6px; box-shadow: 1px 2px 8px #666; background:#666; z-index:9000;
}
.closebanner {
	position:absolute; background:#FF6400; width:22px; height:22px; border-radius:50%; z-index:9001; top:-10px; right:-10px; box-shadow: 1px 2px 3px #333; cursor:pointer;
}
.closebanner:hover { background:#E31E32; }

.faq-list { max-width:700px; margin:0 auto; }
.faq-list ul { text-align:left; list-style:none; }
.faq-list ul li { padding:10px; padding-left:50px; padding-left:50px; background-image: url("../img/affiliate/layerstack-icon-affiliate-faq.svg"); background-repeat: no-repeat; background-size: 40px; }
		
.compare-table { width:100%; text-align:center;  }
.compare-table th { text-align:center; color:#969595; font-size:14px; font-weight:normal; padding:2px 8px; padding-top:24px; }
.compare-table td { text-align:center; padding:5px 8px; border-top:#efefef 1px solid; }
		
			.ribbon-container {
				position: absolute;
				left: -30px;
				overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
				font-size: 12px; /* font-size and line-height must be equal so we can account for the height of the banner */
				line-height: 12px;
				font-weight:lighter;
				z-index:2;
			}
			
			.ribbon-container:before {
				content:"";
				height: 0;
				width: 0;
				display: block;
				position: absolute;
				bottom: -2px;
				right: -10px;
				border-top: 10px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
				border-bottom: 10px solid rgba(0,0,0,.3); 
				border-left: 10px solid rgba(0,0,0,.3);
				border-right: 10px solid transparent;
			}
			
			.ribbon-container:after { /* This adds the second part of our dropshadow */
				content:"";
				height: 2px;
				background: rgba(0,0,0,.3);
				display: block;
				position: absolute;
				bottom: -2px;
				right: 10px;
				left:8px;
			}
			
			.ribbon-container a {
				display:block;
				padding:3px;
				padding-left:25px;
				padding-right:5px;
				position:relative; /* allows us to position our pseudo-elements properly */
				background:#E31E32;
				overflow:visible;
				/* height:18px; */
				margin-left:5px;
				color:#fff;
				text-decoration:none;
			}
			
			.ribbon-container a:after { /* this creates the "folded" part of our ribbon */
				content:""; 
				height: 0;
				width: 0;
				display:block;
				position:absolute;
				bottom:-9px;
				left:0;
				border-top: 10px solid #9c001b; 
				border-left: 10px solid transparent;
			}
			
			.ribbon-container a:before { /* this creates the "forked" part of our ribbon */
				content:"";
				height: 0;
				width: 0;
				display:block;
				position:absolute;
				top:0;
				right:-9px;
				border-top: 9px solid #E31E32; 
				border-bottom: 9px solid #E31E32; 
				border-right: 9px solid transparent;
				border-left: 9px solid transparent;
			}
			
			.ribbon-container a:hover {
				background:#FF6400;
			}
			
			.ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
				border-top: 9px solid #FF6400; 
				border-bottom: 9px solid #FF6400;
			}
			
@media (min-width: 1200px) { .w20 p { min-height:260px; } }
.plans-heading .sub-menu li a { color:#ddd; border-bottom:0 none; }
.plans-heading .sub-menu li.active a, .plans-heading .sub-menu li a:hover { border-bottom:#FFF 3px solid; color:#FFF; text-decoration:none; }
.planbadge { color:#999; background:none; border:#999 1px solid; border-radius:2px; font-weight:normal; font-size:12px; padding:1px 3px; line-height:15px; display:inline-block; margin:0 5px; }

@media (min-width: 768px) {
.spec p {min-height:110px;}
}

.yfContent{
height:1px;
overflow:auto;
width:1px;
}