* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body{
	margin: 0;
	padding: 0;
	background-color: white;

	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;

	-webkit-text-size-adjust: none;
		 -moz-text-size-adjust: none;
			-ms-text-size-adjust: none;
					text-size-adjust: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;

	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	position: relative;
	width: 970px;
	height: 90px;
}

#banner {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: white;
	visibility: hidden;

	pointer-events: none;
}

#border {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	pointer-events: none;
}

.guide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	pointer-events: none;

	/*background: url(guide.png);*/
	background-repeat: no-repeat;
	background-size: contain;
}

.hit-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	cursor: pointer;
	/*background-color: rgba(41, 161, 111, 0.25); */
}


#logo_rackspace {
	position: absolute;
	width: 98px;
	height: 21px;
	left: 32px;
	top: 23px;

	background: url(logo-rackspace.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#logo_microsoft{
	position: absolute;
	width: 97px;
	height: 16px;
	left: 31px;
	top: 54px;

	background: url(logo-ms.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#headline{
	position: absolute;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	top: 405px;
}

#carousel_holder {
	position: absolute;
	top: 0px;
	left: 161px;
	width: 809px;
	height: 90px;
	overflow: hidden;
}

.main-holder {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.row {
	position: absolute;
	width: 100%;
	height: 90px;
}

.main-content {
	position: absolute;
	width: 100%;
}

#nav_dots {
	position: absolute;
	top: 60px;
    width: 150px;
    height: 20px;
    right: 208px;
	text-align: center;
	pointer-events: none;
}

.nav-dot {
	height: 13px;
	width: 13px;
	background-color: #cccccc;
	border-radius: 50%;
	
	    display: inline-block;
    margin-left: 15px;

	pointer-events: auto;
	cursor: pointer;
}

.item-img {
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-size: contain;	
}

.panel {
	position: absolute;
	left: 310px;
	top: 0px;
	width: 155px;
	height: 78px;
}

#panel0, #panel1, #panel2{
	height: 60px;	
}

.panel-title {
	font-weight: 300;
	font-size: 19px;
	color: white;
	padding-top: 6px;
	padding-left: 15px;
	line-height: 21px;
}

#panel_title0, #panel_title1, #panel_title2 {
	padding-top: 7px;
}

.subtitle {
	position: absolute;
	font-weight: 400;
	font-size: 13px;
	color: black;
	top: 14px;
	width: 310px;
	left: 485px;
	line-height: 16px;
	letter-spacing: -0.20px;
}

#subtitle1{
	top: 8px;
}

.cta-label {
	position: absolute;
	font-weight: 500;
	font-size: 14px;
    top: 70px;
    left: 690px;
    line-height: 0;
    letter-spacing: -0.15px;
}

.cta-label span {
	font-size: 14px;
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 80px;
}

.cta-line {
	position: absolute;
	width: 0px;
	height: 1px;
	top: 10px;
}

.cta-hit{
	position: absolute;
	top: -9px;
	left: -4px;
	width: 100px;
	height: 20px;
	pointer-events: auto;
	cursor: pointer;
	/*background-color: rgba(41, 161, 111, 0.25); */
}

.cover{
	background-color: white;
	width: 145px;
	height: 90px;
	position: absolute;
	left: 0;
}
