html{
	font-weight: 300;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

h2{
	/*font-size: 2rem;*/
	font-weight: 400;
}
h4{
	font-size: 1.8rem;
	font-weight: 100;
}
/* Pre-Header */
#pre-header{
	width: 100%;
	height: 30px;
	padding: 5px;
}
#pre-header a{
	padding: 5px;
	color: white;
	transition: background-color .3s;
}
#pre-header a:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
#pre-header .left-align{
	float: left;
}
#pre-header .right-align{
	float: right;
}
#pre-header .title{
	margin-top: -5px;
}
#pre-header .title a{
	font-size: 1.3em;
}

.control-group{
	max-width: 500px;
}

/* Header */
#modal-contact {
	overflow-x: hidden;
}
nav.home-page{
	height: 120px;
}
nav.home-page .brand-logo{
	height: 120px;
}
nav.home-page .brand-logo svg{
	margin: 10px;
	height: 100px;
	width: auto;
}
.side-nav .separator {
	color: #444;
}
.menu-movil .no-collapsible {
	padding: 0 16px;
}
.menu-movil li {
	border-top: 1px solid #e0e0e0;
}
.menu-movil > li:LAST-CHILD {
	border-bottom: 1px solid #e0e0e0;
}
.menu-movil .collapsible-header > a {
	position: relative;
}
.menu-movil .collapsible-header > a > i {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 48px;
	line-height: 48px;
}
.menu-movil .collapsible-header {
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
	padding: 0 16px;
}
.menu-movil .collapsible-body li a, .menu-movil.fixed .collapsible-body li a {
	padding: 0 14px 0 16px;
}
.menu-movil a {
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
}
.mega-menu {
	text-transform: uppercase;
}
.separator.mega-menu {
	background-color: transparent;
	transition: background-color .3s;
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}
.home-page .separator.mega-menu {
	margin-top: 56px;
}
nav.home-page > .nav-wrapper > ul > li > a {
	margin-top: 56px;
}
nav.home-page ul.side-nav a{
	margin-top: 0px;
}
nav.home-page a.button-collapse{
	margin-top: 30px;
}
.mdi-navigation-menu {
	padding: 5px;
}
.mdi-navigation-menu svg{
	width: 50px;
}
.brand-logo svg{
	margin: 7px;
	height: 50px;
	width: auto;
	fill: #fff;
}
@media (max-width: 601px){
	.brand-logo svg{
		height: 40px;
	}
	.mdi-navigation-menu svg{
		padding: 7px;
	}
}
nav.home-page ul.dropdown-content a{
	margin-top: 0px;
}
nav.home-page ul.dropdown-content{
	top:56px!important;
}
.side-nav svg{
	width: 150px;
    margin: 0px 20px;
    padding: 10px 0px;
    fill: #e64a19;
}
.dropdown-content li {
	margin-left: 0px;
}

.dropdown-content .collapsible-header{
    border-bottom: 0px;
    padding: 0px;
}

.dropdown-content .collapsible-header a{
	font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;}

.nav-wrapper ul.right.hide-on-med-and-down{
	z-index: 100;
}
.nav-wrapper .dropdown-content li:hover, .nav-wrapper .dropdown-content li:hover .collapsible-header{
	background-color: #26a69a;
}
.nav-wrapper .dropdown-content li:hover a{
	color: white;
}

.nav-wrapper .dropdown-content li:hover .collapsible-body li{
	background-color: white;
}
/*
#dropdown-what.dropdown-content li > a{
	position: relative;
	float: left;
	width: 80%;
}
#dropdown-what .collapsible-header{
	position: relative;
    float: right;
    width: 20%;
    border-bottom: 0px;
    margin-top: 0px;
    height: 50px;
}
#dropdown-what i.material-icons{
	margin: 22px 0 0 0;
    padding-left: 5px;
    height: auto;
    line-height: 0;
} 
/* Usr management */
.user-mng{
	max-width: 500px;
	margin:auto;
	padding: 40px 0;
}

/* Bread crums */

.breadcrumb{
	margin:5px 0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	    padding-left: 5px;
}

.breadcrumb span{
	text-transform: uppercase;
}

.breadcrumb .divider{
	background: white;
	color: #ff7043;
}

.breadcrumb .divider.icon-location{
	color: white;
}

.breadcrumb:last-child{
	color: #ff7043;
}

ul.breadcrumb li{
  display: inline;
}

/* Profile */
.status.label{
	padding: 2px;
	color: white;
}
.status.label.label-success{
	background: #00bfa5;
}
.status.label.label-danger{
	background: #E64A19;
}

/* Portada */


.card-title-background, .full-text-background{
	position:absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.slider .slides li .caption{
	top:70%;
}
@media (max-width: 993px){
	.slider .slides li .caption{
		top:20%;
	}
	.full-text-background{
		background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
}
.slider a h3{
	color: white;
}
.slider .navigators{
	position: absolute;
	top: 200px;
	z-index: 10;
	width: 100%;
}
.slider .navigators i{
	position: relative;
	cursor: pointer;
}
.slider .navigators i.left-align{
	float: left;
}
.slider .navigators i.right-align{
	float: right;
}
.title{
	text-align: center;
	margin: 80px 0 60px 0;
	padding: 0px!important;
}

.title h2{
	padding: 30px 0;
	margin: 0px;
	transition: 1s;
}

.news .btn-large, .events .btn-large{
	width: 100%;
	margin: 10px 0;
}

.news-section div{
	position: relative;
}

.news-section .img-fondo svg{
	top: auto;
	left: auto;
}

.networks{
	padding: 100px 0 40px 0;
	
}

.networks .col{
	transition: 0.6s;
	padding: 0.75rem;
	/*opacity: 0;*/
}
 
.networks .col:hover, .title h2:hover, .title h4:hover, .card.choose:hover, #the-jesuits a:hover,a:hover .conference, #wwd .card:hover, .meeting-docs a h4:hover, .private_netproj .card:hover, .institution .card:hover{
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.networks .network-img{
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;

}

.networks  .network-img img, .networks  .network-img svg{
	height: 150px;
	width: auto;
	max-width: 100%;

}
.network-img path{
	fill: #00BFA5;
}
.network-title{
	height: 150px;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0 0;
}

.network-title h4{
	width: 100%;
}

.news .col{
	opacity: 0;
}

.section.events{
	background: url("/custom/img/verano.jpg") no-repeat fixed center;
	background-size: cover !important;
}
.events-header{
	color:white;
	text-align: center;
	margin: 60px 0 30px 0;
}
.events-header h3{
	line-height: 80px;
}
.events-header img{
	width: 100%;
	height: auto;
}
.events-e .col{
	height: 90px;
	margin: 5px 0;
	padding: 0 4px;
}
.events-e .lugar, .events-e .descripcion{
	height: 88px;
	padding: 2px;
	margin-top: 1px;
	font-size: 1.2rem;

}
.events-e .fecha{
	background: rgba(0, 0, 0, 0.6);
	color: white;
	height: 90px;
	padding: 2px;
}
.events-e .lugar, .events-e .descripcion{
	background-color: white;
}
.fecha h5{
	margin: 1px 0 0 0;
    font-size: 2.5rem;
    font-weight: 100;
}
.descripcion a{
	    position: relative;
    float: right;
    margin-right: 5px;
}
.descripcion .readmore{
	font-size: 1rem;
	margin-top: 10px;
}
/* Footer */
footer.page-footer {
	margin-top: 0px;
}
footer .map img{
	width: 100%;
	height: auto;
}
footer .contact-us{
	position: relative;
	float: right;
	display: flex;
	margin: 5px;

}
footer .contact-us img{
	height: 30px;
	width: auto;
	margin: 2px;
}
footer .contact-us a .c{
	    color: white;
    line-height: 30px;
    font-size: 1.6rem;
    margin: 5px 5px 20px 5px;
}
.post-footer{
	padding: 5px;
	line-height: 35px;
}
.post-footer .info{
	position: relative;
	float: left;
	color: white;
}
.post-footer .sjd{
	position: relative;
	float: right;
	line-height: 20px;
}
.post-footer .contact{
	position: relative;
	float: right;
	margin: 0 40px;
}
.post-footer .sjd img{
	width: 35px;
	height: auto;
}
.post-footer a{
	color: white;
}

/* News */
.fixed-action-btn.horizontal img{
	width: 25px;
	height: auto;
}
pre{
	font-family: "Roboto";
	font-style: italic;
}
img.pull-right{
	position: relative;
	float: right;
	margin: 10px 0 20px 10px;
	max-width: 100%;
	height: auto;
}
img.pull-left{
	position: relative;
	float: left;
	margin: 10px 20px 10px 0;
	max-width: 100%;
	height: auto;
}
img.pull-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.articleBody img{
	max-width: 100%;
	height: auto;
}
.full-text.item-image {
	width: 100%;
	height: 400px;


	background-repeat:no-repeat;
	/*
    background-attachment: fixed;*/
   -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}
.full-text-title{
	padding-top: 2px;
}

.full-text-title.no-image{
	margin-top: 40px;
}

.full-text-title h2{
	color: white;
	background-color: #e64a19;
	display: inline;
	font-size: 2.5rem;
}

.page-header{
	overflow: hidden;
}
.tags.inline,.article-info.muted{
	display: -webkit-box;
}
.tags.inline li,.article-info.muted dd{
	margin: 0 8px;
}
.article-info-term{
	display: none;
}

ul.pager.pagenav{
	display: inline-flex;
	margin: 20px;
}
ul.pager.pagenav li{
	margin: 0 10px;
}
/* Social 2s */
.social2s_credits{
	display: none;
}
.s2s_contenedor.fill_mobile{
	background: none;
}
i.fa{
	font-size: 2rem;
}
/* Blog news */
.blog-news .page-header img{
	width: 100%;
	height: auto;
}
.blog-news .page-header {
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	height: 60vh;
	position: relative;
}
.blog-news .page-header h1{
	color: white;
    font-size: 5rem;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin: 0;
}
.blog-news .news-section h2{
	font-size: 3rem;
}
.news-section{
	margin-top: 40px;
}
.news-section .card.medium .card-content{
	max-height: 33%;
}
.blog-news img.fondo{
	height: 400px;
	width: auto;
	position: absolute;
	z-index: -1;
}
.blog-news .capa-fondo{
	background: white;
	opacity: 0.8;
	width: 600px;
	max-width: 100%;
	height: 400px;
	position: absolute;
	z-index: -1;
}
.location{
	margin:0 10px;
}
.card.news-section{
	padding: 5px;
}
.news-section .card .card-image .card-title{
	font-size: 1.3rem;
}
.tag-category fieldset{
	border: 0px;
	width: 100%;
}
.tag-category .divider{
	margin-bottom: 50px;
}
fieldset.filters.btn-toolbar{
	background-color: #f4f4f4;
}
/* Busqueda */

a.search-button{
	margin: 24px 0px;
}
.advanced{
		display: none;
	}
@media (max-width: 993px){
	.advanced{
		display: none;
	}
	.advanced.advanced-search{
		display: block;
	}
}
/* PROVINCES */

#mapa{
	width: 100%;
	height: auto;
}

#mapa .map_province{
	cursor: pointer;
	position: relative;
}
#mapa .map_province:hover polygon,#mapa .map_province:hover path{
	fill: #e64a19;
}
#mapa .map-link{
	width: 100%;
	padding: 5px;
	text-align: center;
}
#mapa .col{
	margin: 5px 0;
}
.province-info{
	margin: 40px 0;
}
.province-info .head h3{
	font-weight: 300;
    padding: 10px;
    font-size: 2rem;
}
.prov-title a{
	width: 100%!important;
}
#tab_map{
	text-align: center;
	padding-top: 15px;
}
#tab_map img{
	width: 100%;
	max-width: 800px;
	height: auto;
}
#tab_link .collapsible-header img, #tab_link .collapsible-header svg{
	max-width: 42px;
}
#tab_link .collapsible-header svg path{
	fill: #616161;
}
#tab_link .collapsible-body img{
	max-width: 14px;
    margin: 0 0 2px 5px;
}
#tab_link .collapsible-header .row{
	margin-bottom: 0px;
	margin-top: 10px;
}
#tab_link .collapsible-header span{
	font-size: 1.6rem;
}
#tab_link .collapsible-header .titulo{
	margin-top: 5px;
}
/* The Jesuits */
#the-jesuits .img-1{
	width: 100%;
	height: 500px;
	background: url('/custom/who_we_are/the_jesuits/img/the-jesuits-1.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#the-jesuits .img-2{
	width: 100%;
	height: 500px;
	background: url('/custom/who_we_are/the_jesuits/img/the-jesuits-2.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#the-jesuits .img-3{
	width: 100%;
	height: 500px;
	background: url('/custom/who_we_are/the_jesuits/img/the-jesuits-3.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#the-jesuits .img-4{
	width: 100%;
	height: 500px;
	background: url('/custom/who_we_are/the_jesuits/img/the-jesuits-4.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#the-jesuits em{
	font-style: normal;
	font-size: 4rem;
	font-weight: bold;
}
#the-jesuits .card{
	padding:5px;
}
#the-jesuits .card span{
	line-height: 35px;
}
#the-jesuits .card.small,#the-jesuits .image{
	height: 220px;
}

#the-jesuits .image img{
	max-width: 100%;
    padding: 10px 20%;
}
@media (max-width: 1600px){
	#the-jesuits .card.small,#the-jesuits .image{
		height: 280px;
	}
	#the-jesuits em{
		font-style: normal;
		font-size: 3rem;
		font-weight: bold;
	}
}
@media (max-width: 1200px){
	#the-jesuits em{
		font-style: normal;
		font-size: 2.6rem;
		font-weight: normal;
	}
}
@media (max-width: 993px){
	#the-jesuits .card.small,#the-jesuits .image{
		height: 200px;
	}
	#the-jesuits em{
		font-style: normal;
		font-size: 3rem;
		font-weight: bold;
	}
	#the-jesuits .img-1,#the-jesuits .img-2,#the-jesuits .img-3,#the-jesuits .img-4{
		background-attachment: inherit!important;
		height: 300px;
	}
}
@media (max-width: 424px){
	#the-jesuits em{
		font-style: normal;
		font-size: 2.6rem;
		font-weight: normal;
	}
}
#the-jesuits .sj-img img{
	max-width: 100%;
	padding:10px 20%;
}
#the-jesuits .sj-title{
	text-align: center;
	height: 120px;
}
#the-jesuits .sj-title h4{
	width: 100%;
}
/* JCEP */
#jcep .img-1{
	width: 100%;
	height: 500px;
	background: url('/custom/who_we_are/jcep/img/jcep.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#jcep .sj-img img{
	max-width: 100%;
	padding:10px 20%;
}
#jcep .sj-title{
	text-align: center;
	height: 120px;
}
#jcep .sj-title h4{
	width: 100%;
}
/* Jesuits Wordwide */
.conference h4{
	text-align: center;
	font-weight: bold;
	color: black;
}
.conference .flow-text{
	text-align: center;
	color:black;
}
#jesuits-worldwide .conference{
	height: 600px;
}
@media (max-width: 1100px){
	#jesuits-worldwide .conference{
		height: 400px;
	}
}
#jesuits-worldwide #CEP{
	fill: #FF4337;
}
#jesuits-worldwide #JCU{
	fill: #990E35;
}
#jesuits-worldwide #JCS{
	fill: #F4B325;
}
#jesuits-worldwide #JCAP{
	fill: #929C17;
}
#jesuits-worldwide #CEPAL{
	fill: #DB6413;
}
#jesuits-worldwide #JESAM{
	fill: #B10007;
}
.map-conference:hover{
	fill:#00BFA5!important;
	cursor: pointer;
}
/* What we do */
#wwd .img-finding-god{
	width: 100%;
	height: 500px;
	background: url('/custom/what_we_do/img/cabecera-finding-god.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
#wwd .img-donate{
	width: 100%;
	height: 500px;
	background: url('/custom/img/donate-head.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
#wwd .img-preparing-mission{
	width: 100%;
	height: 500px;
	background: url('/custom/what_we_do/img/cabecera-preparing-mission.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
#wwd .img-depth-reflection{
	width: 100%;
	height: 500px;
	background: url('/custom/what_we_do/img/cabecera-depth-refection.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
#wwd .img-promoting-justice{
	width: 100%;
	height: 500px;
	background: url('/custom/what_we_do/img/cabecera-promoting-justice.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
#wwd .img-youth-media{
	width: 100%;
	height: 500px;
	background: url('/custom/what_we_do/img/cabecera-youth-media.jpg') no-repeat center center fixed;
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
@media (max-width: 601px){
	#wwd .img-finding-god{
		background: url('/custom/what_we_do/img/cabecera-finding-god.jpg') no-repeat center center;
	}
	#wwd .img-preparing-mission{
		background: url('/custom/what_we_do/img/cabecera-preparing-mission.jpg') no-repeat center center;
	}
	#wwd .img-depth-reflection{
		background: url('/custom/what_we_do/img/cabecera-depth-refection.jpg') no-repeat center center;
	}
	#wwd .img-promoting-justice{
		background: url('/custom/what_we_do/img/cabecera-promoting-justice.jpg') no-repeat center center;
	}
	#wwd .img-youth-media{
		background: url('/custom/what_we_do/img/cabecera-youth-media.jpg') no-repeat center center;
	}

}
.img-fondo svg{
	position: absolute;
	top: 680px;
	left: -20px;
	width: 50%;
	max-width: 400px;
	fill: #00bfa5;
	z-index: -1;
}
#wwd .texto,.network .texto{
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
}
#wwd .texto h3{
	padding-top: 80px;
	padding-bottom: 50px;
}
#wwd .card{
	text-align: center;
	height: 100px;
}
#wwd .card span{
	width: 100%;
	text-align: center;
}
/* Network */
.network-img{
	width: 100%;
	height: 500px;
	 
}
@media (max-width: 993px){
	.network-img{
		background-attachment: inherit!important;
		height: 300px; 
	}
}
.network a.more-news{
	max-width: 300px;
}
.network .centrado{
	text-align: center;
}
#network-private{
	background:url('/custom/what_we_do/img/fondo-meetings.jpg');
    position: relative;
}
#network-private .capa-trasparente{
    background-color: rgba(0, 191, 165, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#network-private h3{
	color:white;
	text-align: center;
	margin: 30px 0;
}
#network-private .buttons{
	text-align: center;
	margin: 10px 0;
}
#network-private .buttons a{
	margin: 30px;
}
/* Meetings */
.item-page-meetings{
	width: 80%;
	margin: auto;
}
@media (max-width: 993px){
	.item-page-meetings{
		width: 90%;
	}
}
.item-page-meetings iframe{
	width: 100%;
	height: 600px;
}
.item-page-meetings .page-header h2{
	background: #e64a19;
	color: white;
	display: inline-block;
	margin-top: 40px;
}
.meeting-docs h4{
	height: 200px;
	padding: 5px;
	background: red;
	transition: 0.5s;
}
.meeting-0 h4{
	background: #c2185b;
}
.meeting-1 h4{
	background: #6a1b9a ;
}
.meeting-2 h4{
	background: #ffa000;
}
.meeting-3 h4{
	background: #0288d1;
}
.meeting-docs a h4 {
	color:white;
	
}
/* JDownloads */
.jd_footer,.jd_content_wrapper {
	display: none;
}
.jd-item-page .btn a{
	color: white;
}
.jd_left span{
	margin-left: 10px;
}
/* Directory */
.jsn_list{
	background: url(/images/headers/directory_h.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Private areas */
.private_netproj{
	width: 100%;
	background: url("/custom/img/network.jpg") no-repeat center center;
	background-size: cover;
}
.private_netproj .secction{
	padding-bottom: 20px;
}
.private_netproj h3{
	padding-top: 20px;
}
.private_netproj a{
	height: 100px;
	margin: 10px auto;
}
.private_netproj a .img-container{
	 position: absolute;
    padding: 15px 1px 1px 1px;
}
.private_netproj a img{
	position: absolute;
	height: 75px;
	width: auto;
}
.private_netproj .card{
	background-color: rgba(73, 80, 80,0.5);
	height: 100px;
	width: 100%;
}
.private_netproj .card span{
	width: 100%;
}
.private_docdir .row{
	margin-bottom: 0px;
}
.private_docdir .col{
	height: 400px;
}
.private_docdir .p_documents .col{
	height: auto;
	margin: 10px 0;
}
.p_directory{
	width: 100%;
	background: url("/custom/img/directory.jpg") no-repeat center center;
	background-size: cover;
}
.private_docdir  a{
	margin: auto;
}
.p_documents{
	width: 100%;
	background: url("/custom/img/documents.jpg") no-repeat center center;
	background-size: cover;
}
/* Join the mission */
.join .head{
	width: 100%;
	height: 400px;
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover!important;
        background-position: center center;
        background-repeat: no-repeat;
     background-attachment: fixed!important;
}
.join h2 {
    position: absolute;
    margin: 335px 0 0 20px;
    color: white;
    font-size: 4rem;
}
@media (max-width: 993px){
	.join h2 {
		margin: 280px 0 0 20px;
	}
}
.join img{
	max-width: 100%;
	max-height: 100%;
}
.join .institution{
	text-align: center;
}
.join .institution .card{
	height: 300px;
	cursor: pointer;
}
.join .institution .image{
	height: 180px;
	width: 100%;
	padding: 5px;
}
.join .sacred .institution .image{
	height: 100px;
}
.join .institution img{
	margin: auto;
}
.join .institution h4{
	color: black;
}
.join .institution span{
	color: white;
	background-color: #e64a19;
	    margin: 2px;
}
#volunteer .head{
		background: url('/custom/join_the_mission/img/volunteer_1.jpg') no-repeat center center fixed;
}
#volunteer .action{
	background: url('/custom/join_the_mission/img/volunteer_2.jpg') no-repeat center center fixed;
	width: 100%;
	height: 400px;
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover!important;
}
#volunteer .action div{
	margin: auto;
}
#pray .head{
		background: url('/custom/join_the_mission/img/pray_1.jpg');
}
#pray .pray_as{
		background: url('/custom/join_the_mission/img/pray_2.jpg') no-repeat center center fixed;
		background-size: cover;
}
#pray .pope{
		background: url('/custom/join_the_mission/img/pope_0.jpg') no-repeat center center fixed;
		background-size: cover;
}
/*#become h2{
	text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0px 1px 0 #fff,
    0px -1px 0 #fff,
    -1px 0px 0 #fff,
    1px 0px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    0px 2px 0 #fff,
    0px -2px 0 #fff,
    -2px 0px 0 #fff,
    2px 0px 0 #fff,
    1px 2px 0 #fff,
    -1px 2px 0 #fff,
    1px -2px 0 #fff,
    -1px -2px 0 #fff,
    2px 1px 0 #fff,
    -2px 1px 0 #fff,
    2px -1px 0 #fff,
    -2px -1px 0 #fff;
}*/
#become ul li{
	list-style-type: circle;
	margin-left: 20px;
}
#become .head{
		background: url('/custom/join_the_mission/img/become_0.jpg') no-repeat center center fixed;
		background-size: cover;
		box-sizing: content-box;
}
#become .img-background{
		background: url('/custom/join_the_mission/img/become_2.jpg') no-repeat center center fixed;
		background-size: cover;
}
#become .choose{
		background: url('/custom/join_the_mission/img/become_1.jpg') no-repeat center center fixed;
		background-size: cover;
		height: 700px;
}
/* Otros */

a{
	color: #ff7043;
}
.coockie_banner{
	opacity: 0.9;
    z-index: 100000;
}
#pre-header .dropdown-content li > a{
	color: #ff7043;
}
#dropdown-what.collapsible{
	margin: 0px;
}

.tooltip{
	background: #ff7043;
	color: white;
	max-width: 200px;
	padding: 10px;
}

ul > li > ul > li {
	margin-left: 10px;
}
ul > li.no-padding > ul > li {
	margin-left: 0px;
}
.tabs .tab a{
	color: #e64a19;
}

.tabs .indicator {
	background-color: #e64a19;
}
.item-pagenews .articleBody ul {
	padding-left: 20px;
}
.item-pagenews .articleBody ul li{
		list-style-type: circle;

	display: list-item;
}
.item-pagenews .articleBody h2{
	font-size: 2.8rem;
}
.item-pagenews .articleBody h3{
	font-size: 2.5rem;
}
.item-pagenews .articleBody h4{
	font-size: 2.2rem;
}
.item-pagenews .articleBody h5{
	font-size: 1.8rem;
}
.btn-toolbar{
	display: inline-flex;
}
.btn-toolbar .btn-group{
	margin: 5px;
}
.edit ul.nav.nav-tabs{
	display: inline-flex;
}
.edit ul.nav.nav-tabs li{
	margin: 5px;
}
#system-message{
	 width: 90%;
    margin: 40px auto;
    background-color: #ff7043;
    color: white;
}
#system-message a.close{
	color: white;
    font-size: 3rem;
    position: relative;
    float: left;
    margin-left: 20px;
}
#system-message h4{
	padding-left: 70px;
    padding-top: 50px;
    font-weight: bold;
}
#system-message div div{
	padding-left: 40px;
    padding-bottom: 20px;
}
blockquote {
	border-left: 5px solid #ff7043;
}
.pagination li.active{
	background-color:#e64a19;
}
#acymodifyform [type="radio"]:not(:checked), #acymodifyform [type="radio"]:checked {
    position: initial;
    left: -9999px;
    opacity: 1;
}
.side-nav a.logo{
	height: 140px;
	padding: 0px;
}
/* Media para que se vean bien imagenes en iPhone */
@media (max-width: 661px){
	.join .head, #pray .pray_as, #pray .pope,#become .choose,#become .img-background,#volunteer .action, .network-img,.section.events{
		background-attachment: initial!important;
	}
}
.s2s_fb_count_share,.s2s_fb_count_like,.s2s_fb_count_total{
	display: none;
}

blockquote{
	width: 100%;
    overflow: hidden;
}
div[itemprop="articleBody"] ul li {
	    list-style-type: circle;
	    margin-left: 25px;
}
/*
.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active{
	background-color: #e64a19;
}
.side-nav a, .side-nav a.collapsible-header, .side-nav .collapsible-body li a.collapsible-header{
	color: #444;
    display: block;
    font-size: 1rem;
    /* height: 64px; 
    line-height: 1.5;
    padding: 0 30px;
    padding: 15px 30px;
}*/

/* JDOWNLOADS BUTTONS */
.jgray{
}
#acymodifyform div.acy_onefield{
	clear: inherit;
}
#acymodifyform div.inputVal{
	width: 100%;
}

/* JEvents */
a.cal_daylink .listview {
    display: none;
}

.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
	padding: 0 14px 0 40px;
}

.menu li .submenu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.25s linear, height 0.5s;
	height: 0px;
}
.menu li:hover .submenu {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.nav-child li:hover > ul {
	visibility: visible;
	opacity: 1;
	height: auto;
	min-height: 100%;
}
.submenu {
	position: absolute;
	width: 100%;
	background-color: white;
	left: 0px;
	z-index: 99;
	color: black;
	padding: 1rem .75rem;
}
.submenu > .nav-child {
	position: relative;
	left: 0px;
	top: 0px;
}
.submenu .nav-child li {
	float: none;
}
.submenu .nav-child li a {
	color: black;
	padding-left: 0px;
	line-height: 2;
	display: block;
}
.submenu h5 {
	font-weight: bold;
	font-size: 18px;
}
.submenu a {
	color: black;
	background: none;
}
.submenu a:hover {
	background: none;
}
.submenu h4 {
	font-weight: normal;
	color: #fff;
	font-size: 22px;
	background-color: #E64A19;
	padding: 3px;
}
.featured {
	background: white;
	color: #e64a19;
}
.featured:hover {
	color: white;
}
.page-footer .featured {
	padding: .5rem;
	transition: background-color .3s;
}
.page-footer .featured:hover {
	background: #E64A19;
}
.superflex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.superflex .col {
	padding: 0px .5rem;
	flex-grow: 1;
}
.submenu .imagen {
	width: 64px;
	opacity: .5;
}

.menu-movil .no-collapsible {
	padding: 0 16px;
}
.menu-movil li {
	border-top: 1px solid #e0e0e0;
}
.menu-movil > li:LAST-CHILD {
	border-bottom: 1px solid #e0e0e0;
}
.menu-movil .collapsible-header > a {
	position: relative;
}
.menu-movil .collapsible-header > a > i {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 48px;
	line-height: 48px;
}
.menu-movil .collapsible-header {
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
	padding: 0 16px;
}
.menu-movil .collapsible-body li a, .menu-movil.fixed .collapsible-body li a {
	padding: 0 14px 0 22px;
}
.collapsible-body .collapsible-body li a {
	padding: 0 14px 0 32px;
}
.menu-movil a {
	color: #444 !important;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
}
.menu-movil li.active {
	background: none !important;
}
@media (max-width: 1300px){
	.submenu .imagen {
		width: 125px;
	}
}