.header {
	background-color: #FFF001; /*rgba(255, 241, 2, 1);*/
	padding-top: 20px; /*30px;*/
	padding-bottom: 20px; /*30px;*/
}

.header .left {
	padding-top: 50px;
}

.header .header-title {
	font-family: 'Helvetica Neue';
	color: #0031AA;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0.8px;
	margin-bottom: 25px;
}

.header .header-subtitle {
	font-family: 'Open Sans';
	color: #0031AA;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	max-width: 500px;
	margin-bottom: 20px;
}

.header ul {
	padding-left: /*30px;*/ 0;
	margin-bottom: 0;
	list-style-type: none;
  	/*list-style-image: url('../../../images/check_on_little_transparent.png');*/
}

.header ul li {
	font-family: 'Open Sans';
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url('../images/check_on_little_transparent.png') no-repeat left 2px;
}

.header .book-mockup {
	/*343px * 431px*/
	display: block;
	margin-left: auto;
	height: 431px;
	width: auto;
}

.download-wrapper {
	padding-top: 40px;
	padding-bottom: 70px;
}

.download-wrapper button {
	border: 0;
	background-color: #FFF001;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;

}

.download-wrapper button img {
	margin-right: 30px;
	position: relative;
	bottom: 1px;
}

.download-wrapper span {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	color: #0031AA;
}

.ebook-content .ebook-content-title {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 32px;
	line-height: 22px;
	color: #0031AA;
	margin-bottom: 25px; 
}

.ebook-content .outstanding {
	border-bottom: 1px solid rgba(0, 50, 170, 1);
	margin-bottom: 30px;
}

.ebook-content .fixes {

}

.ebook-content .fixes .fix {
	margin-bottom: 20px;
}

.ebook-content .fixes .fix img {
	margin-bottom: 10px;
}

.ebook-content .fixes .fix-title {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #0031AA;
	font-size: 16px;
	line-height: 23px;
	height: 46px;
}

button.view-more {
	border: none;
	background-color: transparent;
	margin-bottom: 20px;
}

button.view-more span {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #0031AA;
	margin-right: 15px;
	vertical-align: middle;
}

button.view-more span.minus {
	display: none;
}

button.view-more.displayed span.more {
	display: none;
}

button.view-more.displayed span.minus {
	display: inline;
}

button.view-more img {
	transition: all .5s linear;
}

button.view-more.displayed img {
	rotate: 180deg;
}

/* login */
#login-modal .modal-content {
    border-radius: 0;
    background-color: #ECECEC;
}

#login-modal .modal-content .modal-body {
    padding-top: 50px;
    padding-bottom: 35px;
}

#login-modal .modal-dialog {
    max-width: 550px;
}

#login-modal .modal-header button {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    text-shadow: none;
    color: #FFF;
    font-weight: 100;
    font-size: 40px;
}

#login-modal .modal-content .modal-header button .button-wrapper {
    height: 40px;
    width: 40px;
    background-color: #064B8D;
    border-radius: 20px;
    display: table;
}

#login-modal .modal-content .modal-header button .button-wrapper .button-character {
    display: table-cell;
    vertical-align: middle;
}
/* fin login */

/* formulario de registro de usuario */
#register-form {
    background-color: #ECECEC;
    padding: 55px 0;
    display: none;
}

#register-form .container {
    max-width: 780px;
}

#register-form .text {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

#register-form label {
    color: #084076;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

#register-form label.error {
    color: red;
}

#register-form input[type='text'], #register-form input[type='tel']  {
    border: 1px solid #7B7B7B;
    height: 35px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px;
}

#register-form input[type='text'].error, #register-form input[type='tel'].error {
    border: 1px solid red;
}

#register-form select {
    border: 1px solid #7B7B7B;
    height: 35px;
    margin-bottom: 15px;
    width: 100%;
}

#register-form .select-wrapper {
    background: #fff url("../images/arrowselect-transparent.png") no-repeat scroll right 10px center;
    height: 35px;
    background-color: FFF;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

#register-form .conditions {
    margin-top: 55px;
}

#register-form .button-wrapper {
    text-align: right;
}
/* fin formulario de registro de usuario */

#loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1051;
}

@media(max-width: 992px) {

}

@media (max-width: 768px) {
	.header .header-title {
		font-size: 32px;
		line-height: 35px;
	}

	.header .header-subtitle {
		font-size: 18px;
		line-height: 28px;
	}

	.ebook-content .ebook-content-title {
		font-size: 24px;
		line-height: 22px;
	}

	.header .left {
  		padding-top: 15px; /*10px;*/
  		margin-bottom: 25px
	}

	.header .book-mockup {
		margin-right: auto;
	}

	.ebook-content .fixes .fix-title {
		height: 69px;
	}

	.download-wrapper {
		text-align: center;
		padding-bottom: 40px;
	}

	button.view-more {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}

	/* formulario de registro de usuario */
    #register-form .text {
        text-align: left;
        font-size: 16px;
    }

    #register-form .button-wrapper button {
        width: 100%;
    }
    /* fin formulario de registro de usuario */
}

