/* This stylesheet is used to style the public-facing components of the plugin. */
device-connection h2, #featured-devices h2 {
	display: table;
	vertical-align: middle;
	text-transform: uppercase;
}
#device-connection h2 {
	background: url('../images/main-sprite.png') no-repeat -271px -926px;
	height: 35px;
	padding-left: 55px;
	padding-top: 0;
	line-height: 1em;
	font-size:1.5em;
}
.device-guide-instructions {
    margin-bottom: -18px;
    font-weight: bold;
    font-size: .8em;
}
#device-connection p.dc-subhead {
	color: #999;
	width: 65%;
	font-size: .8em;
}
#featured-devices {
	margin-top: 2em;
}
#featured-devices h2 {
	background: url('../images/main-sprite.png') no-repeat -271px -977px;
	height: 35px;
	padding-left: 55px;
	padding-top: 0;
	line-height: 1em;
	font-size:1.5em;
        margin-bottom: 1em;
}
.move-prev, .move-next {
	width: 5%;
	float: left;
	cursor: pointer;
	text-indent: -999999px;
	height: 30px;
	margin-top: 147px;
}
.move-prev {
	margin-right: 2.5%;
	background: url('../images/main-sprite.png') no-repeat -123px -956px;
}
.move-next {
	margin-left: 2.5%;
	background: url('../images/main-sprite.png') no-repeat -124px -926px;
}
.questions-container {
    min-height: 400px;
}
.question-group {
    width: 100%;
    height: 395px;
    position: absolute;
    display: none;
}
.question-group h3 {
    color: #e20074;
    font-weight: bold;
}
.device-guide-container {
	width: 90%;
	float: left;
	height: 312px;
	overflow: hidden;
	margin: 0.5em 0 1em 0;
	padding: 0;
}
.device-guide {
	overflow-x: scroll;
}
.device-guide ul {
	height: 312px;
	width: 492px;
	overflow: hidden;
	margin: 0 0 0 30px;
	padding: 0;
}
.device-guide ul li {
	height: 151px;
	cursor: pointer;
	margin-left: 0;
	list-style: none;
	float: left;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.device-guide input[type="checkbox"] {
	display: none;
}
.device-guide label {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 1.1em;
}
.device-guide label .checked-img {
	display: block;
	padding: 0;
	margin: 0;
	height: 114px;
	width: 118px;
}
.device-guide li.checked .checked-img {
	background: url('../../../assets/checked.png');
}.device-guide li.checked label span {
	background-color: #e20074;
}
.device-guide label span {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	height: 35px;
	width: 118px;
	border-top: 2px solid #fff;
	background-color: #e20074;
}
.device-guide li.checked label span {
	background-color: #000;
}
.answer-btn {
	background-color: #e20074;
	width: 118px;
	text-align: center;
	text-transform: uppercase;
}
.answer-btn div {
	height: 131px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}
.answer-btn div span {
	font-size: 72px;
	line-height: 90px;
	font-weight: bold;
}
.answer-btn.device-guide-submit div span {
	font-size: 20px;
	line-height: 28px;
}
#guide-results h3 {
	font-size: .9em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
.guide-results-container {
        padding-left: 45px;
}
a.device-guide-jump span {
	font-size: 9pt;
	line-height: 37px;
	height: 37px;
	padding-right: 0;
	font-weight: bold;
}
#guide-results {
        display: none;
        padding-right: 15%;
	font-size: 1.1em;
}
.device-guide-cta{
	text-transform: uppercase;
	font-weight: bold;
}
.featured-device {
	display: table;
	padding-bottom: 1em;
	background-color: #fff;
}
.featured-device h3 {
	color: #010101;
        margin-bottom: -15px;
}
#guide-results p.featured-desc {
        font-weight:bold;
	color: #e20074;
        padding-bottom: 20px;
	line-height: 1.2em;
}
#start-over {
        display: none;
}
#start-over:after {
	content:'';
}
.featured-details h4 {
	color: #686d71;
	padding-bottom: 0;
}
.featured-details .rating {
	padding-bottom: 0.5em;
}
.featured-device .featured-phone {
	float: left;
	width: 43%;
	height: 250px;
	background-position: center top;
	background-repeat:no-repeat;
	background-size: auto 68%;
}
.loading-spinner {
	display: none;
}
.featured-details {
	float: left;
	width: 53%;
	box-sizing: border-box;
	padding-left: 15px;
	display: table-cell;
}
.featured-details .price {
	color: #e20074;
	display: table;
	position: relative;
}
.featured-details .dollar-sign {
	display: table-cell;
	vertical-align: top;
	padding-top: 7px;
	font-size: 22px;
}
.featured-details .dollars {
	display: table-cell;
	font-size: 40px;
	line-height: 40px;
}
.featured-details .cents {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
        width:20px;
}
.featured-details .price .desc, #result-price span.desc {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
        margin-left: -20px;
}
.featured-details .legal {
	color: #686d71;
	font-size: 0.5em;
	line-height: 1.25em;
}
a.device-guide-cta {
        padding: 0 10px 0 10px;
}
.featured-details .submit-button span {
        font-size: 9pt;
        height: 37px;
        line-height: 37px;
}
#featured-devices .orbit-wrapper {
	width: 100% !important;
}
#featured-devices ul.orbit-bullets li {
	margin-left: 5px;
}
.featured-slider.orbit {
	position: relative;
	width: 85% !important;
	margin: 0 auto 1em auto;
}
div.slider-nav {
	position: absolute;
	top: 55%;
	width: 100%;
}
div.slider-nav span.left {
	float: left;
	width: 5%;
	height: 30px;
	background: url('../images/main-sprite.png') no-repeat -123px -956px !important;
	margin-right: 2.5%;
}
div.slider-nav span.disabled {
    	float: left;
	width: 5%;
	height: 30px;
	background: url('../images/main-sprite.png') no-repeat -123px -956px !important;
	margin-right: 2.5%;
	opacity: 50%;
}
div.slider-nav span.right {
	position: relative !important;
	float: right;
	width: 5%;
	height: 30px;
	background: url('../images/main-sprite.png') no-repeat -124px -926px !important;
	margin-left: 2.5%;
	display: block;
}
#featured-devices .orbit-bullets {
	position: relative !important;
	bottom: 1em !important;
	margin: 0 auto;
}
