@charset "utf-8";
/* CSS Document */

/* Fonts */

@font-face {
    font-family: 'CiscoSansExtraLight';
    src: url('../fonts/ciscosansextralight-webfont.eot');
    src: url('../fonts/ciscosansextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ciscosansextralight-webfont.woff') format('woff'),
         url('../fonts/ciscosansextralight-webfont.ttf') format('truetype'),
         url('../fonts/ciscosansextralight-webfont.svg#CiscoSansExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CiscoSansRegular';
    src: url('../fonts/ciscosansregular-webfont.eot');
    src: url('../fonts/ciscosansregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ciscosansregular-webfont.woff') format('woff'),
         url('../fonts/ciscosansregular-webfont.ttf') format('truetype'),
         url('../fonts/ciscosansregular-webfont.svg#CiscoSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CiscoSansTTBold';
    src: url('../fonts/ciscosansttbold-webfont.eot');
    src: url('../fonts/ciscosansttbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ciscosansttbold-webfont.woff') format('woff'),
         url('../fonts/ciscosansttbold-webfont.ttf') format('truetype'),
         url('../fonts/ciscosansttbold-webfont.svg#CiscoSansTTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Elements */
a, a:active, a:visited { color: #222; text-decoration:none;}
a:hover { color: #222;}

html {
	width:100%;
	height:100%;
}

body {
	font-size:75%;
	font-family:'CiscoSansRegular', Verdana, Geneva, sans-serif;
	line-height:1.5em;
	background-color: #FFF;
	width:100%;
	height:100%;
}
footer {
	background-image:url(../images/white-85.png);
	/*font-size:.85em;*/
	font-size:.9em;
	padding:3px 10px;
}
.ie6 footer {
	background-image:none;
	background-color:#FFF;
}
.ie6 footer.tour-footer {
	position:relative;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer p {
	margin:0;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1{
	padding: 0;
	font-size:1.2em;
	font-family:'CiscoSansExtraLight', Verdana, Geneva, sans-serif;
	color:#FFF;
}
h2 {
	color:#666;
	font-family: 'CiscoSansExtraLight',Verdana,Geneva,sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 0 0 0;
}
h3 {
	font-size:1.9em;
	margin-bottom:0.5em;
	font-family:'CiscoSansExtraLight', Verdana, Geneva, sans-serif;
	color:#02605e;
	line-height:1.0em;
}
h4 {
	font-size:1.0em;
	margin-bottom:0.5em;
	font-family:'CiscoSansTTBold', Verdana, Geneva, sans-serif;
	color:#0c9247;
	line-height:1.1em;

}
h5 {
	font-family: 'CiscoSansTTBold',Verdana,Geneva,sans-serif;
    font-size: 1em;
    padding: 0;
	margin-bottom: 20px;
	color: #838587;
}
img {
	width:100%;
	height:auto;
}
.ie6-gallery img {
	height:100%
}
nav {
	font-size:0.9em;
	padding:5px 0 0 0 ;
	z-index:10;
}
nav a {
	display:block;
	padding:5px 2%;
	width:96%;
	text-decoration:none;
	background-image:url(../images/white-85.png);
	margin-bottom:5px;
	text-align:center;
}
p {
	margin:0.5em 0;
}
video {
	width:100%;
	height:auto;
}

/* IDs */
a#close-description {
	background-image:url(../images/tourstop-close.png);
	width:35px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
}
.ie6 a#close-description {
	background-image:url(../images/tourstop-close.gif);
}
a#close-floorplan {
	width:43px;
	height:43px;
	background-image:url(../images/close-green.png);
	position:absolute;
	right:10px;
	top:10px;
}
.ie6 a#close-floorplan {
	background-image:url(../images/close-green.gif);
}
a#open-description {
	background-image:url(../images/tourstop-open.png);
	width:35px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.ie6 a#open-description {
	background-image:url(../images/tourstop-open.gif);
}
#floorplan-link {
	position:absolute;
	right:158px;
}
#floorplan-link img {
	width:70px;
}
#floorplan-menu {
	position:absolute;
	margin-left:auto;
	margin-left:auto;
	left:0;
	top:0;
	background-image:url(../images/black-75.png);
	display:none;
	width:100%;
	height:100%;
	z-index:6;
}
#tourstop-wrapper {
	position:absolute;
	top:100px;
	left:0;
	width:40%;
	z-index:3;
}
#video-info-container {
	position:relative;
}
#video-inner {
	background-image:url(../images/white-90.png);
	padding:20px;
	position:relative;
}
.ie6 #video-inner {
	background-image:none;
	background-color:#FFF;
}
#video-outer {
	width:98%;
	max-width:960px;
	margin: 50px auto 0 auto;
	display:none;
}

/* hotspot IDs */
#audio-privacy-room {
	top:54%;
	left:38%;
}
#conference-room {
	top:68%;
	right:50%;
}
#ecafe {
	top:19%;
	left:42%;
}
#open-plan-workstation {
	top:42%;
	right:28%;
}
#open-project-area {
	top:59%;
	left:16%;
}
#post-office {
	top:23%;
	left:54%;
}
#quiet-room {
	top:25%;
	right:22%;
}
#team-storage {
	top:68%;
	right:68%;
}
#telepresence-room {
	top:37%;
	left:22%;
}
#touchdown {
	top:54%;
	right:31%;
}

/* Classes */
a.close-video {
	background-image: url("../images/close-green.png");
	height: 43px;
	width: 43px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.ie6 a.close-video {
	background-image: url("../images/close-green.gif");
}
.content-floorplan {
	position:relative;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}
.ie6 .content-floorplan {
	width:900px;
}
.content-photo {
	width:100%;
	height:100%;
	overflow:hidden;
}
.content-text a {
	color: #000;
}
.content-text a:hover {
	text-decoration:underline;
}
.ie6 .content-text-bottom {
	display:none;
}
.content-text-bottom .left {
	width:50%;
	height:9px;
	float:left;
	background-image:url(../images/content-text-box-bottom.png);
}
.content-text-bottom .right {
	width:50%;
	height:9px;
	float:right;
	background-image:url(../images/content-text-box-bottom.png);
	background-position: right top;
}
.ie6 .content-text-top {
	display:none;
}
.content-text-top .left {
	width:50%;
	height:6px;
	float:left;
	background-image:url(../images/content-text-box-top.png);
}
.content-text-top .right {
	width:50%;
	height:6px;
	float:right;
	background-image:url(../images/content-text-box-top.png);
	background-position: right top;
}
.content-text-top .full, .content-text-bottom .full {
	width:100%;
}
.content-text-content {
    background-image: url("../images/white-90.png");
    padding: 5px 0 4px 0;
}
.content-text p, 
.content-text h2, 
.content-text h3, 
.content-text h4,
.content-text h5 {
	padding-left:10px;
	padding-right:10px;
}
.content-text-content p, 
.content-text-content h2, 
.content-text-content h3, 
.content-text-content h4,
.content-text-content h5 {
	padding-left:10px;
	padding-right:10px;
}
.content-text ul {
	padding-right:5px;
}
.flexslider-container {
	width:75%;
	max-width:930px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	visibility:hidden;
}
.floorplan-menu-content {
	position:relative;
	margin-top:105px;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:url(../images/floorplan-back.gif);
	background-repeat:repeat-x;
}
.hotspot-left {
	position:absolute;
	height:19px;
	padding:3px 10px 3px 13px;
	background-image:url(../images/hotspot-back.gif);
	background-position: left top;
	font-size:.8em;
	text-decoration:none;
}
.hotspot-right {
	position:absolute;
	height:19px;
	padding:3px 13px 3px 10px;
	background-image:url(../images/hotspot-back.gif);
	background-position: right top;
	font-size:.8em;
	text-decoration:none;
}
.hotspot-left:hover, .hotspot-right:hover {
	background-image:url(../images/hotspot-back-over.gif);
}
.identity {
	padding-left:3%;
	height:50px;
	background-image:url(../images/black-50.png);
	width:97%;
	z-index:10;
}
.ie6 .identity {
	background-image:none;
	background-color:#000;
}
h1.identity a, 
h1.identity a:link, 
h1.identity a:visited, 
h1.identity a:active, 
h1.identity a:hover{
	display:block;
	font-family:'CiscoSansExtraLight', Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/cisco-logo.png);
	background-repeat:no-repeat;
	background-position: 0 12px;
	padding: 17px 0 10px 60px;
}
.ie6 h1.identity a, 
.ie6 h1.identity a:link, 
.ie6 h1.identity a:visited, 
.ie6 h1.identity a:active, 
.ie6 h1.identity a:hover{
	background-image:url(../images/cisco-logo.gif);
}
.ie6-gallery {
	display:none;:
}
.ie6 .ie6-gallery {
	display:block;
}
.new-window {
	width:11px;
	height:10px;
	position:absolute;
	right:5px;
	bottom:5px;
}
.tourstop-description {
	padding:10px 35px 20px 20px;
	background-image:url(../images/white-90.png);
}	
.video-button h5,
.video-button h6,
.external h5,
.external h6 {
	cursor:pointer;
}
.video-container .identity {
	z-index:0;
	position:relative;
	top:0;
	left:0;
}
.video-info {
	position:absolute;
	visibility:hidden;
}
.video-menu-horizontal a {
	background-image: url("../images/video-button-5.png");
	height:64px;
	width:125px;
	display:block;
	position:relative;
	color:#444;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.video-menu-horizontal a.external {
	background-image: url("../images/external-link-button.png");
	width:180px;
}
.video-menu-horizontal a:hover {
	background-image: url("../images/video-button-5-over.png");
}
.video-menu-horizontal a.external:hover {
	background-image: url("../images/external-link-button-over.png");
}
.video-menu-horizontal h5 {
	color: #444;
	font-family: 'CiscoSansRegular',Verdana,Geneva,sans-serif;
	line-height: 1.1em;
	margin-bottom: 0;
	padding: 5px 4%;
	text-align: center;
	width: 92%;
}
.video-menu-horizontal h6 {
	bottom: 10px;
	font-size: 0.8em;
	left: 0;
	line-height: 0.75em;
	padding: 2%;
	position: absolute;
	text-align: center;
	width: 96%;
}
.video-text-top {
	height: 6px;
	width: 100%;
}
.ie6 .video-text-top {
	display:none;
}
.video-text-top .left {
	background-image: url("../images/content-text-box-top.png");
	float: left;
	height: 6px;
	width: 50%;
}
.video-text-top .right {
	background-image: url("../images/content-text-box-top.png");
	background-position: right top;
	float: right;
	height: 6px;
	width: 50%;
}
.ie6 .video-text-bottom {
	display:none;
}
.video-text-bottom .left {
	background-image: url("../images/content-text-box-bottom.png");
	float: left;
	height: 9px;
	width: 50%;
}
.video-text-bottom .right {
	background-image: url("../images/content-text-box-bottom.png");
	background-position: right top;
	float: right;
	height: 9px;
	width: 50%;
}

/* NEW VIDEO MENU STYLES */
.videoWrapper h2 {
	font-size:3em;
	color:#FFF;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:1em;
	padding: 0 10px;
	font-family:'CiscoSansExtraLight', Verdana, Geneva, sans-serif;
}
.videoWrapper p {
	font-size:2em;
	color:#FFF;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:1em;
	padding: 0 10px;
	font-family:'CiscoSansExtraLight', Verdana, Geneva, sans-serif;
}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
	h1{
		font-size:1.4em;
	}
}

/* Tablet Portrait */
@media only screen and (min-width: 600px) {
	/* elements */
	footer {
		position:absolute;
		bottom:0;
		padding: 4px 3%;
		width: 94%;
		height:31px;
		z-index:4;
	}
	.ie6 footer {
		width:93.75%;
	}
	nav {
		position:absolute;
		top:50px;
		left:0;
		height:35px;
		padding:0 1%;
		width:98%;
		background-image:url(../images/white-85.png);
		overflow:hidden;
	}
	.ei6 nav {
		background-image:none;
		background-color:#FFF;
	}
	.ie7 nav {
		width:97.95%;
	}
	nav a {
		float:left;
		background-image:none;
		padding:9px 1.5%;
		width:auto;
		margin-bottom:0;
	}
	/* IDs */
	#container {
		position:relative;
		width:100%;
		height:100%;
		min-height:800px;
	}
	#tourstop-wrapper {
		width:50%;
	}
	#video-info-container {
		min-height:230px;
	}
	
	/* classes */
	.content-text {
		position:absolute;
		top:200px;
		left:25px;
		width:300px;
	}
	.content-text-bottom {
		width:100%;
		height:9px;
	}
	.content-text-top {
		width:100%;
		height:6px;
	}
	a.current-section {
		background-image:url(../images/current-section.png);
		background-repeat:no-repeat;
		background-position: center bottom;
	}
	.ie6 a.current-section {
		background-image:url(../images/current-section.gif);
	}
	.flexslider-container {
		width:84%;
		top:80px;
	}
	.tour-main {
		padding-top: 86px;
	}
	.video-menu-horizontal {
		position:absolute;
		left:25px;
		top:475px;
	}
	.content-floorplan .video-menu-horizontal {
		position:absolute;
		right:10px;
		bottom:10px;
		left:auto;
		top:auto;
	}
	.identity {
		position:absolute;
		top:0;
		left:0;
	}
	.nav-bottom-border {
		height:1px;
		width:100%;
		background-image:url(../images/black-25.png);
		position:absolute;
		top:85px;
		left:0;
		overflow:hidden;
	}
}

@media only screen and (min-width: 660px) {
	nav a {
		padding:9px 2%;
	}
}

/* iPad Portrait */
@media only screen and (min-width: 768px) {
	nav {
		font-size:1em;
	}
	video {
		width:768px;
		height:432px;
	}
	#tourstop-wrapper {
		width:45%;
	}
	#video-info-container {
		min-height:200px;
	}
	.hotspot-left, .hotspot-right {
		font-size:.9em;
	}
}

/* between area */
@media only screen and (min-width: 769px) {
	h2 {
		font-size:1.2em;
		padding:0;
	}
	h5 {
		margin-bottom:5px;
	}
	video {
		width:100%;
		height:auto;
	}
	#video-left {
		float:left;
		width:70%;
	}
	#container {
		position:relative;
		width:100%;
		height:100%;
		min-height:590px;
	}
	#video-info-container {
		float:right;
		width:29%;
		min-height:0;
	}
	.content-text-information {
		width:600px;
	}
	.video-info p {
		line-height:1.3em;
	}
}

/* DESKTOP */
@media only screen and (min-width: 900px) {
	h2 {
		font-size:1.5em;
	}
	h5 {
		margin-bottom:20px;
	}
	#video-info-container {
		float:right;
		width:25%;
		min-height:0;
	}
	.video-info p {
		line-height:1.5em;
	}
}

/* TABLET LANDSCAPE */
@media only screen and (min-width: 1024px) {
	video {
		width:727px;
		height:409px;
	}
	#tourstop-wrapper {
		width:30%;
	}
}