#quicktour-mac-1{
    margin: 50px auto 20px auto;
    width: 900px;
    height: 608px;
    background: url(images/tour-screenshot-1-new_a.png) center center no-repeat;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

#quicktour-ipad-1{
    display: none;
	margin: 50px auto 20px auto;
	width: 900px;
	height: 608px;
	background: url(images/tour-screenshot-ipad-1-new.png) center center no-repeat;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
}

#quicktour-mac-2{
    margin: 50px auto 20px auto;
    width: 900px;
    height: 703px;
    background: url(images/tour-screenshot-2-new.png) center center no-repeat;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

#quicktour-ipad-2{
    display: none;
    margin: 50px auto 20px auto;
    width: 900px;
    height: 703px;
    background: url(images/tour-screenshot-ipad-2-new.png) center center no-repeat;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

#quicktour-mac-3{
    margin: 50px auto 20px auto;
    width: 900px;
    height: 600px;
    background: url(images/tour-screenshot-3.png) center center no-repeat;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

#quicktour-ipad-3{
    display: none;
    margin: 50px auto 20px auto;
    width: 900px;
    height: 600px;
    background: url(images/tour-screenshot-ipad-3.png) center center no-repeat;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

.qt-feature, .qt-feature-on{
	position: absolute;
	display: block;
	cursor: default;
	border-radius: 50%;
	/*border: 2px solid rgba(255,255,255,0.5);*/
	width: 64px;
	height: 64px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.07));
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 6px, rgba(0,0,0,0.33) 0px 0px 1px, inset rgba(255,255,255,1.0) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 6px, rgba(0,0,0,0.33) 0px 0px 1px, inset rgba(255,255,255,1.0) 0px 0px 5px;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    -moz-transition: -moz-box-shadow 0.25s ease-in-out;
}

.qt-feature:hover, .qt-feature-on{
    -webkit-box-shadow: rgba(0,0,0,0.45) 0px 1px 8px, rgba(0,0,0,0.33) 0px 0px 1px, inset rgba(255,255,255,1.0) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,0.45) 0px 1px 8px, rgba(0,0,0,0.33) 0px 0px 1px, inset rgba(255,255,255,1.0) 0px 0px 5px;
}

.qt-desc{
	position: absolute;
	top: 100%;
	margin-top: 20px;
	margin-left: -145px;
	left: 50%;
	width: 250px;
	text-align: center;
	text-shadow: none;
	color: #000;
	border-radius: 5px;
	padding: 20px;
	background: #FFFFFF;
	z-index: 10;
	opacity: 0;
	display: none;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 8px;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.25s;
	-webkit-animation-name: zoomOut;
}

.qt-feature:hover div, .qt-feature-on div{
	opacity: 0.98;
	display: block;
	-webkit-animation-name: zoomIn;
}

.qt-desc-title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.qt-desc-info{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.qt-blip{
	position: absolute;
	left: 50%;
	margin-top: -30px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	/*border-left: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);*/
    -webkit-box-shadow: rgba(0,0,0,0.25) -1px -1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#download-footer{
	text-align: center;
	background: url(images/spotlight-footer.png) center 10px no-repeat;
	height: 145px;
}

#page-main-screenshot{
	width: 1000px;
	height: 753px;
	margin: -80px auto 0px auto;
	background: url(images/header-screenshot-new.png) center center no-repeat;
}

#more-features{
	margin-top: 70px;
	margin-bottom: 70px;
}

.more-feature{
	display: table-cell;
	padding-left: 42px;
	padding-right: 10px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: top left;
}

.more-feature-title{
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
}

.more-feature-desc{
	font-size: 14px;
	line-height: 1.4em;
}

.feature-desc a, .block-desc a{
	color: #CCCCCC;
	border-bottom: 1px solid #666666;
    -webkit-transition: color 0.25s ease-in-out, border-bottom 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, border-bottom 0.25s ease-in-out;
}

.feature-desc a:hover, .block-desc a:hover{
	color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}

/* Extension Popover */

#extensionPopup-bg{
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
}

#extensionPopup{
	text-shadow: none;
	color: #222222;
	font: 14px 'Helvetica', 'Arial', sans-serif;
	padding: 40px 30px 40px 30px;
	background: rgba(255,255,255,0.98);
	position: fixed;
	width: 800px;
	height: 510px;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -430px;
	-webkit-box-shadow: rgba(0,0,0,0.66) 0px 8px 40px;
	-moz-box-shadow: rgba(0,0,0,0.75) 0px 8px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 21;
}

#extensionPopup-header{
	background: url(images/extension-icon.png) top left no-repeat;
	padding-left: 60px;
	padding-bottom: 30px;
}

#extensionPopup-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#extensionPopup-desc{
	color: #666666;
}

#extensionPopup-buttons{
	width: 440px;
	margin: 30px auto auto;
}

.extensionPopup-button{
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 18px;
	float: left;
	border: 1px solid #CCCCCC;
	color: #444;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#extensionPopup-button-safari{
	margin-right: 10px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.07)), url(images/safari_32.png) 10px 10px no-repeat;
}

#extensionPopup-button-safari:active{
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.04)), url(images/safari_32.png) 10px 10px no-repeat;
}

#extensionPopup-button-chrome{
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.07)), url(images/chrome_32.png) 10px 10px no-repeat;
}

#extensionPopup-button-chrome:active{
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.04)), url(images/chrome_32.png) 10px 10px no-repeat;
}

#extensionPopup-close{
	position: absolute;
	margin-left: -20px;
	margin-top: -30px;
	width: 20px;
	height: 20px;
	background: url(images/extension-close.png) top left no-repeat;
	cursor: pointer;
}
