body{
	margin: 0px;
	font-family: Helvetica, Verdana;
	background: #F1F1F1;
}

#header{
	height: 170px;
}

#main{
	width: 1000px;
	margin: auto;
}

#blue-zone{
	background-color: #7bb5df;
	padding-top: 20px;
}
#logo_torre{
	height:184px;
	width:330px;
	margin-bottom: 0px;
	
	
}
 
.inlined{
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.separator{
	height: 20px;
}

.btn-link, .btn-link:hover{
	text-decoration: none;
}

#anchors-ul a {
    text-decoration: none;
    color: black;
}

/****** MENU ******/
#anchor-menu{
	text-align: center;
	padding-bottom: 10px;
}

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

.anchor-li{
	display: inline-block;
	margin-right: 30px;
}

#item-middle{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-left: 30px;
    padding-right: 30px;
}

/******* EXPLANATIONS AND BOOK TOWER ********/
#explanations{
	/*width: 41.5%;
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	box-sizing: border-box;*/
}

#explanations h1, .h1-title{
	font-family: 'Corben';
    color: #003152;
    font-size: 33pt;
    line-height: 53px;
    margin-bottom: 5px;
    font-weight: bold;
}

#explanations h2{
	font-family: 'Corben';
    color: #ffffff;
    font-size: 21pt;
    line-height: 45px;
    margin-bottom: 5px;
}

#explanations h3{
	font-family: 'Corben';
    color: #ffffff;
    font-size: 18pt;
    line-height: 38px;
    margin-bottom: 20px;
}

#la-torre-img{
	/*margin-left: 76px;*/
}

#children, #la-torre{
	display:inline-block;
	position: absolute;
    bottom: -4px;
    left: 27px;
}

#children-img{
	position: absolute;
    bottom: -7px;
    left: 190px;
}

#children-img1{
	position: absolute;
    bottom: -7px;
    left: 350px;
}

#children-img2{
	position: absolute;
    bottom: -7px;
    left: 145px;
}

.red-button, .orange-button{
	width: 180px;
	background-color: #fb041b;
	color: white;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.orange-button{
	background-color: #ed7a00;
}


.white-link{
	color: #fff;
	text-decoration: underline;
}

.white-link:hover{
	text-decoration: none;
}


/******** ADD BOOK AREA *******/

#add-book{
	background-color: #fff;
	padding-top: 30px;
}

.h1-title{
	text-align: center;
}

.blue{
	color: #7bb5df;
	font-size: 30pt;
    margin-top: 10px;
}

/******* MODAL *******/
#modal-box{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-div{
	background-color: white;
    width: 760px;
    margin: auto;
    margin-top: 80px;
    padding: 0px;
    border-radius: 30px;
    box-shadow: 4px 4px 6px #3C3838;
    font-family: Helvetica, Verdana;
    font-size: 11pt;
}

#modal-content {
    padding: 40px 95px 10px 95px;
}

#modal-title-content {
    display: inline-block;
}

#modal-close{
	display: inline-block;
    float: right;
    margin-top: 8px;
    margin-right: 13px;
    cursor:pointer;
}

#modal-content label {
    margin-right: 30px;
}

/****** REGISTER FORM ********/
.form_row input {
    background-color: #dfe7f4;
    border: none;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.form_row {
    margin-bottom: 20px;
}

input#app_user_registration_school {
    width: 340px;
}

input#app_user_registration_district {
    width: 365px;
}

input#app_user_registration_phone {
    width: 170px;
}

input#app_user_registration_city {
    width: 235px;
}

input#app_user_registration_name {
    width: 395px;
}

input#app_user_registration_email {
    width: 410px;
}

input#app_user_registration_password {
    width: 320px;
}

input#app_user_registration_class_number {
    width: 100px;
}

button#app_user_registration_save, button#password_save {
    background-color: #7bb5df;
    font-family: Helvetica, Verdana;
    color: white;
    text-transform: uppercase;
    border: 0px;
    padding: 10px 20px;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    font-weight: bold;
    cursor:pointer;
}

#submit-row{
	text-align: right;
    padding-right: 6px;
}

.form_row input.error {
    border: 2px solid red;
}

#modal-content .form_row label.error {
    display: none;
    margin: 0;
}

div#error-message {
    color: red;
    margin-bottom: 20px;
    font-weight: bold;
}

#success-message{
	color: green;
	text-align: center;
	font-weight: bold;
	display:none;
	margin-bottom: 30px;
}

#password-forgotten{
	text-decoration: underline;
	color: black;
	font-size: 10px;
	margin-bottom: 5px;
	cursor:pointer;
}

#password-forgotten:hover{
	text-decoration: none;
}

/********* LOGIN FORM ********/
.login-row input {
    background-color: #dfe7f4;
    border: 0px;
}
.login-row {
    margin-bottom: 5px;
    font-size: 14px;
}

.form-label {
    display: inline-block;
    width: 70px;
    text-align: right;
}

.form-btn{
	display: inline-block;
	width: 170px;
    text-align: left;
}

#login_validate {
    background: #003152;
    color: white;
    border: 0px;
    padding: 3px 7px;
    cursor: pointer;
}

.login-llibres-form {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nb-llibres{
	text-align: center;
	margin-bottom: 20px;
}

#nb_books{
	border: 0;
    padding: 3px;
}

.btn-zone{
	text-align: center;
    margin-bottom: 20px;
}

#validate-books{
	background: #7bb5df;
	color: white;
	padding: 10px 20px;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    font-weight: bold;
    cursor:pointer;
    border: 0px;
}

form#add-book-form .inlined {
    width: auto;
}

form#add-book-form .inlined.text-right{
	text-align: right;
	margin-left: 30px;
}

#add-book-form input, .nb-llibres input {
    border: 0px;
    padding: 5px;
    background: #dfe7f4;
}

#text-info{
	text-align: center;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 200px;
}

#bottom-zone{
	min-height: 151px;
	background: url('/torredellibres/img/ximixescallibres.png') no-repeat bottom right;
}


/****** ORANGE ZONE ******/
#the-initiative{
	background-color: #ed7a00;
	padding: 30px;
}

#the-initiative .h1-title{
	color: white;
}

.initiative-text {
    margin-top: 30px;
    text-align: center;
    line-height: 22px;
}

.initiative-text a {
    color: black;
}

/******* FOOTER *******/
#footer{
	background: #003152;
	color: white;
	padding: 40px;
}

.white-underlined-text{
	text-decoration: underline;
}

.ul-no-check{
	list-style-type: none;
}

.ul-no-check li{
	display: inline-block;
	margin-right: 22px;
    margin-top: 20px;
    vertical-align: middle;
    width: auto;
}


#footer-left, #footer-right{
	display: inline-block;
	width: 50%;
    float:left;
}

#footer-bottom{
	text-align:center;
	margin-top: 40px;
}

#footer-right ul.ul-no-check {
    margin-top: 0px;
}

#footer-right {
    vertical-align: top;
    text-align: right;
}
/* 2018 */
div.last_torre{
	margin-top: 30px;
	text-align: center;
}
img#img_torre_last_year{
	margin: auto;
    height: 300px;
    width: auto;	
}
li a img#insta{
	height: 32px;
	width: 32px;
}
li#yt, li#tw{
	margin-right: 0px;
}


.under {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
  
.over {
    position: absolute;
    left: 0px;
    top: 33px;
    z-index: 0;
}

.text {
    font-size: 1.2em;
}