/* Header */

body {
	font-family: 'ProximaNovaRegular', Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.headerContainer{
}

#header {
	background: white;
	height: 80px;
	border-bottom:1px solid rgb(200,200,200);
	box-shadow:0 1px 3px -2px #333;
	z-index: 1100;
	/* position: fixed; */
}

#header-logo { 
	float: left;
}

#header-logo {
/* 	background: url(../imgs/bg-header-sep.png) repeat-y; */
	background-position: right top;
	width: 176px;
	margin-top:10px;
	height: 39px;
}

#header .search-container {
	width: 350px;
	height: 30px;
	position: relative;
	margin-left: -20px;
	margin-top: -8px;
	border:1px solid #BCBCBC;
	border-radius:5px;
}

#header .search-container input.search_text {
	font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
	width: 315px;
	height: 22px;
	background: none;
	position: absolute;
	top: 3px;
	left: 25px;
	color: #5a5a5a;
	border: 0;
	font-size: 14px;
    line-height: 18px;
	padding:2px 4px;
}

#header .search-container input.search_submit {
	border: 0;
	background: url('../imgs/spyglass.png') no-repeat;
	background-size:cover !important;
	float:left;
	width: 12px;
	height: 12px;
	margin-top: 9px;
	margin-left: 10px;
	opacity:0.5;
	cursor: pointer;
}
/* bootstrap fix */
input.search_text, input.search_submit {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
#header a {
	color: #666;
	padding-top: 3px;
}

#header a:hover {
	color: #000;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.header-nav-cart {
	background: url(../imgs/cart.png) no-repeat;
	height: 30px;
	width:26px;
	display: block;
	padding-left:14px;
	font-family:'ProximaNovaBold';
	padding-top: 0;
	margin-top: -4px;
	margin-left:20px;
}

#headnav {
    float: right;
    margin-top:10px;
    width:720px;
    display:inline-block;
}

.headnav-right {
    float: right !important;
}
.headnav-right li {
    list-style-type: none !important;
}

#headnav li {
	float: left;
	margin-top: 22px;
	margin-right: 0;
}

#headnav .headnav-author {
	margin-right: 24px;
}

#headnav .or {
	font-family:'ProximaNovaRegular', serif;
	font-style: italic;
	margin-left: 0;
	margin-right:0;
	color: #999;
}

#headnav .headnav-books {
    font-family:'ProximaNovaRegular';
    font-size:16px;
    margin-left: 8px;
    color:#555;
}


.topnav_book_link {
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.extra-margin{
	margin-right:15px;
}

#headnav .login,
#headnav .loginelse {
	margin-right: 7px
}

/* Main Text Styles */

.alert-message {
	margin-top:  10px !important;
	margin-bottom:  10px !important;
}
.alert-message{position:relative;padding:7px 15px;margin-bottom:18px;color:#404040;background-color:#eedc94;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image:-moz-linear-gradient(top, #fceec1, #eedc94);background-image:-ms-linear-gradient(top, #fceec1, #eedc94);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);background-image:-o-linear-gradient(top, #fceec1, #eedc94);background-image:linear-gradient(top, #fceec1, #eedc94);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#eedc94 #eedc94 #e4c652;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);}.alert-message .close{*margin-top:3px;}

h1 {
	margin-top: 15px;
	font-family: "MuseoSans500", sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	color: #636363;
	margin-bottom: 20px;
}

.content-main h1 {
	margin-bottom: 0.5em;
}

.content-main strong, 
.content-main b {
	font-family: 'ProximaNovaBold';
	font-weight: normal;
}

.content-main-product-title h1 {
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: 'MuseoSans300', sans-serif;
	color: #333;
	font-size: 20px;
	line-height:28px;
	clear: both;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 small {
	font-size: 0.8em;
	font-family: 'ProximaNovaRegular';
	color: #777;
}

h3 {
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 18px;
	color: #5a5a5a;
/*	margin-bottom: 1em; */
	font-weight: normal;
}

h5 {
	font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 18px;
}

h6 {
	font-family: ProximaNovaBold, sans-serif;
	color: #333;
	font-size: 16.5px;
}

p {
	font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p strong,
p b {
	font-weight: normal;
	font-family: 'ProximaNovaBold', sans-serif;
}

li {
	font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #333;
}

.job-tab-content li {
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
}

a {
	color: #067897;
}

ul.list {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 17px;
}

ul.list li {
	font-size: 16px;
}

hr.styled {
	background-color: #D9D9D9;
}

a:hover {
	color: #29C7E8;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

/* Table Styles */

div.article-container table {
  text-align: center;
  border-color: gray;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 5px;
}


div.article-container table td {
  border-color: gray;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  text-align: center;
  padding: 5px;
}

/* Global Columns */

.content-main-full {
	margin-right: 0;
	width: 100%;
	clear: both;
	padding-right: 0;
}

/* Static Platform */

.container-banner {
	background: #29C9EA;
	padding: 25px 0;
}

	.container-banner-interior h1{
		margin:0;
	}

.container-banner h1 {
	color: #fff;
	text-shadow: 1px 1px 3px #09a9ca;
	letter-spacing: -1px;
	margin: 0;
}

.container-banner-interior {
	width: 960px;
	margin: 0 auto 0 auto;
}


.container-static-platform h2 small {
    margin-top: -25px;
    color: #09a9ca;
    font-family: 'ProximaNovaRegular', sans-serif;
}

.container-static-platform h3 {
	color: #09a9ca;
	font-family: 'ProximaNovaBold', sans-serif;
}

.container-static-platform p {
	line-height: 1.6em;
	color: #888;
}

.container-static-platform .row{
	margin-left:0;
}

.container-static-platform .row .span6{
	width:322px;
}

.sidebar-section-interior p{
	text-align:left;
	margin-bottom:0;
}

.sidebar-section-interior .btn-large{
	margin-top:15px;
}

.sidebar-section-blue {
	background: #29c9ea !important;
}

.sidebar-section-blue h4 {
	border-bottom: none !important;
	color: #fff !important;
	font-size: 24px !important;
	padding-bottom: 20px;
}

.sidebar-section-blue .sidebar-section-interior {
	padding: 20px;
}

.sidebar-section-blue p {
	color: #fff !important;
}

.container-static-platform h3:first-child {
	border-top: none;
}

.static-grad-left {
	background: url(../imgs/bg-left-border-grad.png) no-repeat;
}

.static-grad-left-interior {
	padding-left: 20px;
}

.static-grad-left h3 {
	text-align: center;
	padding-right: 16px;
}

.static-platform-marketing {
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 25px;
	margin-top:-10px !important;
}

.static-platform-marketing h6 {
	text-transform: uppercase;
	font-size: 14px;
	color: #ccc;
	padding-bottom: 19px;
}

/* Book Product Page */

#mc_embed_signup {
	display: none; /* hide mailchimp email forms per matt */
}

.product-social {
	clear: both;
}

.product-social ul {
	list-style-type: none;
	clear: both;
}

.product-social li {
	float: left;
	padding-right: 10px;
	margin-bottom: 8px;
}

.author-detail-container {
	padding-bottom: 14px;
}

.author-detail {
	font-size: 16px;
	color: #777;
	margin-left:5px;
}

.author-detail img {
	position: relative;
	top: 12px;
	margin-right: 4px;
}

.content-main-product-images {
	width: 300px;
	float: left;
}

.content-main-product-title {
	margin-bottom: 25px;
}

.content-main-product-detail {
	/* width: 320px;
	float: left;
	margin-right: 20px; */
}

.product-social {
	padding: 6px 0;
}

.book-hero {
	position: relative;
	height: 324px;
	width: 242px;
	margin:0 0 10px 5px;
	background-size:cover !important;
	-webkit-box-shadow:0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
	box-shadow:0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
}

.book-preview-container img,
.book-preview-container a {
	width: 65px;
	height: 87px;
}

.book-preview-container li {
	float: left;
	margin-right: 10px;	
}

.book1 {
	width: 242px;
	margin-right:43px;
	float: left;
}

.book2 {
	margin-left: 0;
	width: 340px;
	float: left;
}

/* Product Excerpt */

.product-excerpt {
	padding: 10px;
	margin-right: 15px;
	background: #DFF9FF;
	border: 1px solid #bFd9dF;
	margin-bottom: 15px;
	border-radius: 6px;
}

.product-excerpt p {
	color: #4a4a4a;
	margin-bottom: 0;
	font-family: 'ProximaNovaBold', sans-serif;
}

/* Related */

.related-articles ul li {
	float: left;
	width: 120px;
	padding: 10px;
	margin-right: 5px;
	line-height: 1em;
}

/* Sidebar, Section */

.sidebar-section {
  background-color: #fbfbf9;
  margin-bottom: 20px;
  padding: 0;
  min-height: 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5) !important;
  box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5) !important;
}

.main-section {
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 20px;
}

.sidebar-section h5,
.main-section h5 {
	text-align:left;
	border-bottom: 1px solid #f0f0f0;
	padding: 11px 15px;
}

.sidebar-section h5 small,
.main-section h5 small {
	color: #999;
	font-family: 'ProximaNovaBold', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 4px;
}

/* Sidebar Section > Contact, Promise (Cart / Checkout) */

.sidebar-section-promise,
.sidebar-section-contact {
	width: 218px;
}

.sidebar-section-promise p,
.sidebar-section-contact p {
	font-size: 0.8em;
}

.sidebar-section-contact {
	margin-top: 3px;
}

/* Sidebar Section > Featured */

.sidebar-section-authors {
	width: 217px;
}

.featured-book {
	padding: 15px;
	clear: both;
}

.featured-book img {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

.featured-book h6 {
	float: left;
	width: 112px;
	line-height: 1.2em;
	font-size: 15px;
	color: #067897;
}

.featured-book img:last-child {
	padding-bottom: 20px;
}

.featured-book h6:hover {
	color: #06BBFF;
}

/* Sidebar Section > TOC */

.sidebar-section-toc {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidebar-section-toc ul {
	list-style-type: none;
}

.sidebar-section-toc li {
	font-family: 'ProximaNovaBold', sans-serif;
	font-size: 15px;
	/* background: url(../imgs/icn-grey-plus.png) no-repeat; */
	padding-left: 30px;
	padding-bottom: 8px;
	margin: 0;
	padding-top: 8px;
	padding-right: 10px;
}

.sidebar-section-toc li {
	background: url(../imgs/icn-grey-plus.png) no-repeat;
		background-position: 10px 10px;
}

.sidebar-section-toc li.collapsed {
	/* background: url(../imgs/icn-grey-minus.png) no-repeat; */
	background-position: 10px 10px;

}

.book-preview{
	margin-top:30px;
}

.sidebar-section-toc li.collapsed li {
	display: none;
}

.sidebar-section-toc li li {
	font-family: 'ProximaNovaRegular', sans-serif;
	padding: 0;
	margin: 0;
	background: none;
}

.sidebar-section-toc li li {
	padding-left: 20px;
	margin-top: 5px;
}

.sidebar-section-toc li li.viewable {
	background: url(../imgs/icn-tiny-eye.png) no-repeat;
	background-position: left 5px;
}

/* Sidebar Section > Pricing */

.sidebar-section-pricing p {
	color: #666;
	font-size: 13px;
	margin-bottom: 0;
}

.sidebar-section-pricing p span:first-child {
	color: #999;
	display: inline-block;
	width: 60px;
}

.sidebar-section-pricing-price .price {
	font-size: 22px;
	font-family: 'ProximaNovaBold', sans-serif;
	color: #333;
}

.sidebar-section-pricing-specs p {
	line-height: 2em;
}

.sidebar-section-pricing > div {
	border-bottom: 1px solid #f0f0f0;
	padding: 12px;
}

.sidebar-section-pricing > div:last-child {
	padding-bottom: 6px !important;
	border-bottom: 0;
}

.sidebar-section-pricing-formats {
	height: 50px;
	padding: 5px 10px;
}

.sidebar-section-pricing-formats ul {
	list-style-type: none;
	margin-top: 5px;
	padding:5px;
}

.sidebar-section-pricing-formats li {
	float: left;
	font-size: 13px;
	padding-right: 12px;
	padding-left: 20px;
	min-height: 24px;
}

/* Sidebar > Author */

.sidebar-section-author {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidebar-section-author p {
	margin-bottom: 0;
	font-size: 14px;
}

.sidebar-section-author img {
	margin-left: 10px;
}

.sidebar-section-interior {
	padding: 15px;
}

/* Sidebar > Reviews */

.sidebar-section-reviews p{

}

.review-container .stars-static {
	margin-bottom: 10px;
}

.review-container h6 {
	color: #333;
	margin-bottom: 5px;
}

.review-container p {
    font-size: 14px;
}

.review-container p span {
    color: #444;
}

.review-noreviews p {
    margin-bottom: 0;
}

/* Sidebar > Bonus Content */

.sidebar-section-bonus {
    margin-top: 20px;
}

/* Horiz Buy Now */

.horiz-buynow {
	margin-top: 30px;
	border-radius: 6px;
	padding: 15px;
	font-size: 13px;
	background:white;
	-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	color: #666;
}

.horiz-buynow p {
	margin-bottom: 0;
}

.horiz-buynow-price span {
	font-size: 23px;
	color: #333;
}

.horiz-buynow-price {
	width:440px;
	padding-bottom: 8px;
	display:inline-block;
	min-height:85px;
}

.horiz-buynow-features {
	padding-top: 10px;
	padding-bottom: 14px;
	border-top:1px solid #ccc;
}

.horiz-buynow-features li {
	float: left;
	padding-left: 27px;
	margin-right: 15px;
}

.horiz-buynow-btns{
	width:152px;
}

.horiz-buynow-price-productpage{
	width:auto !important;
	display:block;
	min-height:0 !important;
	padding-bottom:20px;
}

.horiz-buynow-features li:nth-child(2) { padding-left: 20px; }
.horiz-buynow-features li:nth-child(3) { padding-left: 32px; }

.horiz-buynow {
	position: relative;
}

.sidebar-section-pricing-specs .book_cover{
	margin:15px auto;
	display:block;
}

.horiz-buynow .btn {
	width:152px;
	height: 24px;
	padding: 0;
	margin: 0;
	padding-top: 6px;
	font-size: 15px;
	float:right;
	margin-bottom:10px;
}

.horiz-buynow .btn2 {
	width:152px;
	height: 24px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-top: 6px;
	font-size: 15px;
	float:right;
}

.horiz-buynow .btn3 {
	position: absolute;
	right: 15px;
	top: 83px;
	width: 152px;
	height: 24px;
	padding: 0;
	margin: 0;
	margin-top: -3px;
	padding-top: 6px;
	font-size: 15px;
}

/* Home */

.flash-msg-bubble {
    margin-top: -10px;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    display: block;
    background: #f3f3f3;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.flash-msg-bubble p {
	margin-bottom: 0;
}

/* Home > Masthead Platform Banner */

#home-masthead-platform {
	height: 85px;
	background: #575757;
	margin-top: -22px;
	color: #fff;
}

#home-masthead-platform h3 {
	font-size: 22px;
	color: #eee;
	padding-top: 32px;
	font-family: "MuseoSans500", sans-serif;
	text-align: center;
}

#home-masthead-platform h3 a {
	color: #26C9FC;
	padding-left: 9px;
}

#home-masthead-platform h3 a:hover {
	color: #46e9fc;
}

/* Home > Carousel */

#home-carousel-container {
	z-index: 50;
	width: 100%;
	height: 420px;
	position: relative;
}

#home-carousel {
	height: 420px;
	margin: 0 auto 0 auto;
	width: 940px;
	position: relative;
}

#home-carousel .slides_container {
	width: 940px;
	height: 420px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#home-carousel .slides_container div {
	width: 1080px;
	height: 420px;
	display: block;
	border-radius: 6px;
}

#home-carousel .slides_container div a {
	display: block;
	width: 940px;
	height: 420px;
}

#home-carousel .prev,
#home-carousel .next {
	background: url(../imgs/btn_updated_left.png) no-repeat;
	display: block;
	border: 0;
	width: 38px;
	height: 79px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}

#home-carousel .prev {
	position: absolute;
	top: 158px;
	left: -42px;
}

#home-carousel .next {
	position: absolute;
	top: 158px;
	right: -63px;
	background: url(../imgs/btn_updated_right.png) no-repeat;
	/* background-position: left bottom; */
}

#home-carousel .pagination2 {
	z-index: 9999;
	position: absolute;
	bottom: 2px;	
	left: 510px;
}

#home-carousel .pagination2 li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#home-carousel .pagination2 li a {
	background: url(../imgs/sprite_carousel.png) no-repeat;
	background-position: right top;
	width: 9px;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

#home-carousel .pagination2 li.current a {
	background-position: left top;
}

/*
#home-carousel .prev:hover { background-position: right 0px; }
#home-carousel .next:hover { background-position: right bottom; }
*/

/* Home > Press Logo Bar */

.press-logo-bar {
	display:inline-block;
}

.press-logo-bar-nopadding {
        padding-bottom: 0px;
}


.press-logo-bar a {
	display: block;
	text-indent: -9999px;
	width: 933px;
	height: 78px;
	position: relative;
	background: url(../imgs/hyperink_press_sprite_v2.png) no-repeat;
}

/*
.press-logo-bar a:hover {
	background-position: left -200px;
}
*/

.press-logo-bar a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 933px;
	height: 78px;
	background: url(../imgs/hyperink_press_sprite_v2.png) no-repeat;
	background-position: left -196px;
	        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition:    opacity 0.5s;
        -o-transition:      opacity 0.5s;
}

.press-logo-bar a:hover span {
	opacity: 1;
}


/* Home > Category Listing */

.category-listing {
	background-color: #fbfbf9;
	margin-bottom: 20px;
	padding: 0 0 0 2px;
	min-height: 20px;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	clear: both;
}

.category-listing h3 {
	color: #666;
	font-size: 18px;
	padding: 13px 13px;
	padding-bottom: 0;
}

.category-listing .category-container {
	width: 210px;
	min-height: 260px;
	float: left;
	box-shadow: 0px 0px 7px #e0e0e0;
	margin-left: 16px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 20px;
}

.category-container h4 {
	border-bottom: 1px solid #eee
	font-size: 15px;
	padding: 10px;
	display: inline-block;
	color: #444;
}

.category-container h4 a {
	color: #444;
	font-size: 15px;
	padding: 10px;
	display: inline-block;
	background: url(../imgs/bg-headline-arr.png) no-repeat;
	background-position: right 13px;
	padding-right: 17px;
}

.category-container ul {
	list-style-image: url(../imgs/bullet-grey-7x7.png);
	margin-left: 24px;
	margin-top: 10px;
}

.category-container li {
	font-size: 13px;
	width: 170px;
}

.category-container li a {
	color: #067897;
	text-decoration: underline;
}



.category-container li a:hover {
	color: #06bbff;
	text-decoration: underline;
}

/* About > Team */

.container-team h3,
.container-about h3 {
	margin-top: 25px;
	font-size: 18px;
	color: #19B7D8;
	font-family: "MuseoSans500", sans-serif;
	margin-bottom: 0.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.container-team h3 small {
	font-family: 'ProximaNovaRegular', sans-serif;
	color: #999;
	text-transform: lowercase;
	font-size: 0.8em;
}

.team-member p.quote {
	margin-top: 5px;
	color: #666;
	margin-left: 28px !important;
}

.team-member p span {
	font-size: 50px;
	color: #bbb;
	float: left;
	position: absolute;
	margin-left: -22px;
	/* display: none; */
}

/* About > Jobs */

.job-tab-content {
	color: #777;
	padding: 20px;
	box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5) !important;
	border-radius: 4px;
	background:white;
	margin-top: -15px;
	margin-bottom: 30px;
}

/* About > Press */

.press-coverage {
	width: 260px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 45px;
}

.press-coverage h3 {
	font-size: 24px;
	color: #09a9ca;
	line-height: 1.4em;
}

.press-coverage h3 small {
	color: #7a7a7a;
	font-size: 16px;
	clear: both;
	display: block;
	margin-top: 15px;
	font-family: 'ProximaNovaRegular';
}

.press-coverage img {
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

.press-coverage a:hover h3 {
	color: #0989aa;
}

.press-coverage a:hover h3 small {
	color: #5a5a5a;
}

.press-kit h2,
.media-contact h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #5a5a5a;
	font-family: 'MuseoSans500', sans-serif;
	border-bottom: 0;
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
	/* color: #0989aa; */
	text-indent: 3px;
	color: #aaa;
	margin-top: 20px;
}

.press-kit-container a {
	display: block;
	width: 180px;
	float: left;
	margin-top: 15px;
	color: #888;
	font-size: 13px;
	text-align: center;
	line-height: 1.4em;
	margin-left: 6px;
	margin-right: 6px;
		-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.press-kit-container a img {
	padding: 1px;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	margin-bottom: 5px;
}

.press-kit-container a:hover img {
	border: 1px solid #ccc;
}

.press-kit-container a:hover {
	color: #444;
}

/* Shopping Cart and Checkout */

.shopping-cart {
	width: 700px;
	margin-top: 5px;
	background-color:white;
	border-radius:0 0 8px 8px;
}

.shopping-cart thead td {
	background: #8DE3F5;
	padding: 8px;
	border-bottom: 1px solid #40CEEC;
}

.shopping-cart tbody td {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.download-ebook {
	position: absolute;
	top: 95px;
	left: 0px;
}

td.shopping-cart-with-download {
	padding-bottom: 48px;
	height: 130px;
}

.shopping-cart-with-download-interior {
	display: block;
	position: relative;
}

.shopping-cart-title {
	font-size: 17px;
}

.shopping-cart-remove {
	font-size: 13px;
	color: #977;
	background: url(../imgs/icn-delete-sprite.png) no-repeat;
	padding-left: 11px;
	background-position: left 5px;
}

.shopping-cart-remove:hover {
	color: #733;
	background-position: left -95px;
}

.shopping-cart-authors {
	display: inline-block;
	color: #999;
	padding-top: 5px;
	font-size: 14px;
	padding-bottom: 8px;
}

.shopping-cart-price {
	position: relative;
	top: -30px;
}

.shopping-cart tfoot td {
	text-align: right;
	font-family: 'ProximaNovaBold', sans-serif;
	color: #888;
	font-size: 18px;
	padding: 10px;
}

.shopping-cart-links {
	margin-top: 25px;
	position: relative;
}

.shopping-cart-links .shopping-cart-buy {
	position: absolute;
	right: 0;
	top: 0;
}

img.shopping-cart-image {
	width: 60px;
	height: 76px;
	float: left;
}

.shopping-cart-detail {
	float: left;
	width: 450px;
	padding-left: 14px;
}

.form-row {
	clear: both;
	margin-top: 15px;
}

.form-row-ccs {
	padding-left: 157px;
}

.expiry-wrapper {
	display: inline;
}

.form-headline {
	margin-top: 10px;
	margin-left:55px;
	color: #333;	
}

.form-row label {
	padding-right: 10px;
	display: inline-block;
	width: 140px;
	color: #888;
	font-size: 13px;
	text-align: right;
}

label.error {
	color: #b00;
}

.payment-errors {
	color: #b00;
}


#radioToggle img{
	display:inline-block;
	vertical-align: middle;
	margin-left:10px;
}

#radioToggle input:first-child{
	margin-right:10px;
}

#paypalPaymentToggle{
	display:none;
	padding-bottom:30px;
	margin-top:-30px;
}

#toggleCreditCardOption{
	padding-top:20px;
	display:block;
}

#error-inside-pp{
	color:red;
	font-size:14px;
	padding-left:155px;
}

.form-row-switched input[type=radio] {
	margin-left: 124px;
}

.form-row-switched input[type=text] {
	
}

.form-row-switched label {
	padding: 0;
	padding-left: 10px;
	width: 312px;
	text-align: left;
}

.checkout-progress {
	clear: both;
	width: 698px;
	display: block;
	position: relative;
	height: 63px;
	margin-bottom:10px;
}

.checkout-progress ul {
	list-style-type: none;
}

.checkout-progress li {
	font-size: 19px;
	float: left;
	font-family: "MuseoSans500", sans-serif;
	width: 349px;
    text-align: center;
}
/*
.checkout-progress li:first-child {
    text-align: left;
}
.checkout-progress li:last-child {
    text-align: right;
}
*/
.checkout-progress-line {
	background: url(../imgs/hr-progress.png) repeat-x;
	height: 1px;
	width: 698px;
	position: absolute;
	top: 38px;
}

.checkout-progress-line-1,
.checkout-progress-line-2 {
	background: url(../imgs/bg-prog-bullet-sprite.png) no-repeat;
	width: 12px;
	height: 13px;
	background-position: left -100px;
}

.checkout-progress-current {
	background-position: left 0 !important;
}
.checkout-progress-line-1 {
	position: absolute;
	top: 33px;
	left: 170px;
}

.checkout-progress-line-2 {
    position: absolute;
    top: 33px;
    right: 170px;
}

td.shopping-cart-with-download {
	padding-bottom: 48px;
}

/* Journalist */

#journalist-tabs p {
	font-size: 0.9em;
	background: #fbfbf9;
	border: 1px solid #ddd;
	padding: 15px;
	padding-top: 15px;
	position: relative;
	top: -21px;
	border-radius: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/* Checkout Success / Receipt */

.checkout-success-banner {
	background: #BEEDF7;
	padding: 10px;
	border-radius: 6px;
	background: url(../imgs/icn-big-check.png) no-repeat 0 16px;
	background-size:25px;
	margin-bottom: 15px;
}

.checkout-success-banner p {
	margin-bottom: 0;
	font-size: 14px;
	padding-left: 25px;
}

/* E-mail Banner */

.email-banner {
	background-color: #fbfbf9;
	margin-bottom: 20px;
	padding: 0;
	min-height: 20px;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-left: 20px;
	width: 899px;
	padding: 20px;
	margin-top: 20px;	
}

.email-banner-input-container-left {
	background: url(../imgs/bg-input-cut-right.png) no-repeat;
	width: 220px;
	margin-right: -10px;
	height: 41px;
        font-size: 13px;
}

.email-banner-input-container input {
	width: 190px;
	height: 41px;
	border: 0;
	background: none;
	font-size: 18px;
	font-family: 'ProximaNovaRegular', sans-serif;
	padding: 0px 10px;
	color: #5a5a5a;
}

.signup-btn {
    width: 90px !important;
    margin: 0px 10px;
}

/* Home > Bookspin */

#home-bookspin {
	background-color: #fbfbf9;
	margin-bottom: 0px;
	padding: 0;
	min-height: 20px;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-left: 20px;
	width: 899px;
	padding: 20px;
	margin-top: 20px;	
}

#home-bookspin .book {
	width: 280px;
	/* margin-right: 8px; */
	float: left;
	margin-left: 16px;
}

#home-bookspin .book a {
	display: block;
	height: 84px;
}

#home-bookspin .book img {
	float: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
}

#home-bookspin .book h5 {
	float: left;
	width: 140px;
	padding-left: 13px;
	color: #067897;
	font-family: 'ProximaNovaBold', sans-serif;
}

#home-bookspin .book h5 small {
	font-family: 'ProximaNovaRegular';
	padding-top: 8px;
	font-size: 0.8em;
	clear: both;
	color: #888;
	display: block
}

#home-bookspin .book a:hover h5 {
	color: #3af;
}

#home-bookspin .book a:hover h5 small {
	color: #555;
}

#home-bookspin .book a:hover img {
	border: 1px solid #777;
}

/* Why Hyperink / 3-column promotional */

.promo-3 {
	background: #f7f7f7;
	clear: both;
	border-radius: 6px;
	margin-top: 20px;
	box-shadow: 0px 0px 7px #e0e0e0;

}

.promo-3 h3 {
	font-size: 17px;
	color: #666;
	padding: 13px 20px;
	padding-bottom: 0;
}

.promo-container {
	float: left;
	border-radius: 6px;
	margin-bottom: 20px;
	/*background: #f1f1f1;
	box-shadow: 0px 0px 7px #f1f1f1;*/
	background: #fff;
	box-shadow: 0px 0px 7px #e0e0e0;
}

/*
.promo-container:hover {
	background: #fff;
	box-shadow: 0px 0px 7px #e0e0e0;
}
*/

.promo-3 .promo-container {
	width: 210px;
	margin-left: 18px;
}

.promo-container h4 {
	font-size: 17px;
	font-family: 'ProximaNovaBold', sans-serif;
	color: #333;
	padding: 10px 10px;
}

.promo-3 .promo-container h4 {
	text-align: center;
}

.promo-container p {
	color: #999;
	font-size: 13px;
	padding-left: 14px;
	padding-right: 14px;
}

.promo-container .img {
	border-radius: 3px;
}

.promo-3 .promo-container .img {
	width: 184px;
	height: 74px;
	margin-left: 13px;
	margin-bottom: 11px;
}

/* Mastfoot / Footer */

#mastfoot,
#footer {
	border-top:1px solid rgb(200,200,200);
	position: relative;
}

#mastfoot {
	margin-top: 30px;
	background: white;
}

#mastfoot .container {
	padding: 15px;
}

.mastfoot-contact p {
	color: #fff;
	text-align: right;
	font-family: 'ProximaNovaBold', sans-serif;
	padding-top: 17px;
	font-size: 20px;
	padding-right: 15px;
	text-shadow: 1px 1px 2px #1E94AD;
}

.mastfoot-contact a {
	color: #fff;
	font-size: 20px;
	margin-right: 25px;
	display: inline-block;
}

.mastfoot-contact a:hover {
	color: #f0f0f0;
}

#footer {
	padding: 20px 0 5px 0;
	background: white;
	box-shadow:0 -1px 10px -5px #999;
}

#footer .row {
	padding-top: 25px;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	margin: 0;
	padding: 0;
}

#footer .parent {
	font-family: 'ProximaNovaBold', sans-serif;
	margin-bottom: 10px;
}

#footer li a, #footer li{
	font-family:"MuseoSans100", sans-serif;
	font-size:18px;
	color:#666;
}

.footer-legal {
	padding-top: 10px;
}

.footer-legal p {
	font-size: 12px;
	text-align: center;
	color: #ababab;
}

.footer-legal a {
	color: #ababab;
}

.footer-legal a:hover {
	color: #888;
}

#footer .tweet div {
	display: block;
	font-size: 14px;
	color: #111;
	margin-bottom: 8px;
	background: url(../imgs/icn-tweet.png) no-repeat;
	padding-left: 38px;
}

#footer .tweet div span {
	font-size: 18px;
	display: inline;
}

#footer .twitter-follow-button {
	position: absolute;
	right: 0;
	text-align: right;
}

#footer .parent-twitter {
	position: relative;
}

/* Table of Contents */

.toc {
	list-style-type: decimal;
	list-style-position: inside;
}

.toc-desc {
	display: block;
	font-size: 14px;
	font-family: 'ProximaNovaRegular', sans-serif;
	color: #585858;
	padding-top: 8px;
}

.toc li {
	margin: 0.5em 0;
}

.toc ul li {
	margin-left: 15px;
}

.toc ul li a {
	background: url(../imgs/icn-tiny-eye-dark.png) no-repeat;
	background-position: left 5px;
	padding-left: 26px;
	display: block;
}

.toc ul small {
	font-size: 13px;
	display: block;
}

/* Checklists */

.checklist-large {
	list-style-type: none;
}

.checklist-large li {
	background: url(../imgs/icn-checkmark-green.png) no-repeat;
	padding-left: 27px;
	min-height: 24px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.checklist-small {
	list-style-type: none;	
}

.checklist-small li {
	background: url(../imgs/icn-checkmark-grey.png) no-repeat;
	background-position: left 1px;
	padding-left: 24px;
	min-height: 24px;
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 14px;
}

/* Buttons */

a.btn-sidebar-buy {
	height: 27px;
	padding-top: 12px;
	display: block;
	text-align: center;
	font-family: ProximaNovaBold;
	font-size: 17px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
	.shopping-cart-links a.btn-sidebar-buy {
		display:inline-block;
	}

a.btn-large-add-cart {
	text-indent: -9999px;
	background: url(../imgs/btn-buy-now-text-sprite.png) no-repeat;
}

a.btn-large:hover {
	background-position: left -115px;
}

a.btn-large:active {
	background-position: left -230px;
}

.btn-checkout {
	margin-left: 155px;
	margin-top: 14px;
}

/* Articles */

.article-container {
	padding-right: 20px;
}

/* Image Treatments */

.author-image {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	width: 25px;
}

a .author-image:hover {
	border: 1px solid #aaa;
}

.image-float-right {
	float: right;
	margin-bottom: 8px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
}

/* Review Stars */

.stars-static {
	background: url(../imgs/icn-star-sprite.png) no-repeat;
	width: 88px;
	height: 16px;
	text-indent: -9999px
}

.stars-static-0 { background-position: left top;    }
.stars-static-1 { background-position: left -20px;  }
.stars-static-2 { background-position: left -40px;  }
.stars-static-3 { background-position: left -60px;  }
.stars-static-4 { background-position: left -80px;  }
.stars-static-5 { background-position: left -100px; }

/* Book Previews */

.preview-expand {
	position: relative;
}

.preview-expand span {
	text-indent: -9999px;
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -3px;
	right: -3px;
	background: url(../imgs/icn-mag-blue.png) no-repeat;
}

.fullwidth {
    width: 100%;
}

.breadcrumbs {
    padding: 2px 1px;
    margin-top: 30px;
    margin-bottom: 0px;
}

/* Overrides */

.fix-article-text a {
	color: #000;
}

.center {
    text-align: center;
}

.fix{
	border:1px solid rgb(220,220,220) !important;
}
	.fix:hover{
	  background:#999;
	  background-color: #f5f5f5 !important;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
	  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6) !important;
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
	  background-image: linear-gradient(top, #ffffff, #e6e6e6) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	}

#home-masthead-platform .container h3{
	padding:33px 0 0 0 !important;
	margin-right:15px;
}

#home-masthead-platform .container .btn{
	padding: 7px 20px 5px 20px !important;
	line-height:22px;
	color: #fff;
	font-size: 20px;
	display:inline-block;
	font-family: 'MuseoSans500', sans-serif;
	margin-top:-7px;
}

#home-bookspin h3{
	padding: 0 0 10px 15px;
}

.category-listing h3{
	padding: 15px 0 10px 20px;
}

#content{
	background:url('../imgs/bg.png');
}

#content .container .row .centerFix{
	text-align:center;
}

#content .container .row #auth-container{
	margin-left:0 !important;
	margin-top:50px;
	margin-bottom:25px;
	background-color:white;
	padding:20px;
}
	#content .container .row #auth-container .align_center{
	    margin-bottom:15px;
	}

#auth-container {
    margin-left: 240px;
}

.floatRight, .floatLeft{
	display:inline-block;
	float:right;
}
	.floatLeft{
		float:left;
	}

	.promo_body{
		width:600px;
		height:380px;
		padding-top:20px;
	}

		.promo_body .headline{
			font-family:'MuseoSans500', sans-serif;
			font-size:40px;
			line-height:50px;
		}

		.promo_body .copy{
			font-family:'MuseoSans500', sans-serif;
			font-size:20px;
			margin-top:15px;
            margin-left: 40px;
			color:#777;
		}

	.promo_bio{
		display:block;
		background: rgb(240,240,240) url('../imgs/furley_bg.png');
		box-shadow:0 1px 4px -1px #999;
		height:160px;
		margin-top:10px;
		border-radius:5px;
	}

		.promo_bio .photo{
			width:103px;
			height:140px;
			display:inline-block;
			float:right;
			margin:10px 10px 0 0;
			background:url('../imgs/jasonshen.png') no-repeat -1px -1px;
			background-size:cover !important;
		}

		.promo_bio .biography{
			text-align:justify;
			margin:12px 0 0 15px;
			width:790px;
			display:inline-block;
			float:left;
			font-size:18px;
			line-height:27px;
			color:#777;
		}

/* bootstrap btn */

.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.preview_btn{
	font-size:16px;
	-webkit-box-shadow:inset 0 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 8px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset 0 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 8px -2px rgba(0, 0, 0, 0.5);
	box-shadow:inset 0 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 8px -2px rgba(0, 0, 0, 0.5);
}



/* EOF */

.container{
	padding-bottom:30px;
}

.container h1{
	margin:35px auto 10px 15px;
	font-family:'MuseoSans300', sans-serif;
}

.floatRight{
	display:inline-block;
	float:right;
}

.txtAlignRight{
	text-align:right !important;
}

.copy_holder{
	height:420px;
	width:482px;
	margin-left:15px;
	display:inline-block;
	float:left;
}

	.hpk_blue{
		color:#009ACD;
	}

	.copy_holder .main_text{
		margin-top:35px;
		color:#666;
		font-family:'MuseoSans300', arial;
		font-size:58px;
		line-height:65px;
		text-shadow:1px 1px 0 white;
		letter-spacing:-2px;
	}

	.copy_holder .sub_text{
		margin-top:120px;
		font-family:'MuseoSans100', arial;
		font-size:29px;
		color:#666;
		line-height:36px;
		text-transform:lowercase;
		letter-spacing:-1px;
	}
		.copy_holder .sub_text div{
			margin-bottom:5px;
		}

.kindle_in_hand{
	width:432px;
	height:420px;
	margin-right:10px;
	display:inline-block;
	float:right;
	background:url('../imgs/hand_kindle.png') no-repeat 0 -64px;
	background-size:100% !important;
}

.press_container{
	width:auto !important;
	text-align:center;
}

.mast_wrap{
	background-color:white;
	padding:25px;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	border-radius:10px;
	color:#444;
	font-family:'ProximaNovaRegular';
	margin:1px auto 30px auto;
	-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5);
	box-shadow:0 0 0 1px rgba(0,0,0,0.15), 0 0 10px -3px rgba(0,0,0,0.5);
	border:0 solid white;
	z-index:999;
}
	.mast_wrap h2, .mast_wrap h3{
		color:rgb(80,150,210);
		font-family:'MuseoSans300', sans-serif;
		display:inline-block;
		font-size:28px;
		font-weight:700;
	}
	.mast_wrap h3{
		font-weight:100;
		font-family:'MuseoSans100', sans-serif;
		color:#555;
	}

	.mast_wrap .deal_wrap{
		margin-top:12px;
		font-family:'MuseoSans100', sans-serif;
	}

		.carousel .back_arrow, .carousel .forward_arrow{
		    position: absolute;
		    height: 40px;
		    width: 25px;
		    background: url('../imgs/carousel_arrows.png') no-repeat 1px 1px;
		    margin: 145px 0 0 -50px;
		    cursor:pointer;
		    opacity:0.5;
			-webkit-transition:all 0.05s linear;
			-moz-transition:all 0.05s linear;
			-o-transition:all 0.05s linear;
			transition:all 0.05s linear;
		}
		.carousel .forward_arrow{
			background-position:-25px 1px;
			margin:145px auto 0 965px;
		}
		.carousel .back_arrow:hover, .carousel .forward_arrow:hover{
			opacity:1
		}

	.daily_deal_margin{
		margin-bottom:80px;
	}

		.book_cover, .book_browse_each .book_browse_cover{
			width:190px;
			height:256px;
			background-size:cover !important;
			-webkit-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
			-moz-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
			box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0,0,0,0.1), 0 0 10px 0px #888, inset 0 0 0 1px rgba(0,0,0,0.05);
			margin:10px 25px 0 0;
			display:inline-block;
			vertical-align:top;
		}
			.book_browse_each .book_browse_cover:hover{
				-webkit-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
				-moz-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
				box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
			}

			.mast_wrap .deal_wrap .book_cover{
				float:left;
			}
		.deal_wrap .book_cover{
			margin:0 25px 0 3px !important;
			width:160px;
			height:214px;
		}

        .deal_wrap .wordcloud{
            background: url('../imgs/promo-link-wordcloud.png') no-repeat;
            width: 820px;
            height: 250px;
        }

		.mast_wrap .deal_product_wrap{
			width:690px;
			margin-left:5px;
			display:inline-block;
			height:214px;
		}

			.mast_wrap .deal_product_wrap .deal_title{
				font-size:25px;
				color:#666;
                line-height:30px;
			}	
			.mast_wrap .deal_product_wrap .deal_description{
				font-size:16px;
				margin-top:10px;
				color:#555;
				line-height:22px;
				text-align:justify;
				text-shadow:1px 1px 0 white;
				word-wrap:break-word;
			}

			.btn_color{
				color:white;
				background-color:rgb(121,184,237);
				background-image: linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -o-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -moz-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -webkit-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -ms-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(1, rgb(25,194,241)),
					color-stop(0, rgb(0,150,200))
				);
				border: 0 solid transparent;
				-webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.35);
				-moz-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.35);
				box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.35);
			}
				.btn_color:hover{
					color:white;
					background-image:none;
					background-color:rgb(0,150,200);
					-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.35), 0 0 0 1px rgba(0, 0, 0, 0.25);
					-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.35), 0 0 0 1px rgba(0, 0, 0, 0.25);
					box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.35), 0 0 0 1px rgba(0, 0, 0, 0.25);
				}
				.btn_color:active{
					color:white;
					background-image:none;
					background-color:rgb(0,150,200);
					-moz-box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75), 0 0 0 1px rgba(0, 0, 0, 0.25);
					-webkit-box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75), 0 0 0 1px rgba(0, 0, 0, 0.25);
					box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75), 0 0 0 1px rgba(0, 0, 0, 0.25);
				}

			.mast_wrap .deal_product_wrap .deal_button{
				margin-top:15px;
				padding:9px 10px 7px 10px;
				background-color:rgb(121,184,237);
				background-image: linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -o-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -moz-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -webkit-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -ms-linear-gradient(bottom, rgb(25,194,241) 100%, rgb(0,150,200) 0%);
				background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(1, rgb(25,194,241)),
					color-stop(0, rgb(0,150,200))
				);
				border: 0 solid transparent;
				-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.75), 0 0 0 1px rgba(0,0,0,0.1);
				-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.75), 0 0 0 1px rgba(0,0,0,0.1);
				box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.75), 0 0 0 1px rgba(0,0,0,0.1);
				border-radius:8px;
				color:white;
				font-size:20px;
				font-weight:bold;
				text-shadow:0 -1px 0 #999;
				cursor:pointer;
				display:inline-block;
			}
				.mast_wrap .deal_product_wrap .deal_button:hover{
					background-image:none;
					text-decoration:none;
					background-color:rgb(0,150,200);
					-webkit-box-shadow:inset 0 0 0 0 rgba(255,255,255,0.75);
					-moz-box-shadow:inset 0 0 0 0 rgba(255,255,255,0.75);
					box-shadow:inset 0 0 0 0 rgba(255,255,255,0.75);
				}
				.mast_wrap .deal_product_wrap .deal_button:active{
					-moz-box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75);
					-webkit-box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75);
					box-shadow:inset 0 0 6px -1px rgba(0,0,0,0.75);
				}

		.mast_wrap .deal_details{
			display:inline-block;
			float:right;
			height:214px;
			width:180px;
			border-left:1px solid #D7D7D7;
			padding-left:30px;
			text-align:center;
			font-size:16px;
			color:#666;
		}

			.mast_wrap .deal_details .deal_detail{
				padding-top:13px;
				height:59px;
			}
				.mast_wrap .deal_details div{
					font-weight:bold;
				}

				.mast_wrap .deal_details .italic{
					font-style:italic;
					margin-bottom:10px;
					font-weight:normal;
					color:#9C9C9C;
				}

			.mast_wrap .deal_details .deal_detail_mid{
				border-top:1px solid #D7D7D7;
				border-bottom:1px solid #D7D7D7;
			}

			.mast_wrap .book_row_wrap{
				margin-top:20px;
				text-align:center;
			}

				.mast_wrap .book_row_each{
					display:inline-block;
					min-height:300px;
					text-align:left;
					width:190px;
					margin:0 14px;
					vertical-align:top;
				}

					.mast_wrap .book_row_each .book_cover{
						margin:0 36px 0 0;
					}
					.mast_wrap .book_row_each .book_cover:hover{
						-webkit-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
						-moz-box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
						box-shadow:0 0 0 2px white, 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px 3px #5096D2, inset 0 0 0 1px rgba(0, 0, 0, 0.05);
					}
					.mast_wrap .book_row_each .book_cover_right, .mast_wrap .book_row_each a{
						margin:0;
					}

				.mast_wrap .book_row_each .book_row_title{
					color:#666;
					font-family:'MuseoSans300', sans-serif;
					display:block;
					font-size:18px;
					margin:15px 0 5px 3px;
				}
				.mast_wrap .book_row_each .book_row_author{
					color:#999;
					font-family:'MuseoSans100', sans-serif;
					font-size:15px;
					margin:0 0 0 3px;
				}

.mast_under{
	text-align:center;
	height:70px;
	margin-top:-15px;
}

	.mast_under .mast_pag{
		margin:auto;
		height:20px;
	}

		.mast_under .mast_pag .mast_pag_btn, .mast_under .mast_pag .mast_pag_btn_sel, .books_wrap_right .pag_btn_sel, .books_wrap_right .pag_btn{
			height:12px;
			width:12px;
			background-color:rgba(0,0,0,0.1);
			cursor:pointer;
			-webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.75);
			-moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.75);
			box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.75);
			border-radius:12px;
			display:inline-block;
			margin:4px 3px 0 3px;
			-webkit-transition:all 0.075s linear;
			-moz-transition:all 0.075s linear;
			-o-transition:all 0.075s linear;
			transition:all 0.075s linear;
			color:transparent;
		}
			.mast_under .mast_pag .mast_pag_btn:hover, .books_wrap_right .pag_btn:hover{
				background-color:rgba(0,0,0,0.25);
				-webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,1);
				-moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,1);
				box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,1);
			}

		.mast_under .mast_pag .mast_pag_btn_sel, .books_wrap_right .pag_btn_sel{
			background-color:rgba(0,0,0,0.35);
		}

		.books_nav_back, .books_nav_forward{
			vertical-align:top;
		}
		.books_nav_paginate_wrap_bottom{
			height:30px;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

	.mast_under .mast_more{
		display:inline-block;
		float:right;
		font-size:18px;
		margin-top:-10px;
		font-family:'MuseoSans100', sans-serif;
		margin-right:25px;
		color:#AAA;
		font-style:italic;
		cursor:pointer;
		-webkit-transition:all 0.05s linear;
		-moz-transition:all 0.05s linear;
		-o-transition:all 0.05s linear;
		transition:all 0.05s linear;
	}
		.mast_under .mast_more:hover{
			color:#444;
			text-decoration:none;
		}

	.mast_under .mast_more:before{
		content:">";
		color:rgb(80,150,210);
		font-weight:bold;
		margin-right:10px;
		text-shadow:1px 1px 0 rgba(0,0,0,0.2);
	}

.subscribeWrapper{
	text-align:right;
	font-family:"MuseoSans300", sans-serif;
	color:#9E9E9E;
	font-size:18px;
	width:880px;
	margin:20px auto 70px auto;
}

	.subscribeWrapper span{
		display: inline-block;
		margin-top:12px;
		text-align:left;
		float:left;
	}

	.subscribeWrapper .subscribeOuter{
		display:inline-block;
		width:360px;
		height:40px;
		border-radius:10px;
		background:white;
		margin-left:30px;
		-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1);
		-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);
		box-shadow:0 0 0 1px rgba(0,0,0,0.1);
	}

		.subscribeWrapper .subscribeOuter input{
			border:0 solid white;
			height:40px;
			box-sizing:border-box !important;
			-moz-box-sizing:border-box !important;
			font-size:18px;
			font-family:"MuseoSans300", sans-serif;
			outline:none;
		}

			.subscribeWrapper .subscribeOuter input[type='text']{
				float:left;
				width:200px;
				display:inline-block;
				border-radius:10px 0 0 10px;
				padding:13px 10px 10px 16px;
				-moz-box-shadow:0 0 0 white;
				-webkit-box-shadow:0 0 0 white;
				box-shadow:0 0 0 white;
			}
				.subscribeWrapper .subscribeOuter input[type='text']:focus{box-shadow:0 0 0 white;}
				.subscribeWrapper .subscribeOuter input[type='text']:active{box-shadow:0 0 0 white;}


			.subscribeWrapper .subscribeOuter #emailSubmitBtn{
				display:inline-block;
				float:right;
				width:100px;
				color:white;
				padding:11px 12px;
				text-shadow:0 -1px 2px rgba(0, 0, 0, 0.3);
				border-radius:0 10px 10px 0;
				background-color: rgb(0,149,199);
				background-image: linear-gradient(bottom, rgb(31,198,240) 100%, rgb(0,149,199) 0%);
				background-image: -o-linear-gradient(bottom, rgb(31,198,240) 100%, rgb(0,149,199) 0%);
				background-image: -moz-linear-gradient(bottom, rgb(31,198,240) 100%, rgb(0,149,199) 0%);
				background-image: -webkit-linear-gradient(bottom, rgb(31,198,240) 100%, rgb(0,149,199) 0%);
				background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(1, rgb(31,198,240)),
					color-stop(0, rgb(0,149,199))
				);
				background-image: -ms-linear-gradient(bottom, rgb(31,198,240) 100%, rgb(0,149,199) 0%);
				-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25), inset 1px -1px 0 0 rgba(0,0,0,0.1), inset -1px 1px 0 0 rgba(255,255,255,0.45);
				-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.25), inset 1px -1px 0 0 rgba(0,0,0,0.1), inset -1px 1px 0 0 rgba(255,255,255,0.45);
				box-shadow:0 0 0 1px rgba(0,0,0,0.25), inset 1px -1px 0 0 rgba(0,0,0,0.1), inset -1px 1px 0 0 rgba(255,255,255,0.45);
			}

				.subscribeWrapper .subscribeOuter input[type='submit']:hover{
					background-image:none;
					-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 1px -1px 0 0 rgba(0,0,0,0.05), inset -1px 1px 0 0 rgba(255,255,255,0.15);
					-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 1px -1px 0 0 rgba(0,0,0,0.05), inset -1px 1px 0 0 rgba(255,255,255,0.15);
					box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 1px -1px 0 0 rgba(0,0,0,0.05), inset -1px 1px 0 0 rgba(255,255,255,0.15);
				}

				.subscribeWrapper .subscribeOuter input[type='submit']:active{
					background-image:none;
					-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 10px -2px black;
					-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 10px -2px black;
					box-shadow:0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 10px -2px black;
				}


	.span16 h2{
		font-family:"MuseoSans300", sans-serif;
		font-size:22px;
	}

	.products li .shelfdTitle{
		font-size:18px;
		font-family:"MuseoSans100", sans-serif;
		margin-left:5px;
	}


	.span16 h1{
		margin-top:30px;
		font-family:"MuseoSans300", sans-serif;
	}

	.press_mast{
		margin-top:-10px;
		background-color:white;
		padding:25px 5px;
	}

	.row .mast_wrap h3{
		text-align:center;
		font-size:20px;
		color:#666;
	}


	.pag_btn, .mast_pag_btn{
		vertical-align:middle;
	}
	.pag_btn_sel, .mast_pag_btn_sel{
		box-sizing:border-box !important;
		-moz-box-sizing:border-box !important;
		height:28px !important;
		width:28px !important;
		padding:6px 0;
		text-align:center;
		vertical-align:middle;
		color:white !important;
		font-weight:bold;
		border-radius:28px !important;
		width:28px !important;
		text-shadow:-1px 0px 1px #333;
	}

/* PLATFORM */

.leftSide{
	width:580px;
	display:inline-block;
}

.rightSide{
	width:290px;
	float:right;
	display:inline-block;
}

.white_btn{
	padding:10px 20px;
	font-size:16px;
	font-family:"MuseoSans100", sans-serif;
	color:black;
	background-color:white;
	margin-top:26px;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 1px 0 #888;
	-moz-box-shadow: 0 1px 1px 0 #888;
	box-shadow: 0 1px 1px 0 #888;
	cursor:pointer;
}
	.white_btn:hover{
		-webkit-box-shadow: 0 0 1px 0 #222;
		-moz-box-shadow: 0 0 1px 0 #222;
		box-shadow: 0 0 1px 0 #222;
		color:black;
		text-decoration:none;
	}
	.white_btn:active{
		background-color:rgb(250,250,250);
		-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 0 1px 0 #222;
		-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 0 1px 0 #222;
		box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 0 1px 0 #222;
	}

.inlineBlock{
	display: inline-block
}

.inline{
	display: inline
}

.copy_hero{
	height:220px;
}

.platform_inky{
	background:url('../imgs/big_inky.png') no-repeat 675px 0;
}

.platform_mast{
	margin-top:-30px;
	height:175px;
	padding:25px 15px;
	background:white url('../imgs/hyperink_marketing_channels_horiz.jpg') no-repeat 35px 85px;
}

	.platform_mast h1{
		font-size:18px;
		margin:0;padding:0 0 10px 0;
		border-bottom:1px solid rgb(240,240,240);
	}

	.copy_hero .copy_hero_left{
		width:640px;
		padding-left:15px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding-top:5px;
	}

		.copy_hero h2{
			font-size:26px;
			margin-top:30px;
			color:#555;
			border:0 solid transparent;
			font-family:"MuseoSans100", sans-serif;
			margin-bottom:10px;
			padding:0;
		}
		.copy_hero h3{
			border:0 solid transparent;
			font-family:"MuseoSans100", sans-serif;
			color:#09A9CA;
			font-size:20px;
			line-height:35px;
		}

		.fix_width{
		    margin:auto auto auto auto;
		    margin-left: 15px;
		}

			.container-static-platform .no_right_margin{
				margin:auto 0 auto auto;
				width:930px;
			}

		.container-static-platform .question0{
			font-family:"MuseoSans500", sans-serif;
			font-size:18px;
			margin-top:30px;
			color:#09A9CA;
		}
		.container-static-platform .question1, .container-static-platform .answer, .simpleCopy{
			font-family:'ProximaNovaBold', sans-serif;
			color:#666;
			text-align:justify;
			font-size:16px;
			line-height:24px;
			margin-top:25px;
		}

		.container-static-platform .answer, .simpleCopy{
			font-family:'ProximaNovaRegular', sans-serif;
			color:#555;
			margin:10px 0 5px 0;
		}

	.container-static-platform .rightSide .platform_modal{
		background:#29C9EA;
		margin-top:20px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding:25px 15px;
		border-radius:5px;
		text-align:center;
		-webkit-box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.1);
		-moz-box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.1);
		box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.1);
	}

		.container-static-platform .rightSide .platform_modal h2{
			color:white;
			font-size:22px;
			font-family:'ProximaNovaBold';
			margin-bottom:15px;
		}

		.container-static-platform .rightSide .platform_modal .copy{
			color:white;
			font-size:16px;
			font-family:'ProximaNovaRegular';
			line-height:26px;
		}

/* TEAM */

.container-team .leftSide{
	width:680px;
	margin-top:20px;
}

	.container-team .leftSide .teamPhoto{
		background:url('../imgs/team-photo.jpg');
		background-size:cover !important;
		height:302px;
		-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 15px -3px black;
		-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 15px -3px black;
		box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 3px white, 0 0 0 4px rgba(0,0,0,0.1), 0 0 15px -3px black;
		margin-bottom:30px;
	}

	.leftSide .extraMarginSides{
		margin:0 15px;
	}

	.container-team .leftSide .mast_wrap{
		padding:15px;
		-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px -3px rgba(0, 0, 0, 0.5) !important;
		-moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px -3px rgba(0, 0, 0, 0.5) !important;
		box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px -3px rgba(0, 0, 0, 0.5) !important;
	}
	
	.container-team .leftSide hr{
		border-top:1px dotted rgb(220,220,220);
		background-color:transparent;
	}

	.container-team .leftSide .simpleCopy{
		margin:20px 0;
	}
	.container-team .leftSide .quoted{
		margin-top:-20px;
	}

	.container-team .leftSide .member{
		color:#29C9EA;
		font-family:'MuseoSans500', sans-serif;
		display:inline-block;
	}
	.container-team .leftSide .dept{
		display:inline-block;
		font-family:'MuseoSans100', sans-serif;
		color:#666;
	}
	.container-team .leftSide .quote{
		padding:15px 25px 5px 25px;
		font-size:18px;
		color:#333;
	}
	.container-team .leftSide .quote:before{
		position:absolute;
		margin:-15px -25px;
		content:'“';
		font-size:60px;
		color:#BBB;
		opacity:0.5;
	}

.container-team .rightSide{
	width:205px;
	margin-top:20px;
}

	.container-team .rightSide .team_modal{
		background:white;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		border-radius:3px;
		padding:15px;
		-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), 0 0 15px -7px #222;
		-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), 0 0 15px -7px #222;
		box-shadow:0 0 0 1px rgba(0,0,0,0.1), 0 0 15px -7px #222;
		text-align:center;
		margin-top:-2px;
	}
		.container-team .rightSide .team_modal h2{
			font-family:"MuseoSans100", sans-serif;
			color:#777;
			font-size:16px;
			margin:0;
		}
		.container-team .rightSide .team_modal .copy{
			font-size:14px;
			color:#555;
			font-family:"ProximaNovaRegular", sans-serif;
			margin:10px 0 2px 0;
		}

/* BEST LINKS */

    .container-links h1 {
        font-size: 60px;
    }

    .container-links .mast_wrap {
        margin-top: 30px;
    }

    .container-links .article_update{
        font-family:'MuseoSans100', sans-serif;
        font-size: 11px;
        color: #999;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .container-links .social_button_list {
        display: inline;
        float: right;
        padding-right: 50px;
    }
    .container-links .social_button{
        float: left;
        padding-right: 20px;
    }

    .container-links .link_list{
        list-style: decimal;
        margin: 0 0 1.5em 3.5em;
    }

    .container-links .category_header{
        text-transform: uppercase;
        font-size: 28px;
        color: #009ACD;
        margin-left: -40px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .container-links .link_title{
        font-family:'MuseoSans500', sans-serif;
        font-size: 17px;
        line-height: 20px;
        /*
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #999;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999;
        */
    }

    .container-links .link_author{
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .container-links .link_list li{
        font-size: 14px;
    }

    .container-links a:hover{
        text-decoration: underline;
    }

    .container-links .quote{
        padding: 0px 75px 0px 12px;
        margin-left: 20px;
        font-family:'MuseoSans300', sans-serif;
        font-size: 14px;
        line-height: 1.3em;
        color: #333;
        border-left-color: #F89406;
        border-left-width: 1.5px;
        border-left-style: dotted;
    }


/* FAQ */

.container-faq .leftSide{
	width:650px;
}

	.container-faq .leftSide ._tabs{
		margin-top:20px;
	}

		.container-faq .leftSide ._tabs li, .container-faq .leftSide ._tabs .active{
			padding:15px 25px 10px 25px;
			display:inline-block;
			background:white;
			border-radius:6px 6px 0 0;
			border:1px solid rgb(220,220,220);
			border-bottom-width:0;
			color:#444;
			margin-bottom:0;
		}

		.container-faq .leftSide ._tabs li{
			background:transparent;
			border-width:0;
		}
		.container-faq .leftSide ._tabs li:hover{
			background-color:rgba(0,0,0,0.04);
			color:#29C9EA;
			text-decoration:none;
		}

		.container-faq .leftSide ._tabs li a{
			color:#222;
			font-size:16px;
		}
		.container-faq .leftSide ._tabs li a:hover{
			text-decoration:none;
		}

		.container-faq .leftSide ._tabs .active:hover{
			background-color:white;
			color:#444;
			text-decoration:none;
		}

	.container-faq .leftSide .mast_wrap{
		margin-top:-1px;
		padding: 25px;
		border-radius:0 10px 10px 10px;
		border:1px solid rgb(220,220,220);
		-webkit-box-shadow:0 0 0 white !important;
		-moz-box-shadow:0 0 0 white !important;
		box-shadow:0 0 0 white !important;
	}

	.container-faq .leftSide .mast_wrap .q{
		font-family:'ProximaNovaBold';
		font-size:18px;
		line-height:22px;
		color:#333;
	}
	.container-faq .leftSide .mast_wrap .a{
		font-family:'ProximaNovaRegular';
		font-size:15px;
		color:#222;
		line-height:24px;
		margin:15px 0 30px 0;
	}

/* PRESS */

.container-static-press .copy_hero{
	height:auto;
	margin-bottom:50px;
}

.container-static-press .mast_wrap{
	text-align:center;
	padding:25px 15px 5px 15px;
}

	.container-static-press .mast_wrap .press_block{
		width:260px;
		height:240px;
		margin:25px 14px 45px 14px;
		display:inline-block;
		vertical-align:top !important;
	}
	.container-static-press .mast_wrap .press_block .logo{
		height:95px;
		background-size:cover !important;
		cursor:pointer;
	}
		.container-static-press .mast_wrap .press_block .forbes{
			background:url('../imgs/pressblock_forbes.png');
		}
		.container-static-press .mast_wrap .press_block .publishersweekly{
			background:url('../imgs/pressblock_pubweekly.png');
		}
		.container-static-press .mast_wrap .press_block .techcrunch{
			background:url('../imgs/pressblock_tc_shifted.png');
		}
		.container-static-press .mast_wrap .press_block .cnet{
			background:url('../imgs/pressblock_cnet.png');
		}
		.container-static-press .mast_wrap .press_block .businessinsider{
			background:url('../imgs/pressblock_bi.png');
		}
		.container-static-press .mast_wrap .press_block .sanfranciscochronicle{
			background:url('../imgs/pressblock_sfc.png');
		}
		.container-static-press .mast_wrap .press_block .bloombergbusinessweek{
			background:url('../imgs/pressblock_bloom.png');
		}
		.container-static-press .mast_wrap .press_block .mashable{
			background:url('../imgs/pressblock_mashable.png');
		}
		.container-static-press .mast_wrap .press_block .tnw{
			background:url('../imgs/pressblock_tnw.png');
		}
		.container-static-press .mast_wrap .press_block .mediabistro{
			background:url('../imgs/pressblock_mediabistro.png');
		}

	.container-static-press .mast_wrap .press_block .quote{
		display:inline-block;
		width:240px;
		font-size:22px;
		margin-top:5px;
		color:#999;
		font-family:"MuseoSans300", sans-serif;
		line-height:26px;
	}
	.container-static-press .mast_wrap .press_block .quote:hover{
		text-decoration:none;
		color:#29C9EA;
	}
	.container-static-press .mast_wrap .press_block .quote:before, .container-static-press .mast_wrap .press_block .quote:after{
		position:absolute;
		margin:5px 0 0 -30px;
		content:'“';
		font-family:"ProximaNovaBold", sans-serif;
		font-size:55px;
		color:rgba(0,0,0,0.15);
	}

		.container-static-press .mast_wrap .press_block .quote:after{
			position:relative;
			content:'”';
			font-size:30px;
			color:rgba(0,0,0,0.1);
			margin:0 -20px -5px 5px;
		}

.container-static-press .press_kit_wrap{
}

	.container-static-press .press_kit_wrap .press_kit_block{
		width:200px;
		height:160px;
		display:inline-block;
		vertical-align:top;
		margin:10px 20px 0 -10px;
		text-align:center;
	}

		.container-static-press .press_kit_wrap .press_kit_block .asset_label{
			font-size:14px;
			padding-top:10px;
			color:#444;
		}

		.container-static-press .press_kit_wrap .press_kit_block .thumb{
			width:174px;
			height:109px;
			margin:auto auto 10px auto;
			background-size:cover !important;
			border:1px solid rgba(0,0,0,0.2);
			cursor:pointer;
		}
			.container-static-press .press_kit_wrap .press_kit_block .homepage{
				background:url('../presskit/hyperink_screenshot_homepage_small_v2.png');
			}
			.container-static-press .press_kit_wrap .press_kit_block .ebook{
				background:url('../presskit/hyperink_screenshot_book_small.png');
			}
			.container-static-press .press_kit_wrap .press_kit_block .logo_white{
				background:url('../presskit/hyperink_logo_box.png');
			}
			.container-static-press .press_kit_wrap .press_kit_block .logo_transparent{
				background:url('../presskit/hyperink_logo_box_transp.png');
			}

	.container-static-press .media_contact, .container-static-press .social_media{
		margin-left:5px;
		line-height:25px;
		color:#444;
	}

	.container-static-press .social_media a{
		display:block;
	}

.container-static-contact .copy_hero{
	margin-top:20px;
}

/* BOOKSHELF */

	.container-static-shelf .fix_width{
		text-align:center;
		margin-top:25px;
	}

		.container-static-shelf .fix_width .each_shelf_product{
			display:inline-block;
			width:190px;
			margin:0 20px 50px 20px;
			float:left;
			vertical-align:top;
			text-align:center;
		}

			.container-static-shelf .fix_width .each_shelf_product .shelfdTitle{
				font-size:18px;
				font-family:"MuseoSans100", sans-serif;
				display:block;
				height:55px;
				overflow:hidden;
			}
			.container-static-shelf .fix_width .each_shelf_product .padbutton{

			}
			.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper{
				height:56px;
				text-align:center;
				font-size:13px;
				border-radius:4px;
			}

				.container-static-shelf .fix_width .each_shelf_product .shelfOptionDownload, .shelfOptionSend{
					height:28px;
					border-radius:4px;
					padding:4px;
					box-sizing:border-box;
					-moz-box-sizing:border-box;
					-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.3);
					-moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.3);
					box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.3);
					cursor:pointer;
				}

				.container-static-shelf .fix_width .each_shelf_product .book_cover{
					margin-bottom:12px;
				}

				.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfOptionDownload{
					background-color: #49afcd;
					background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
					background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
					background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
					background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
					background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
					background-image: linear-gradient(top, #5bc0de, #2f96b4);
					background-repeat: repeat-x;
					box-sizing:border-box;
					-moz-box-sizing:border-box;
					color:white;
					-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.3);
					-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.3);
					box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.3);
					margin-top:8px;
					font-size:15px;
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
				}
					.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfOptionDownload:hover{
						background-image:none;
						background-color:#2F96B4;
						-webkit-box-shadow:inset 0 1px 0 1px rgba(255,255,255,0.25);
						-moz-box-shadow:inset 0 1px 0 1px rgba(255,255,255,0.25);
						box-shadow:inset 0 1px 0 1px rgba(255,255,255,0.25);
						cursor:pointer;
					}
						.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfOptionDownload span{
							margin-top:1px;
							display:inline-block;
						}

				.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfDLWrap{
					position:absolute;
					width:140px;
					margin:-2px 0 0 26px;
					background:white;
					border-radius:5px;
					-webkit-box-shadow:0 1px 3px 0 #999, inset 0 0 0 1px #2f96b4;
					-moz-box-shadow:0 1px 3px 0 #999, inset 0 0 0 1px #2f96b4;
					box-shadow:0 1px 3px 0 #999, inset 0 0 0 1px #2f96b4;
					display:none;
					z-index:99;
				}
					.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfDLWrap .triangleTop{
					    height: 0;
					    width: 0;
					    border: 7px solid transparent;
					    border-bottom: 7px solid white;
					    margin: -13px 0 0 63px;
					}
					.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfDLWrap .dlOptionHolder{
						padding:4px;
					}
					.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfDLWrap .dlOptionHolder .dlOption{
						display:block;
						color:#2f96b4;
						border-radius:2px;
						padding:5px 0;
					}
					.container-static-shelf .fix_width .each_shelf_product .shelfOptionWrapper .shelfDLWrap .dlOptionHolder .dlOption:hover{
						-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
						-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
						box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
						color:#2f96b4;
						background-color:rgb(240,240,240);
						text-decoration:none;
					}

/* PRODUCT PAGE */

.container-static-product{
	padding-bottom:0;
}

.content-main-product-title h1{
	margin-left:0 !important;
	margin-top:0;
}

/* PASSWORD RESET */

.container-static-passreset .mast_wrap{
	width:480px;
	margin-top:50px;
}
.container-static-passreset .mast_wrap h1{
	margin:0 auto 20px auto;
	text-align:center;
}
.container-static-passreset .mast_wrap h3, .container-static-passreset .mast_wrap h4{
	font-size:18px;
	text-align:center;
	color:#666;
	margin:0 auto 20px auto;
}

.container-static-passreset .mast_wrap h4{
	font-size:15px;
	margin-top:30px;
	color:#888;
}

.container-static-passreset p{
	margin-bottom:30px;
}

.container-static-passreset .mast_wrap input[type='submit']{
	float:right;
	font-size:18px;
	padding:6px 20px;
	margin-right:45px;
	margin-top:5px;

}

.container-static-passreset input[type="text"], .container-static-passreset input[type="password"]{
	display:block;
	width:320px;
    margin:15px auto;
    font-size:18px;
    padding:10px;
    border:1px solid #BCBCBC;
    border-radius:3px;
}

.container-static-passreset input[type="submit"]{
	margin:auto;
}

.container-static-footer{
	padding-bottom:0;
}
.container-static-footer .row{
	padding-top:10 !important;
}

.container-static-cart h1{
	margin-bottom:20px;
}

	.container-static-cart .mast_wrap{
		padding:10px;
	}

	.container-static-cart .leftSide{
		width:710px;
	}

		.container-static-cart .leftSide .mast_wrap{
			padding:5px;
		
		}

			.container-static-cart .leftSide .mast_wrap .cart_headings{
				background-color:rgba(41,201,234,0.3);
				border-radius:7px 7px 2px 2px;
				padding:10px;
				
			}

				.container-static-cart .cart_headings ._price{
					float:right;
					width:45px;
				}

			.container-static-cart .leftSide .mast_wrap .cart_headings div{
				display:inline-block;
			}

			.container-static-cart .cartInner{
				padding:0 5px;
			}
				.container-static-cart .cartInner .cart_product_each{
					border-bottom:1px solid rgb(200,200,200);
					padding:10px 0;
				}
					.container-static-cart .cartInner .cart_product_each:last-child{
						border-bottom:0 solid white;
					}
				.cartInner .cart_product_each .cart_product_image{
					width:60px;
					height:76px;
					background-size:cover !important;
					background:black;
					box-shadow:0 1px 1px 0 #444, inset 0 0 0 1px rgba(0,0,0,0.25);
				}

				.cartInner .cart_product_each .cart_product_detail_wrapper{
					width:615px;
					float:right;
					padding:5px;
					font-family:"ProximaNovaRegular";
				}
					.cartInner .cart_product_each .cart_product_title{
						color:#067897;
						font-size:18px;
					}
					.cartInner .cart_product_each .cart_product_author{
						margin:8px 0;
						font-size:14px;
						color:#666;
					}
					.cartInner .cart_product_each .cart_remove_price_wrap{

					}
						.cartInner .cart_product_each .cart_remove_price_wrap{

						}
							.cartInner .cart_product_each .cart_product_remove{
								color:#444;
								font-size:13px;
							}
								.cartInner .cart_product_each .cart_product_remove:before{
									content:'x ';
									color:#999;
								}
							.cartInner .cart_product_each .cart_product_price{
								float:right;
								font-size:16px;
							}

		.container-static-cart .cart_total{
			text-align:right;
			padding:10px 15px 10px 10px;
			border-radius:2px 2px 7px 7px;
			background-color:rgb(245,245,245);
			font-family:"ProximaNovaBold";
		}

		.container-static-cart .below_cart{
			min-height:20px;
			margin-top:20px;
		}

			.below_cart .promoRight{
				height: 27px;
				width:230px;
				background-color: rgba(0, 0, 0, 0.03);
				margin-top: -30px;
				border-radius: 0 0 10px 10px;
				float: right;
				padding: 10px;
				-webkit-box-shadow:inset 0 1px 0 0 rgb(180,180,180), inset 0 0px 0 1px rgba(0, 0, 0, 0.2);
				-moz-box-shadow:inset 0 1px 0 0 rgb(180,180,180), inset 0 0px 0 1px rgba(0, 0, 0, 0.2);
				box-shadow:inset 0 1px 0 0 rgb(180,180,180), inset 0 0px 0 1px rgba(0, 0, 0, 0.2);
			}

				.below_cart .promoRight span{
					display: inline-block;
					vertical-align: top;
					padding: 6px 0 0 0;
					font-family:"ProximaNovaBold";
					float:left;
					color:#666;
				}
				.below_cart .promoRight input{	
					width: 100px;
					float: right;
					color:#444;
					font-family:"ProximaNovaBold";
					font-size:15px;
				}

		.container-static-cart .extraMarginSides{
			margin:0 10px;
		}

			.container-static-cart .cart_btn{
				width:247px;
				text-align:center;
				padding:10px 20px;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				border: 0 solid transparent;
				border-radius:15px;
				color:white;
				font-size:20px;
				border:1px solid #rgba(0,0,0,0.74);
			}
				.container-static-cart .cart_btn:hover{
					text-decoration:none;
				}

				.container-static-cart .cart_btn_orange{
					background-color: #faa732;
					background-image: -moz-linear-gradient(top, #fbb450, #f89406);
					background-image: -ms-linear-gradient(top, #fbb450, #f89406);
					background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
					background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
					background-image: -o-linear-gradient(top, #fbb450, #f89406);
					background-image: linear-gradient(top, #fbb450, #f89406);
					background-repeat: repeat-x;
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
				}
					.container-static-cart .cart_btn_orange:hover{
						background-color:#f89406;
						background-image:none;
					}
					.container-static-cart .cart_btn_orange:active{
						background-color:#f89406;
					}


			.floatOr{
				float:right;
				width:220px;
				text-align:center;
				color:#999;
			}

	.coupon_success{
		color:#009ACD;
	}

	.coupon_msg{
		font-weight:normal;
		font-family:"ProximaNovaRegular";
		color:#009ACD;
	}

	.strikeOut{
		text-decoration:line-through;
	}

	.top_msg{
		padding:15px;
		background:white;
		margin:0 0 40px 0;
		border-radius:4px;
		-webkit-box-shadow:0 1px 6px -2px #999, inset 0 0 0 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0 1px 6px -2px #999, inset 0 0 0 1px rgba(0, 0, 0, 0.2);
		box-shadow:0 1px 6px -2px #999, inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	}

	.top_msg_success{
		-webkit-box-shadow:0 1px 6px -2px #999, inset 0 0 4px 0px #009ACD;
		-moz-box-shadow:0 1px 6px -2px #999, inset 0 0 4px 0px #009ACD;
		box-shadow:0 1px 6px -2px #999, inset 0 0 4px 0px #009ACD;
	}

	.top_msg_error{
		-webkit-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px red;
		-moz-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px red;
		box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px red;
	}

	.top_msg_warning{
		-webkit-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px orange;
		-moz-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px orange;
		box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px orange;
	}

	.top_msg_info{
		-webkit-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px #009ACD;
		-moz-box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px #009ACD;
		box-shadow:0 1px 6px -2px #999, inset 0 0 3px 0px #009ACD;
	}

	.container-static-login{
		padding-top:40px;
	}

	.layout_msg{
		padding-top:35px;
	}

	.layout_msg .top_msg{
		margin:0 0 20px -15px;
		width:910px;
	}

	.container-static-cart .rightSide{
		width:200px;
	}
	.container-static-cart .rightSide .mast_wrap{
		border-radius:6px;
		margin:0 0 25px 0;
		padding:10px;
	}

	.container-static-cart .rightSide .mast_wrap .header{
		font-size:15px;
		font-family:"ProximaNovaBold";
		color:#333;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid rgb(210,210,210);
	}
	.container-static-cart .rightSide .mast_wrap .subheader{
		font-family:"ProximaNovaRegular";
		color:#333;
		font-size:14px;
		margin-bottom:5px;
		font-weight:bold;
	}
	.container-static-cart .rightSide .mast_wrap span{
		display:inline-block;
		margin:0 0 15px 0;
		font-family:"ProximaNovaRegular";
		font-size:14px;
	}
.containter-static-checkout .cart_total{
	border-radius:2px;
}

#example-form{
	background:white;
	padding:30px 0;
}

.cartCover{
	position:fixed;
	top:0;bottom:0;
	left:0;right:0;
	background-color:rgba(0,0,0,0.4);
	z-index:99;
	display:none;
}

	.coverCenter{
		width:940px;
		margin:auto;
	}

		.coverLeft{
			width:700px;
		}

			.modalPopup{
				margin:220px auto auto auto;
				height:130px;
				padding:10px;
				width:580px;
				border-radius:4px;
				background-color:white;
				box-shadow:0 1px 2px 0 #222;
				text-align:center;
			}

				.exitBtn{
					float:right;
					width:20px;
					height:19px;
					cursor:pointer;
					text-align:center;
					color:white;
					background-color:rgb(200,200,200);
					font-weight:bold;
					padding:2px 0 0 1px;
					border-radius:20px;
					font-size:14px;
				}
					.exitBtn:hover{
						background-color:rgb(190,190,190);
					}

				.modalMessage{
					margin:40px;
					font-size:18px;
				}

.confpurch{
	padding:1px 4px;
	margin-right:10px;
}

.container-static-article h1{
	margin-left:0;
}

.container-static-article .related-articles{
	background:white;
	-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 10px -3px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	padding: 15px;
	border:0 solid white;
	margin-top:30px;
}

.container-static-product .press-logo-bar{
	padding: 60px 0 20px 0;
}

/* CAROUSEL */

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active, .carousel .next, .carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}

.menu-opt {
    font-size: 13px;
    position: relative;
    top: 2px;
}
