@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot');
	src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon.woff') format('woff'),
		url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}

body{
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	background-color: #EEEEEE;
	text-shadow: 0px 1px #FFFFFF;
}

.stripe{
	height: 3px;
	background-color: #1da1cd;
	background: -moz-linear-gradient(left, #1da1cd 0%,#1da1cd 12.5%,#68d286 12.5%,#68d286 25%,#36b453 25%,#36b453 37.5%,#eb585c 37.5%,#eb585c 50%,#a085c6 50%,#a085c6 62.5%,#8265b0 62.5%,#8265b0 75%,#ff8fb4 75%,#ff8fb4 87.5%,#ff5d8a 87.5%,#ff5d8a 100%);
	background: -webkit-linear-gradient(left, #1da1cd 0%,#1da1cd 12.5%,#68d286 12.5%,#68d286 25%,#36b453 25%,#36b453 37.5%,#eb585c 37.5%,#eb585c 50%,#a085c6 50%,#a085c6 62.5%,#8265b0 62.5%,#8265b0 75%,#ff8fb4 75%,#ff8fb4 87.5%,#ff5d8a 87.5%,#ff5d8a 100%);
}

a img{
	border: none;
}

.ap-top-bar{
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFFFFF;
}

.ap-top-author-details{

}

.ap-top-author-details h1{
	line-height: 1;
	text-align: center;
	font-size: 22px;
	color: #000000;
	font-family: 'FS Albert Web Bold',Arial,Helvetica,sans-serif;
	/*font-family: "proxima-nova",Arial,Helvetica,sans-serif;*/
	font-weight: bold;
}

.ap-top-author-details h1 span{
	border-bottom: 1px solid #CCC;
}

.ap-top-author-details h2{
	padding: 8px 10% 0 10%;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #666666;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	width: 
}

.ap-wrapper{
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.ebook-three-section{

}

.ap-extra-mt{
	margin-top: 60px;
}

/*
.ap-wrapper-left{
	width: 25%;
	float: left;
	min-width: 150px;
	padding-right: 5%;
}

.ap-wrapper-right{
	float: left;
	width: 70%;
	margin-top: 60px;
}
*/
.ap-profile-image{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	border: 6px solid #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	background-color: #FFFFFF;
}

.ap-profile-image span{
	display: inline-block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
}

.ap-profile-image img{
	width: 100%;
	height: 100%;
}

.ap-profile-name{
	color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.ap-profile-bio{
	/*
	color: #999999;
    font-style: italic;
    */
    color: #777777;
    font-style: normal;
    line-height: 25px;
}

.ap-top-author-details .rest_of_bio{
	display: none;
}

.ap-latest-works{
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-transform: uppercase;
}

.ap-separator-line{
	width: 60%;
	height: 3px;
	background-color: #000;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ap-profile-social{
	/*background-color: #F7F7F7;*/
    margin-top: 16px;
    overflow: hidden;
    /*padding: 10px;
    padding-bottom: 6px;*/
   text-shadow: none;
   text-align: center;
}

.ap-profile-social ul{
	padding: 0px;
	margin: 0px;
}

.ap-profile-social ul li{
	list-style-type: none;
	margin-right: 10px;
	display: inline;
}

.ap-profile-social ul li:last-child{
	margin-right: 0px;
}

.ap-profile-social li a{

}

.ap-twitter{
	display: inline-block;
	height: 24px;
	width: 24px;
	color: #DDDDDD !important;
	font-size: 20px;
}

.ap-facebook{
	display: inline-block;
	height: 24px;
	width: 24px;
	color: #DDDDDD !important;
	font-size: 20px;
}

.ap-twitter:hover{
	color: #AAAAAA !important;
	text-decoration: none;
}

.ap-facebook:hover{
	color: #AAAAAA !important;
	text-decoration: none;
}

.ap-website{
}

.ap-website:hover{
	text-decoration: underline;
}

.ap-ebooks-wrapper{
	overflow: hidden;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.opacity-0{
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, old safari */
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */
}

.loading-ebook-boxes{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url('/images/ap-book-cover.png');
	background-repeat: no-repeat;
	background-position: 50% 75px;
}

.ap-ebooks-wrapper-column{
	/*
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 15px;
	column-fill: auto;
	*/
}

.ap-ebook{
	width: 290px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	background-color: #FFF;
	padding: 0px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 10px;
	position: relative;
}

.ap-ebook-column{
	/*
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	*/
}

.ap-ebook:nth-child(3n+3){
	margin-right: 0px;
}

.ap-ebook:hover{
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.ap-ebook img{
	width: 100%;
}

.ap-ebook-title{
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.ap-ebook:hover .ap-ebook-title{
	border-color: #74C1D8;
}

.ap-ebook-title a{
	border-bottom: 1px solid #DDDDDD;
}

.ap-ebook-title a:hover{
	border-color: #AAAAAA;
	text-decoration: none;
}

.ap-ebook-cover{
	display: block;
	/*height: 210px;*/
	position: relative;
}

.ap-dark-view{
	background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    height: 100%;
    letter-spacing: 2px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

.ap-move-page-up{
	margin-top: -30px;
}

.ap-dark-view-inner{
	background-image: url("/images/ap-view.png");
    background-position: 115px 85px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 90px;
}

.ap-footer{
	color: #999999;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	text-align: center;
}

.ap-footer a{
	color: #444444;
}

.ap-ebook-price{
	font-weight: normal;
	position: absolute;
	top: 10px;
	background-color: #1798be;
	color: #FFF;
	padding: 10px;
	right: 0px;
	font-size: 13px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.ap-ebook-price:before{
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 18px;
	border-right-color: #1798be;
	position: absolute;
	top: 0px;
	right: 100%;
}

.ap-grid-sizer{
	width: 210px;
	position: absolute;
	border-radius: 8px 8px 8px 8px;
	float: left;
	margin: 10px 1%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default{
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(#fcfcfc, #eee);
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eee')";
	background-repeat: repeat-x;
	color: #000000 !important;
	font-weight: bold;
	border-color: #d5d5d5;
}

.btn-default:hover{
	background-color:#F5F5F5;
	background-image: none;
	text-decoration: none;
	border-color: #AAAAAA;
}

.ap-top-author-details .read_more_link{
	
    color: #1798BE;
    cursor: pointer;
    white-space: nowrap;
   /*
   display: block;
   margin-top: 10px;
   */
}

.ap-top-author-details .read_more_link:hover{
	/*
	border-color: #AAAAAA;
	text-decoration: none;
	*/
	color: #74C1D8;
}

.social-btn{
	padding-bottom: 8px;
    padding-top: 8px;
}

/** START SPINNER **/

.spinner {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #CCC;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  } 20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/** END SPINNER **/














