#top-links .glyphicon {
	color: #aaa;
}

#top-links a {
	color: #dedede;
}

#top-links a:hover {
	color: #fff;
	text-decoration: none;
}

.breadcrumb > li + li:before {
	color: #aaa;
}

.breadcrumb > li a {
	color: #dedede;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	transition: .2s all ease-out;	
}

.breadcrumb > .active {
	color: #aaa;
}

.breadcrumb > li a:hover {
	color: #fff;
	text-decoration: none;
}

.hero-top {
	background: url(/images/products/toast/v15/hero-top-bg.png) no-repeat;
	background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, -moz-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.5)), color-stop(70%, rgba(0,0,0,0))), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,77,119,1)), color-stop(100%, rgba(0,77,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, -webkit-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, -o-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, -ms-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-bg.png) no-repeat, linear-gradient(to bottom, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */	
	background-position: center top, center -300px;
}
.hero-top-product {
	background: #8aa6ba url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat;
	background-position: center top;	

}

.hero-top-product .hero {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}


#product-nav {
}
#product-nav li {
}
#product-nav ul li a {
	display: block;
	padding: 11px 25px 10px 25px;
	text-align: center;
	-webkit-transition: .5s all ease-out;
	-moz-transition: .5s all ease-out;
	transition: .5s all ease-out;
	color: #ccc;
	text-decoration: none;
}
#product-nav ul li a:hover {
	color: #fff;
}
#product-nav li.active a {
	color: #fff;
}
#product-nav #brand {
	height: auto;
	padding: 18px 0 10px 0 !important;
	margin: 0 !important;
}
#product-nav #brand:hover {
	background: none;
	color: #fff;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}
#product-nav #brand, #product-nav #product-purchase {
	display: none;
	color: #fff;
}
#product-nav.sticky #brand {
	display: inline;
}
#product-nav.sticky #product-purchase {
	display: block;
}
#product-purchase {
	float: right;
	padding: 0 0 0 !important;
	margin: 0 !important;
}
#product-purchase p {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}
#product-purchase .btn {
	display: block;
	padding: 7px 20px 7px 20px;
	margin-top: 9px;
	width: inherit !important;
	border-radius: 0;
	border: 1px solid #fff !important;
}
#product-purchase .btn-nav {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
	border: 1px solid #749b18;
}
#product-purchase .btn-nav:hover {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
}
#product-purchase p.price {
	display: none;
}
.subnavbar-toggle {
	border: 1px solid rgba(255,255,255,.3);
}
.subnavbar-toggle:hover {
	border: 1px solid rgba(255,255,255,1);
	-webkit-transition: .5s all ease-out;
	-moz-transition: .5s all ease-out;
	transition: .5s all ease-out;
}
.purchase-options {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(0,0,0,.5);	
	color: #fff;
}
.purchase-options h4 {
	font-size: 150%;
}
.purchase-options p.price {
	font-size: 180%;
}
.purchase-options .buy-options .btn {
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;
}
.buy-options .btn {
	display: block;
	padding: 5px 20px 5px 20px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 10px;
	width: 140px;
	border-radius: 0;
}
.buy-options .btn-primary {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
	border: 1px solid #749b18;
}
.buy-options .btn-primary:hover {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
}
.upgrade .btn-default {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
	border: 1px solid #749b18;
	border-radius: 0;
}
.upgrade .btn-default:hover {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #8dbf2f; /* Old browsers */
	background: -moz-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbf2f), color-stop(100%, #749b18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dbf2f 0%, #749b18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dbf2f 0%, #749b18 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbf2f', endColorstr='#749b18', GradientType=0 ); /* IE6-9 */
}
.label-new {
	background-color: #777;
}
.label-new[href]:hover, .label-new[href]:focus {
	background-color: #5e5e5e;
}
span.strong {
	font-weight: 700;
}
.title-family {
	color: #fff;
	text-align: center;
	padding-bottom: 2em;
	text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
.title-family h1 {
	font-size: 200%;
}
.title-new {
	font-weight: 700;
	font-style: italic;
}
.title-family h2 {
	font-size: 150% !important;
	padding: 0;
	margin: 0;
}
#content {
	background: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 0;
}
h1.title-section {
	text-align: center;
	padding-bottom: 20px;
	font-size: 200%;
}
.box-offer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.separator {
	margin: 0 0;
	height: 2px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.15)), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1 ); /* IE6-9 */
}
.boxshot img {
	width: 100%;
}
.product-feature-list {
	padding-top: 30px;
	padding-bottom: 30px;
}
.feature-list ul {
	margin-left: 0;
	padding-left: 1.25em;
}
.feature-list ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.feature-list .new, table.table-compare .new, #photo .container .new {
	font-weight: bold;
	color: #ff2700;
	font-style: italic;
}
.hero-top-product li .new {
	font-weight: bold;
	color: #ff6e54;
	font-style: italic;
}
.feature-list { padding: 10px 0 15px; }
h2 .new {
	font-weight: bold;
	color: #ff2700;
	font-style: italic;
}
h5 {
	margin: 5px 0;
	color: #3e6f99;
	font-style: italic;
}

.feature-list ul li:last-child {
	padding-bottom: 0;
}

.feature-list-pro {

}
#pro-musthaves { padding-left: 0;}
#pro-musthaves li {
	display: inline-block;
	width: 190px;
	margin: 20px 20px;
	vertical-align: top;
	padding-top: 80px;
}

#pro-musthaves li.capture-edit { background: url(/images/products/toast/v15/icon-capture-and-edit.png) no-repeat; background-size: 80%; background-position: top center; }
#pro-musthaves li.copy-convert { background: url(/images/products/toast/v15/icon-copy-and-convert.png) no-repeat; background-size: 80%; background-position: top center; }
#pro-musthaves li.burn-share { background: url(/images/products/toast/v15/icon-burn-and-share.png) no-repeat; background-size: 80%; background-position: top center; }
#pro-musthaves li.photo-editing-slideshow { background: url(/images/products/toast/v15/icon-photo-editing-and-slideshow.png) no-repeat; background-size: 80%; background-position: top center; }


.product.hero .feature-list-pro {
	color: #fff;
	font-weight: normal;
}

.product.hero {
	padding-bottom: 20px;
	margin-top: 10px;
}
.product.hero .product-box img {
	width: 100%;
}
.product-purchase .product-price {
	margin-right: 20px;
	float: left;
}
.purchase-module .product-price {
}
.product-purchase .product-price p.price, .purchase-module .product-price p.price {
	font-size: 200%;
}
.product-purchase .purchase-options {
	float: left;
}
.purchase-module .purchase-options {
}
.purchase-module .buy-options {
}
.product-purchase .buy-options a {
	float: left;
	margin: 0 10px 5px 0;
}
.purchase-options .buy-options a {
}
.purchase-module .buy-options .btn {
}
.product-options {
	padding-top: 25px;
}

.container.product.hero .product-options {
	background: rgba(0,0,0,.5);

	padding: 15px 0 15px 0;
	margin: 0;
}

.container.product.hero .product-options p {
	margin: 0;
	padding: 0;

}

.container.product.hero .product-options .product-purchase {

	margin-left: 25px;
	padding-right: 25px;
	margin-right: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(255,255,255,.3);	
}

.container.product.hero .product-options .product-purchase .product-price {
	float: left;
	padding-top: 2px;
}

.container.product.hero .product-options .product-purchase .product-price .price {
   padding: 0 !important;
}


.container.product.hero .product-options .product-purchase .buy-options {
	padding-top: 5px !important;
	float: left;

}

.container.product.hero .product-options .product-purchase .buy-options a {
	float: left;
	width: auto;
	margin: 0;	
	margin-right: 10px;
}

.container.product.hero .product-options .upgrade {

	padding-top: 15px;
	margin-left: 25px;	
}


.container.product.hero .product-options .upgrade p {
	float: left;
}

.container.product.hero .product-options .upgrade p.previous-version {
	float: left;
	padding-top: 7px;
	padding-right: 15px;
}

.container.product.hero .product-options .upgrade p a {
	float: left;
}


.title-product {
	width: 100%;
}
.title-product h1 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
}
.title-product h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 180%;
}
.title-product .new {
	font-weight: 700;
	font-style: italic;
}

.upgrade p.previous-version {
	padding-top: 8px;
	padding-right: 15px;
}
.buy-toast .prod-box {
	text-align: center;
}
.buy-toast .prod-box img {
	width: 80%;
	text-align: center;
}
.buy-toast .feature-list h3 {
	margin: 0;
	padding: 10px 0 0 0;
}
.buy-toast .feature-list h4 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 120%;
	line-height: 140%;
}
.buy-toast .buy-options .btn {
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 10px;
}
.overview-features {
	background: #eee;
	padding-top: 30px;
}
.overview-features img {
	width: 100%;
}
.overview-features h4 {
	line-height: 150%;
}
.overview-features .feature {
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
.feature .available {
	font-style: italic;
	color: #888;
}
.overview-features .feature:first-child {
	border-top: none;
}
.overview-features .feature:last-child {
	border-bottom: none;
}
.feature .label {
	position: absolute;
	top: 3.75em;
	left: .25em;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
}
.overview-categories {
	padding-top: 30px;
}
.row .show {
	text-align: center;
	padding-bottom: 15px;
}
.row .show img {
	width: 100%;
	opacity: 0.6;
	padding-top: 10px;
}
.row .show h4 {
	text-transform: uppercase;
}
.row .show h4, .row .show p {
	text-align: left;
}
.overview.titanium img, .overview.pro img {
	width: 100%;
}
.overview-capture, .overview-convert, .overview-copy, .overview-burn, .overview-share {
	padding-top: 50px;
	padding-bottom: 50px;
}
.overview.titanium .overview-content h2 {
	padding-top: 0;
	margin-top: 0;
}
.overview-aftershot, .overview-fotomagico, .overview-izotope, .overview-facefilter, .overview-blu-ray, .overview-blu-ray, .overview-hdr, .overview-art {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*Features*/
.title-category {
	text-align: center;
	background: url('/images/products/toast/v14/separator-shadow.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	padding-bottom: 30px;
}
.title-category h1 {
}
.title-category h2 {
}
.feature-img img {
	width: 100%;
	border: 1px solid rgba(0,0,0,.35);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.feature-info h4 {
	margin: 0;
	padding: 0 0 8px 0;
}
.feature-img .label {
	position: absolute;
	top: 1em;
	left: .25em;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
}
.label-new {
	background-color: #ff2700;
}
.label-new[href]:hover, .label-new[href]:focus {
	background-color: #c81f01;
}
.col-feature {
	padding-top: 20px;
	padding-bottom: 20px;
}

.col-feature .feature-info {
	padding-top: 20px;	
}

.more-photo-power .col-feature .feature-info {
	padding-top: 20px;
}

#toast-titanium .toast-pro, #toast-pro .toast-titanium {
	display: none;
}
.tab-feature h2.header {
	background: #333;
	color: #fff;
	font-size: 130%;
	padding: 10px 15px 10px 15px;
}
.tab-feature h2 .subheader {
	margin: 5px 0;
	font-size: 80%;
	font-style: italic;
}
.more-photo-power {
	background: #eee;
}
.additional-features {
	padding-top: 50px;
	padding-bottom: 50px;
}
.additional-features .af-img img {
	width: 100%;
}
/*Compare Chart */

.table-compare {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.table-compare img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.table-compare td img {
	text-align: center;
}
.table-compare th, td {
	border: 1px solid #efefef;
}
.table-compare td {
	padding: 5px;
	text-align: center;
}
.table-compare tr.trFeature:hover {
	background: rgba(0,0,0,.1);
}
td.rowFeature {
	text-align: left!important;
}
.table-compare th {
	text-align: center;
	padding: 0 15px 0 15px;
	margin: 0;
	vertical-align: baseline;
	border: 1px solid #333;
}
.table-compare th h1 {
	text-align: left;
	font-size: 120%;
}
thead th {
	background: #333;
	color: #fff;
}
.table-compare td:first-child {
	padding: 0 0 0 10px;
}
.table-compare .glyphicon-remove {
	color: #C03;
}
.table-compare .glyphicon-ok {
	color: #0C3
}
.table-compare .blank {
	border: none;
}
.table-compare .blank h1 {
	font-size: 150%;
	text-align: left;
}
.table-compare .box-prod-one {
	width: 15%;
}
.table-compare .box-prod-two {
	width: 15%;
}
.table-header .box-prod-one, .table-header .box-prod-two {
	background: none;
	border: none;
}
.table-compare tr:nth-child(even) {
	background: #f8f8f8;
}
.disclaimers {
	font-size: 80%;
	color: #888;
	padding-top: 15px;
	padding-bottom: 15px;
}

#upgrade-note {
	margin-top: 15px;
	padding: 15px 25px 15px 25px;
	background: rgba(102,139,165,.2);
}

#footer {
	border-top: 1px solid #e3e3e3;
}
footer {
	border-top: 1px solid #fff;
	padding-top: 15px;
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,0.99) 1%, rgba(239,239,239,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(1%, rgba(239,239,239,0.99)), color-stop(100%, rgba(239,239,239,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,0.99) 1%, rgba(239,239,239,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,0.99) 1%, rgba(239,239,239,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,0.99) 1%, rgba(239,239,239,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(239,239,239,0.99) 1%, rgba(239,239,239,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef', GradientType=0 ); /* IE6-9 */
}
#footer-content {
	border-top: none;
	background: none;
}
#footer-content .copy {
	padding-top: 15px;
}
 @media only screen and (max-width: 767px) {
#subnav {
	clear: both;
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ccc;
}
td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50% !important;
	text-align: left !important;
}
td.rowFeature {
	padding: 10px !important;
	background: rgba(0,0,0,.1);
}
td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: right;
}
/*
Label the data
*/
td:nth-of-type(1):before {
	content: "";
}
td:nth-of-type(2):before {
	content: "Toast 14";
}
td:nth-of-type(3):before {
	content: "Toast 14 Pro";
}
.table-header th.box-prod-one, .table-header th.box-prod-two {
	display: none;
}
}
 @media (min-width: 600px) {
.purchase-options {
	margin-top: 80px;
}
.row .show img {
	width: 80%;
	padding-top: 0;
}
.row .show {
	padding-bottom: 25px;
}
}
 @media (min-width: 768px) {
.hero-top {
	background-position: center top, center -450px;
}

.hero-top-product {
	background: url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat;
	background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, -moz-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.5)), color-stop(70%, rgba(0,0,0,0))), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,77,119,1)), color-stop(100%, rgba(0,77,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, -webkit-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, -o-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, -ms-linear-gradient(top, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%), url(/images/products/toast/v15/hero-top-product-bg.png) no-repeat, linear-gradient(to bottom, rgba(0,77,119,1) 60%, rgba(0,77,119,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */	
	background-position: center top, center -300px;
}

.hero-top-product .hero {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);	
}

.title-family {
	padding-bottom: 0;
}
.title-family h1 {
	font-size: 200%;
}
.title-family h2 {
	font-size: 150% !important;
}
.title-family h3 {
	font-size: 130% !important;
	margin-top: 10px;
}
.container.product.hero .product-options {
	background: rgba(0,0,0,.5);
	padding: 15px 0 15px 0;
	margin: 0;
}

.container.product.hero .product-options p {
	margin: 0;
	padding: 0;

}

.container.product.hero .product-options .product-purchase {

	margin-left: 25px;
	padding-right: 25px;
	margin-right: 25px;

}

.container.product.hero .product-options .product-purchase .product-price {
	float: left;
	padding-top: 2px;
}

.container.product.hero .product-options .product-purchase .product-price .price {
   padding: 0 !important;
}


.container.product.hero .product-options .product-purchase .buy-options {
	padding-top: 5px !important;
	float: left;

}

.container.product.hero .product-options .product-purchase .buy-options a {
	float: left;
	width: auto;
	margin: 0;	
	margin-right: 10px;	
}


.container.product.hero .product-options .upgrade {
	padding-right: 20px;
	padding-top: 10px;
}
.container.product.hero .product-options .upgrade p {
	float: left;
}

.container.product.hero .product-options .upgrade p.previous-version {
	float: left;
	padding-top: 7px;
	padding-right: 15px;
}

.container.product.hero .product-options .upgrade p a {
	float: left;
}
#product-nav #brand {
	height: auto;
	padding: 10px 0 10px 0 !important;
	margin: 0 !important;
}
#product-purchase .btn {
	display: block;
	padding: 5px 20px 5px 20px;
	margin-top: 4px;
	width: 120px;
}
#product-purchase p.price {
	display: block;
	font-size: 150%;
	padding-top: 5px !important;
	padding-right: 10px !important;
}
.purchase-options {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
}

.purchase-options p.list-price, .purchase-module p.list-price {
 margin: 0;
 padding: 0;
}

.purchase-options p.list-price span, .purchase-module p.list-price span {
	text-decoration: line-through;
}

.purchase-options p.price, .purchase-module p.price {
 margin: 0;
 padding: 0;
}

.upgrade {
	padding-top: 0;
}
.buy-toast .prod-box img {
	width: 100%;
}
.row .show img {
	margin-bottom: 10px;
}
.upgrade p.previous-version {
	padding-top: 0;
	padding-right: 0;
}
.overview-copy .overview-content, .overview-burn .overview-content {
	padding-top: 0px;
}
.title-category {
	padding-top: 20px;
	padding-bottom: 40px;
}
.title-category h1 {
	font-size: 350%;
}
.title-category h2 {
	font-size: 180%;
}
.overview-features .feature {
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: none;
	border-top: none;
}
.feature .label {
	top: 1.75em;
}
#footer-content .copy {
	padding-top: 5px;
}
}
@media (min-width: 992px) {
	
	
	
.title-family {
	padding-bottom: 0;
}
.title-family h1 {
	font-size: 280%;
}
.title-family h2 {
	font-size: 180% !important;
}
.container.product.hero .product-options {
	float: left;
	padding: 15px 0 15px 0;
	margin: 0;
    width: 100%;
}

.container.product.hero .product-options p {
	margin: 0;
	padding: 0;

}

.container.product.hero .product-options .product-purchase {
    float: none;
	margin-left: 25px;
	padding-right: 25px;
	margin-right: 25px;
	padding-bottom: 10px;
	border-right: none;
	border-bottom: 1px dotted rgba(255,255,255,.3);	
}

.container.product.hero .product-options .product-purchase .product-price {
	padding-top: 2px;
}

.container.product.hero .product-options .product-purchase .product-price .price {
   padding: 0;
}


.container.product.hero .product-options .product-purchase .buy-options {
	padding-top: 5px;

}

.container.product.hero .product-options .product-purchase .buy-options a {
	width: auto;
	margin: 0;
	margin-right: 10px;	
}


.container.product.hero .product-options .upgrade {
	padding-top: 15px;
	margin-left: 25px;	
}
.container.product.hero .product-options .upgrade p {
	float: left;
}

.container.product.hero .product-options .upgrade p.previous-version {
	float: left;
	padding-top: 7px;
	padding-right: 15px;
}

.container.product.hero .product-options .upgrade p a {
	float: left;
}

.overview-content {
	font-size: 130%;
}
.overview-capture .overview-content {
	padding-top: 20px;
}
.title-category {
	padding-bottom: 60px;
}
.col-feature .feature-info {
	padding-top: 0;	
}

}
@media (min-width: 1200px) {
.title-family {
	padding-bottom: 0;
}
.title-family h1 {
	font-size: 300%;
}
.title-family h2 {
	font-size: 200% !important;
}

.container.product.hero .product-options {
	float: left;
	padding: 15px 0 15px 0;
	margin: 0;
    width: 100%;
}

.container.product.hero .product-options p {
	margin: 0;
	padding: 0;

}

.container.product.hero .product-options .product-purchase {
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dotted #888;
	border-bottom: none;
	padding-bottom: 0;
}

.container.product.hero .product-options .product-purchase .product-price {
	padding-top: 2px;
}

.container.product.hero .product-options .product-purchase .product-price .price {
   padding: 0;
}


.container.product.hero .product-options .product-purchase .buy-options {
	padding-top: 5px;

}

.container.product.hero .product-options .product-purchase .buy-options a {
	width: auto;
	margin: 0;
	margin-right: 10px;	
}


.container.product.hero .product-options .upgrade {
	float: left;
	padding-right: 20px;
	padding-top: 3px;
	margin-left: 0;	
}

.container.product.hero .product-options .upgrade p.previous-version {
	padding-top: 7px;
	padding-right: 15px;
}


.purchase-options {
	margin-top: 80px;
}

.upgrade-center .purchase-options {
	margin-top: 50px;
}

.overview-capture .overview-content {
	padding-top: 40px;
}
.overview-convert .overview-content {
	padding-top: 20px;
}
.overview-copy .overview-content {
	padding-top: 10px;
}
.overview-art .overview-content {
	padding-top: 60px;
}
.overview-aftershot .overview-content {
	padding-top: 65px;
}
.overview-fotomagico .overview-content {
	padding-top: 120px;
}
.overview-izotope .overview-content {
	padding-top: 80px;
}
.overview-facefilter .overview-content {
	padding-top: 70px;
}
.overview-blu-ray .overview-content {
	padding-top: 80px;
}
.overview-hdr .overview-content {
	padding-top: 80px;
}
.title-category {
	padding-bottom: 70px;
}
}

.purchase-options .buy-options .btn.btn-wider {
    width: 170px;
}
#system-requirements .container { padding-top: 20px; }