@charset "utf-8";

/* ============================== */
/* 
	- Title: Ebook
	- Autor: Imaginacionweb 
	- Email: jmartinez@imaginacionweb.net
	- Version: 1.04
*/
/* ============================== */
/* ---------------------- 
	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);*/
/*Skins*/
@import url("skins/default.css");
/*Transitions*/
@import url("transition/transition.css");
/*Icons*/
@import url("icons/font-awesome/css/font-awesome.min.css");
/*slide.css*/
@import url("slide/camera.css");
/*Flexslider*/
@import url("flexslider.css");
/*Animations*/
@import url("animations/animate.css");
/*Rantign*/
@import url("ranting/style.css");

/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 15px;	
	line-height:25px;
	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;
}
ul{
	margin: 0;
}
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"]{
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #555;
	color: #fff;
	border: none;
	border-bottom: 3px solid #3f3f3f;
	padding: 7px 0;
}
form input[type="submit"]:hover{
	background-color: #3f3f3f;
}
/*Menu*/
/* nav-------------------------------*/
.tinynav{
	display: none;
}
.menu{	
	padding: 25px 30px 60px 30px;
}
.menu_details{
	padding: 25px 30px 60px 30px;
	border-bottom: 1px solid #cdcdcd;
}
.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: 99999;
	background: #fbfafa;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	left: 0;	
}
.is-sticky #logo a img{
	margin-left: 28%;
	width:60%;
}
.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);
}
.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);
	cursor: pointer;
}
.about .download{
	text-align: center;
	padding: 8px 8px;
}
.about .social-icon{
	margin-top: 10px;
}
.download{
	background-color: #555;
	padding: 8px 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	border-bottom: 3px solid #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.download:hover{
	background-color: #3f3f3f;
}
.download a{
	color: #fff;
}
/*Features*/
.features .img_book{
	width: 90%;
	padding-left: 5%;
	padding-top: 10%;
	padding-bottom: 20px;
}
.features ul li{
	font-size: 45px;
	line-height: 55px;
	display: inline-block;
	margin-right: 15px;
}
.features .icon-apple{
	color: #fe654c;
}
.features .icon-android{
	color: #a4c639;
}
.features .icon-windows{
	color: #fec54c;
}
.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: 45%;
	margin-top: -10px;
}
.tweets .icon img{
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 5px;
	border: solid 1px #cdcdcd;
}
.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;
}
.flexslider .flex-direction-nav{
	display: none;
}
.flexslider .slides .info_book img {
	display: inline; 
	width: 16px;
}
.info_book ul li{
	display: inline-block;
	list-style: none;
	margin-right: 0;
	line-height: 30px;
}
.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{
	line-height: 30px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
}
.about_book ul li i{
	font-size: 12px;
}
.about_book ul li .relief{
	margin-right: 4px;
}
.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 a{
	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);
	max-width: 400px;
	border: 1px solid #dad9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table .title_table{
	padding: 10px 10px 0 10px;
	width: 95%;
}
.table:hover .title_table{
	width:98%;
	margin-left: -2%;
}
.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: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.table ul{
	text-align: center;
}
.table ul li{
	padding: 5% 0;
	font-size: 15px;
	line-height: 25px;
	border-top: 1px dashed  rgba(85,85,85,0.2);
	list-style: none;
}
.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{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
	box-shadow: 1px 2px 5px rgba(0,0,0,.5);
}
.table:hover ul li:last-child{
	margin-bottom: 40px;
}
.table a{
	padding: 13px 15px;
	color: #fff;
	font-weight: 700;	
	margin-left: 31%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
}
.table a:hover{
	background-color: #3498db;
}
/*Contact Us*/
#contact iframe{
	width: 100%;
	border: none;
	margin-bottom: 25px;
	height: 350px;
}
.contact_us input[type="text"],.contact_us input[type="email"] {
	width: 95%;
	margin-bottom: 20px;
	height: 28px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dad9d9;
	font-size: 14px;
	font-style: italic;
	color: #898686;
}
.contact_us label{
	font-weight: bold;	
}
.contact_us textarea {
	width: 95%;
	height: 150px;
	font-size: 14px;
	font-style: italic;
	color: #898686;
	border: 1px solid #dad9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/*Social*/
.social-icon a {
	font-size: 20px;
	color: #555;
	border-radius: 100%;
	margin: 0 5px;
	padding: 5px 0px 5px 12px;
	border: 2px solid #555;
}
	.icon-twitter:hover{
		color: #2BB4E0;
	}
	.icon-linkedin:hover{
		color: #1683BB;
	}
	.icon-github:hover{
		color: #0262DB;
	}
	.icon-pinterest:hover{
		color: #B62424;
	}
	.icon-google-plus:hover{
		color: #CD3826;
	}
	.icon-facebook-sign{
		color: #3C599B;
	}
#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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-style: italic;
	color: #898686;
}
.contact_us form input[type="submit"]{
	width: 30%;
	height: 40px;
}
.newsletter #mc_embed_signup form input[type="submit"]{
	width: 100%;
}
.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;
}

/* Top ---------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}
/* ---------------------------------------------------------------------- */
/*	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;
	}
	.is-sticky #logo a img{
		margin-left: 23%;
	}
	.is-sticky nav ul{	
		margin-right: 12%;
	}
	#about,#gallery,#features,#prices,#contact{
		padding-top: 60px;
		padding-bottom: 50px;
	}

	/*Slide----------------------*/

	.camera_caption h1{		
		font-size: 40px;
		line-height: 50px;		
		width: 70%;	
		padding: 20px 0;	
	}
	.camera_caption h3{
		font-size: 22px;
		line-height: 32px;		
		width: 65%;
	}
	.camera_caption p {		
		font-size: 18px;
		line-height: 28px;		
		width: 75%;
	}

}

/* ---------------------------------------------------------------------- */
/*	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-----------------------------*/	
	.camera_caption h1{		
		font-size: 30px;
		line-height: 40px;		
		width: 75%;
		padding: 10px 0;
	}
	.camera_caption h3{
		font-size: 18px;
		line-height: 28px;		
		width: 75%;
	}
	.camera_caption p {		
		font-size: 15px;
		line-height: 25px;		
		width: 75%;
	}

	/*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: 768px){
	#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%;
		width:60%;
	}
	.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;
	}
	.slides .about_photo img{
		max-width: 100%;
	}
	.about_photo img{
		max-width: 50%;
	}
	.about .download {
		max-width: 40%;	
	}
	.testimonials .icon{
		margin-top: 0;
	}
	.tweets .icon{
		padding-left: 0;
		margin-top: 0;
	}
	.tweets{
		border-left: 0;
	}
	.table{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.table:hover{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	}
	.title_table{
		text-align: center;
	}
	.table:hover .title_table{
		width:95%;
		margin-left: 0%;
	}
	.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: 25px;
	}
	.copry p,.copry ul{
		text-align: center;
	}	
	h1 {
		font-size:26px;
		line-height: 36px;
	}
	h2 {
		font-size:22px;
		line-height: 32px;
	}
	h3 {
		font-size:20px;
		line-height: 22px;
	}

	/*Slide-----------------*/
	
	.camera_caption h1{		
		font-size: 24px;
		line-height: 34px;		
		width: 100%;		
		padding: 5px 0;
	}
	.camera_caption h3{
		font-size: 15px;
		line-height: 25px;		
		width: 100%;
	}
	.camera_caption p {		
		font-size: 13px;
		line-height: 23px;		
		width: 100%;
	}
	.camera_caption .span4{
		position: absolute;
		right: 20px;
		width: 28%;
		top: 2%	;
	}
	.camera_caption .span8{
		width: 55%;
	}
	.about_photo{
		margin-top: 40px;
	}
}
/* ---------------------------------------------------------------------- */
/*	568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
	
	#about,#gallery,#features,#prices,#contact{
		padding-top: 110px;
	}
	.title h4{
		font-size: 20px;
		line-height: 30px;
	}
	.title{
		padding: 20px 1%;
	}
	.top_content{
		margin: 0;
	}	
	.table a{
		margin-left: 35%;
	}
	.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-----------------*/
	
	.camera_caption h1{		
		font-size: 18px;
		line-height: 25px;							
	}
	.camera_caption h3{
		font-size: 13px;
		line-height: 20px;				
	}
	.camera_caption p {		
		font-size: 12px;
		line-height: 20px;				
	}
	a.jms-link{				
		padding: 8px 10px;		
		font-size: 13px;				
	}
}

/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 480px) {
	body{
		padding: 0;
		text-align: center;
	}	
	.menu{	
		padding: 20px auto;
	}		
	.menu_details {
		padding: 20px 30px 5px 30px;
	}
	.tweets .icon,.about .download {
		margin: 0 auto;
	}
	.table {
		max-width: 350px;
	}
	.table a {
		margin-left: 4%;
	}	
	/*Slide-----------------*/
	
	.camera_caption h1{		
		font-size: 16px;
		line-height: 26px;									
	}
	.camera_caption h3{
		font-size: 12px;
		line-height: 22px;				
		margin-top: 0;			
	}
	.camera_caption p {		
		font-size: 12px;
		line-height: 22px;				
	}
	a.jms-link{				
		padding: 3px 5px;		
		font-size: 10px;		
		text-align: center;				
	}
}

/* ---------------------------------------------------------------------- */
/*	380px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 380px) {	
	.title {
		padding: 20px 1% 0 1%;
	}
	.table .title_table{
		width: auto;
	}
	.table:hover .title_table{
		width:auto;
		margin-left: 0;
	}
	.table {
		max-width: 300px;
	}
	.contact_us form input[type="submit"]{
		width: 50%;
	}
	.buttons ul li .download{
		margin-right: 0px;
	}
	.buttons ul li{
		line-height: 40px;
	}	
	.camera_caption p {		
		display: none;
	}
	a.jms-link{				
		margin-top: 0px;
		width: 100px;					
	}

}

/* ---------------------------------------------------------------------- */
/*	320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	.about .download {
		max-width: 50%;
	}
	.table {
		max-width: 250px;
	}
}
