@charset "utf-8";

/* ============================== */
/* 
	- Title: Ebook
	- Autor: Imaginacionweb - Jeniffer Martinez
	- Email: jmartinez@imaginacionweb.net
	- Version: 1.01
*/
/* ============================== */
/* ---------------------- 
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
	-  bootstrap-responsive.css	
	-  Google Fonts
	-  Books 
	-  Icons
	-  Slide
	
02. Basic Elements
	-  Standar Styles	
	-  Class and styles Generals

0.3.  Structure
	-  Main Navigation
	-  About
	-  Features
	-  Social
	-  Prices Table
	-  Contact us
	-  Copry
	
0.4.	Layout versions

*/

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);
/*Book*/
@import url("books.html");
/*Icons*/
@import url("icons/font-awesome.min.css");
/*Slide*/
@import url("slide/slide.css");
/*Rantign*/
@import url("ranting/style.css");

/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 14px;	
	line-height:24px;
	color:#555555;
	font-weight:normal;	
	background: url(../img/bg.png);
	font-family: 'Droid Serif', serif;
}
a{
	color: #555;
	font-family: 'Open Sans', sans-serif;
}
a:hover{
	text-decoration: none;		
}
span{
	font-family: 'Open Sans', sans-serif;
}
p{
	margin:0 0 20px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
h1 {font-size:34px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:16px;}
h6 {font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
}
/*Classes*/
.container{
	background-color: #fbfafa;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.content{
	padding: 0 30px;
}
.bar_white{
	background-color: #fff;
}
.divider{
	height: 1px;
	background-color: rgba(85,85,85,0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.top{
	margin-top: 40px;
}
.top_content{
	margin: 40px auto;
}
#gallery,#about,#features,#prices,#contact{
	padding-top: 100px;
	padding-bottom: 100px;
}
.relief{
	text-transform: uppercase;
	font-weight: 700;

}
form input[type="submit"]{
	text-transform: uppercase;
	font-weight: 700;
}
/*Menu*/
/* nav-------------------------------*/

.tinynav{
	display: none;
}
.menu{	
	padding: 25px 30px 60px 30px;
}
.menu_details{
	padding: 25px 30px 60px 30px;
}
.menu_details nav{
	text-align: right;
}
nav ul{	
	text-align: right;
	padding-top: 8px;
}
nav ul li{
	list-style: none;
	text-align: right;
	display: inline-block;
	padding-right: 5%;
}
nav ul li:last-child{
	padding-right: 0;
}
nav ul li a{
	text-transform: uppercase;
}
nav ul li:last-child{
	margin-right: 0;
}
.is-sticky{
	padding: 20px 0 15px 0;
	z-index: 7999;
	background: #fbfafa;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	left: 0;	
}
.is-sticky #logo a img{
	margin-left: 28%;
}
.is-sticky nav ul{	
	margin-right: 14%;
}

/*Autor*/
.title{
	font-style: italic;
	padding: 0 2% 50px 2%;
	text-align: center;
}
.title h4{	
	font-size: 26px;
	line-height: 36px;
}
.about h3,.about h4{
	margin: 0;
}
.about a{
	font-weight: 700;
	text-transform: uppercase;
}
.about_photo img{
	width: 95%;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #cdcdcd;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.about_photo img:hover{		
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}
.download{
	margin-left: 0;
	border-radius: 0;
	margin-right: 20px;
	background-color: #555;
	color: #fff;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: 700;
}
/*Features*/
.features .img_book{
	width: 90%;
	padding-left: 5%;
}
.testimonials{
	padding-right: 15px;
}
.testimonials .icon{
	margin-top: 15%;
}
.testimonials p,.testimonials h3{
	font-style: italic;
}
.testimonials h3{
	font-size: 20px;
	line-height: 10px;
}
.tweets{
	border-left: 1px dashed  rgba(85,85,85,0.2);
}
.tweets .icon{
	width: 50%;
	padding-left: 50%;
}
.tweets .icon img{
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.tweets p,.tweets h3{
	font-style: italic;
}
.tweets h3{
	font-size: 20px;
	line-height: 10px;
}
/*Gallery*/
.info_book{
	margin-top: -20px;
}
.info_book p{
	margin-bottom: 15px;
}
.info_book ul li{
	display: inline-block;
	list-style: none;
}
.info_book ul{
	margin: 0;
}
.info_book ul li a{
	color: #555555;
	color: rgba(85,85,85,0.2);
	font-size: 16px;
}
.info_book ul li a:hover{
	color: #ffed00;
}
.stat h3{
	margin-top: 0;
}
.fb-follow{
	float:left;
	margin-right: 10px;
}
.tw-follow{
	margin-top: 3px;
}
.book,.see_more{
	padding-top: 50px;
	padding-bottom: 100px;
}
.about_book{
	border-top: 1px dashed  rgba(85,85,85,0.2);
	border-bottom: 1px dashed  rgba(85,85,85,0.2);
	margin: 20px 0;
}
.gallery .about_photo img:hover{
	opacity: 0.9;
}
.about_book ul li{
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}
.about_book ul{
	margin-bottom: 20px;
}
.about_book p{
	margin: 20px 0 10px 0;
}
.buttons ul li{
	display: inline-block;
	list-style: none;
}
.buttons ul{
	margin: 0;
}
.buttons ul li .download{
	margin-right: 10px;
}
.see_more p{	
	border-top: 1px dashed  rgba(85,85,85,0.2);
}
/*Prices*/
.table{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 5% 0 9% 0;
	width: 95%;
}
.table .title_table{
	background-color: #5aa4cb;
	padding-top: 4%;
	padding-left: 3%;
	padding-right: 2%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	width: 95%;
}
.table:hover .title_table{
	background-color: #3498db;
	width:98%;
	margin-left: -1%;
}
.title_table .info{
	margin-top: 10px;
}
.title_table .icon{
	font-size: 40px;	
	margin-left: 10%;
	margin-top: 20%;
}
.title_table h4{
	line-height: 0px;
	font-size: 19px;
}
.title_table p{
	font-style: italic;
	font-size: 14px;
} 
.title_table .price{
	font-size: 55px;
	font-weight: bold;
	margin-top: 15px;
}
.table ul{
	text-align: center;
	list-style: none;
	margin: 0;
}
.table ul li{
	padding: 5% 0;
	font-size: 15px;
	line-height: 25px;
	border-top: 1px dashed  rgba(85,85,85,0.2);
}
.table ul li:first-child{
	margin-top:20px;
}
.table ul li:last-child{
	margin-bottom:30px;
	border-bottom: 1px dashed  rgba(85,85,85,0.2);
}
.table:hover{
	margin-top: -10px;
	padding: 5% 0 10% 0;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	width: 100%;
}
.table:hover ul li:last-child{
	margin-bottom: 40px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.table:hover a{
	background-color: #3498db;	
}
.table a{
	background-color: #5593b2;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;	
	margin-left: 25%;
}
.table a:hover{
	background-color: #5593b2;	
}
/*Contact Us*/
.contact_us input {
	width: 95%;
	margin-bottom: 20px;
	height: 28px;
}
.contact_us textarea {
	width: 95%;
	height: 150px;
}
/*Social*/
.social-icon a {
	font-size: 16px;
	color: #555;
	border-radius: 50%;
	margin: 0 5px;
	padding: 8px 12px;
	border: 2px solid #555;
}
.social-icon a:first-child{
	margin: 0;
	font-size: 14px;
}
#contact_info p{
	margin-top: -20px;
	font-weight: bold;
}
#contact_info p:first-child{
	margin-top: 0;
}
.newsletter{
	padding-top: 30px;
}

.newsletter #mc_embed_signup form input[type="email"]{
	width: 90%;
	padding: 5px 10px;
	height: 27px;
	border-radius: 5px;
}
.contact_us form input[type="submit"]{
	border: 3px solid #555;
	width: 30%;
	background-color: #555;
	height: 40px;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.newsletter #mc_embed_signup form input[type="submit"]{
	border: 3px solid #555;
	width: 100%;
	background-color: #555;
	padding: 7px 16px;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.newsletter h4{
	margin-top: 22px;
}
/*Copry*/
.copry{
	text-transform: uppercase;
	padding: 30px 0 10px 0;
}
.copry p{
	text-align: right;
}
.copry a:hover{
	color: #4b4a4a;
}
.copry ul li{
	display: inline-block;
	padding: 0 5px;
}
.copry ul{	
	margin: 0;
}
.copry ul li:first-child{
	padding: 0;
}
.copry ul{	
	text-align: left;
}


/* ---------------------------------------------------------------------- */
/*	1920 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1920px) {	
	.is-sticky #logo a img{
		margin-left: 66%;
	}
	.is-sticky nav ul{	
		margin-right: 33%;
	}
}

/* ---------------------------------------------------------------------- */
/*	1680 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1680px) {	
	.is-sticky #logo a img{
		margin-left: 53%;
	}
	.is-sticky nav ul{	
		margin-right: 26%;
	}
}

/* ---------------------------------------------------------------------- */
/*	1600 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1600px) {	
	.is-sticky #logo a img{
		margin-left: 48%;
	}
	.is-sticky nav ul{	
		margin-right: 23%;
	}
}

/* ---------------------------------------------------------------------- */
/*	1440 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1440px) {	
	.is-sticky #logo a img{
		margin-left: 35%;
	}
	.is-sticky nav ul{	
		margin-right: 19%;
	}
}

/* ---------------------------------------------------------------------- */
/*	1366 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1366px) {	
	.is-sticky #logo a img{
		margin-left: 28%;
	}
	.is-sticky nav ul{	
		margin-right: 14%;
	}
}

/* ---------------------------------------------------------------------- */
/*	1280 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1280px) {	
	.is-sticky #logo a img{
		margin-left: 20%;
	}
	.is-sticky nav ul{	
		margin-right: 10%;
	}
}


/* ---------------------------------------------------------------------- */
/*	1024 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {

	.title_table .price{
		font-size: 45px;
	}
	.title_table h4{
		line-height: 29px;
	}
	.title_table p{
		display: none;	
	}
	.table .title_table{
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.title_table .info{
		margin-top: 0;
	}
	.table a{
		margin-left: 20%;
	}
	ul{
		margin: 0;
	}
	.is-sticky #logo a img{
		margin-left: 23%;
	}
	.is-sticky nav ul{	
		margin-right: 12%;
	}	
	.about a {
		font-size: 10px;
	}

	#about,#gallery,#features,#prices,#contact{
		padding-top: 60px;
		padding-bottom: 50px;
	}


	/*Slide----------------------*/

	.jms-slideshow {
		height: 470px;
	}
	.jms-wrapper {				
		height: 470px;		
	}
	.step {	
		width: 900px;
	}
	.step h2{		
		font-size: 40px;
		line-height: 50px;		
		width: 70%;
		padding: 80px 0 10px 0;
	}
	.step h3{
		font-size: 22px;
		line-height: 32px;		
		width: 65%;
	}
	.step p {		
		font-size: 18px;
		line-height: 28px;		
		width: 75%;
	}
	.step img{
		position: absolute;
		width: 45%;
		right: 10px;
		top: 50px;
	}

}

/* ---------------------------------------------------------------------- */
/*	800 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 800px) {	
	nav ul li{
		list-style: none;
		text-align: right;
		display: inline-block;
		padding-right: 2%;
	}
	nav ul li a{
		font-size: 13px;
	}

	/*Slide-----------------------------*/
	
	.jms-slideshow {
		height: 400px;
	}
	.jms-wrapper {				
		height: 400px;		
	}
	.step {	
		width: 700px;
	}
	.step h2{		
		font-size: 30px;
		line-height: 40px;		
		width: 75%;
		padding: 100px 0 10px 0;
	}
	.step h3{
		font-size: 18px;
		line-height: 28px;		
		width: 75%;
	}
	.step p {		
		font-size: 15px;
		line-height: 25px;		
		width: 75%;
	}
	.step img{
		position: absolute;
		width: 40%;
		right: 10px;
		top: 80px;
	}
	/*Page More details  and About*/
	nav .social-icon{
		text-align: center;
		margin-top: 20px;
	}
	.menu_details{
		text-align: center;
		padding: 25px 30px;
	}
	nav{
		margin-bottom: 0;
	}
	.book, .see_more {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.about_book ul li{
		list-style: none;
	}
	.newsletter #mc_embed_signup form input[type="submit"]{
		width: 50%;
	}
	.newsletter #mc_embed_signup form input[type="email"]{
		width: 90%;
	}
	.newsletter h4 {
		margin-top: 0px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 767px){
	#menu{
		display: none;	
	}
	.menu #logo{
		text-align: center;
	}
	.tinynav {
		display: inline;
		width: 90%;		
		background: white;
		margin:20px 5% 20px 5%;				
		font-size: 14px;
		border: 1px solid #dbdbdb;
		height: 35px;	
		padding-bottom: 0;
	} 	
	.is-sticky #logo a img{		
		margin-left: 0%;
	}
	.is-sticky{
		padding: 10px 0 0 0;
		z-index: 9999;
		margin-bottom: 10px;
	}
	.top{
		margin-top: 10px;
	}
	.title{
		padding: 10px 1%;
	}
	#about,#gallery,#features,#prices,#contact{
		padding-top: 120px;
	}
	.title h4{	
		font-size: 18px;
		line-height: 28px;
	}
	.testimonials .icon{
		margin-top: 0;
	}
	.tweets .icon{
		padding-left: 25%;
	}
	.tweets{
		border-left: 0;
	}
	.testimonials,.tweets{
		text-align: center;
	}
	.title_table{
		text-align: center;
	}
	.title_table .icon{
		margin:0;
	}
	.title_table p{
		display: inline;
	}
	.table a{
		margin-left: 37%;
	}
	.contact_us{
		margin-top: 20px;
	}
	.about .social-icon{
		margin-top: 20px;
	}
	.copry p,.copry ul{
		text-align: center;
	}		
	.about a {
		font-size: 14px;
	}
	h1 {font-size:26px;
		line-height: 36px;
	}
	h2 {font-size:22px;
		line-height: 32px;
	}
	h3 {font-size:20px;
		line-height: 22px;
	}

	/*Slide-----------------*/
	
	.jms-slideshow {
		height: 380px;	
	}
	.jms-wrapper {				
		height: 380px;		
	}
	.step {	
		width: 580px;
	}
	.step h2{		
		font-size: 24px;
		line-height: 34px;		
		width: 100%;		
		padding: 100px 0 10px 0;
	}
	.step h3{
		font-size: 15px;
		line-height: 25px;		
		width: 100%;
	}
	.step p {		
		font-size: 13px;
		line-height: 23px;		
		width: 100%;
	}
	.step img{		
		width: 40%;
		right: 10px;
		top: 100px;
	}
	.about_photo{
		margin-top: 40px;
	}
}
/* ---------------------------------------------------------------------- */
/*	568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
	
	#about,#gallery,#features,#prices,#contact{
		padding-top: 110px;
	}
	.title{
		padding: 20px 1%;
	}
	.top_content{
		margin: 0;
	}	
	.table a{
		margin-left: 30%;
	}
	.about .social-icon a:first-child {
		margin-right: 0;
	}
	.social-icon a {
		margin: 0;
	}
	.content{
		padding: 0 20px;
	}
	.book,.see_more{
		padding-bottom: 50px;
	}

	/*Slide-----------------*/
	
	.jms-slideshow {
		height: 320px;
	}
	.jms-wrapper {				
		height: 320px;		
	}
	.step {	
		width: 480px;
	}
	.step h2{		
		font-size: 20px;
		line-height: 30px;		
		width: 150%;		
		padding: 130px 0 10px 0;
	}
	.step h3{
		font-size: 14px;
		line-height: 24px;		
		width: 150%;
	}
	.step p {		
		font-size: 13px;
		line-height: 23px;		
		width: 150%;
	}
	.step img{		
		width: 35%;
		right: 10px;
		top: 130px;
	}
	a.jms-link{				
		padding: 8px 10px;		
		font-size: 13px;				
	}
}

/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 480px) {
	body{
		padding: 0;
	}	
	.menu{	
		padding: 20px auto;
	}		
	.menu_details {
		padding: 20px 30px 5px 30px;
	}
	/*Slide-----------------*/
	
	.jms-slideshow {
		height: 320px;
	}
	.jms-wrapper {				
		height: 320px;		
	}
	.step {	
		width: 380px;
	}
	.step h2{		
		font-size: 16px;
		line-height: 26px;		
		width: 350%;				
		padding: 130px 0 10px 0;
	}
	.step h3{
		font-size: 12px;
		line-height: 22px;		
		width: 350%;	
		margin-top: 0;			
	}
	.step p {		
		font-size: 12px;
		line-height: 22px;		
		width: 350%;
	}
	.step img{		
		width: 35%;
		right: 10px;
		top: 130px;
	}
	a.jms-link{				
		padding: 3px 5px;		
		font-size: 10px;
		width: 180%;
		text-align: center;				
	}
}

/* ---------------------------------------------------------------------- */
/*	380px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 380px) {	
	.table a{
		margin-left: 24%;
	}
	.title {
		padding: 20px 1% 0 1%;
	}
	.table .title_table{
		width: auto;
	}
	.table:hover .title_table{
		width:auto;
		margin-left: 0;
	}
	.contact_us form input[type="submit"]{
		width: 50%;
	}
	.buttons ul li .download{
		margin-right: 0px;
	}
	.buttons ul li{
		line-height: 40px;
	}
	/*Slide-----------------*/
	
	.jms-slideshow {
		height: 250px;
	}
	.jms-wrapper {				
		height: 250px;		
	}
	.step {	
		width: 300px;
	}
	.step h2{				
		width: 180px;		
		padding: 180px 0 10px 0;
	}
	.step h3{	
		width: 180px;			
	}
	.step p {		
		display: none;
	}
	.step img{		
		width: 70px;
		right: 20px;
		top: 180px;
	}
	a.jms-link{				
		margin-top: 0px;
		width: 100px;					
	}

}

/* ---------------------------------------------------------------------- */
/*	320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	.table a{		
		margin-left: 15%;
	}
}
