@charset "utf-8";
/* CSS Document */

h2 {
    font-weight: 400 !important;
}


/*--------------------------------------------navbar----------------------------------------------*/
.navigation .collapsed .navbar-collapse.collapsing, .navigation .collapsed .navbar-collapse.show {
    display: block !important;
    width: 200px;
    position: absolute;
    top: 75px;
    background: #0000006e;
    right: 0;
}

.navbar-dropdown.bg-color.transparent {
    background: none;
}
.navbar-dropdown.bg-color.transparent .navbar-logo div {
    width: 3.8rem;
    background:url(/National_Library/oe_/https://libertad.gov.il/assets/images/logo4.png) no-repeat;
    background-size: 100% auto;
}
.navbar-dropdown.transparent .navbar-logo div {
    width: 10rem;
    margin-top: 5px;
    background:url(/National_Library/oe_/https://libertad.gov.il/source/images/logo3.png) no-repeat;
    background-size: 100% auto;
}

.lang {
    position: absolute;
    right: 65px;
    top: 15px;
    padding: 1px 5px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
}
/*--------------------------------------------intro----------------------------------------------*/
#stats {
    display: none
}
#intro p {
    font-size: 1.75rem;
    font-weight: 500
}
@media only screen and (max-width: 990px){
      #intro p {
        font-size: 1.1rem;
    }  
    #intro img {
        max-width: 200px;
        height: auto
    }
}
/*--------------------------------------------page-down----------------------------------------------*/
.myarrow {
    bottom: 0;
    left: auto;
    right: 0;
    border-right: 2px solid #fff;
    height: 40px;
    border-radius: 0;
    background: none;
    font-size: 0.75em;
    text-transform: uppercase;
    white-space: nowrap;
    padding-top: 8px;
    width: 100px;
    overflow: visible
    
}
.myarrowup {
    top: 0;
    left: auto;
    right: 50px;
    border-right: 2px solid #fff;
    height: 40px;
    position: absolute;
    z-index: 200
}


.myarrow > a > i {
    position: absolute;
    top: 2px;
    left: -30px;
    font-size: 1.25rem;
}

.mygallery-item {
    padding: 0
}

/*--------------------------------------------gallery----------------------------------------------*/

.card-img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: #008CBA;
}

.card-pin:hover .overlay {
  opacity: .5;
  border: 5px solid #f3f3f3;
  transition: ease .5s;
  background-color: #000000;  
  cursor: zoom-in;
}

.more {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  transform: translate(-20%, -20%);
  -ms-transform: translate(-50%, -50%);
}

.download {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  text-transform: uppercase;
  transform: translate(-20%, -20%);
  -ms-transform: translate(-50%, -50%);
}

.card-pin:hover .card-title {
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
}

.card-pin:hover .more a {
  text-decoration: none;
  color: #ffffff;
}

.card-pin:hover .download a {
  text-decoration: none;
  color: #ffffff;
}

.social {
	position: relative;
	transform: translateY(-50%);
}

.social .fa {
  margin: 0 3px;
}



#gallery .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    orphans: 0;
    widows: 0;
}
@media (max-width: 991px) {
  #gallery .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}

@media (max-width: 576px) {
  #gallery .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
      padding-left: 1.5em;
      padding-right: 1.5em
}
}

#gallery .card-columns .card {
    margin-bottom: 0;
}



#support .card-box {
    border-left: 4px solid #818885;
    padding-left: 25px;
    margin-bottom: 45px
    
}
@media (max-width: 576px){
     #support .card-box {
    margin-bottom: 15px
    
}
}

.section-dev h5 {
    color: #b4b4b4
}

/*--------------------------------------------timeline---------------------------------------------*/

.main-timeline .timeline{
    padding: 50px 60px;
    position: relative;
}

.main-timeline .timeline:first-child{
    padding-top: 0;
}

.main-timeline .timeline:last-child{
    padding-bottom: 0;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #34383e;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px transparent;
    text-align: center;
    margin: auto 0;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -34px;
    bottom: 0;
    z-index: 2;
}

.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon{
    box-sizing: content-box;
    margin: 0;
    top: 0;
    left: -36px;
    border: 2px solid #fff;

}

.main-timeline .timeline:last-child .timeline-icon{
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon{
    left: auto;
    right: -34px;
}

.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon{
    right: -36px;
}

.main-timeline .timeline-content{
    width: 100%;
}

.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
}

.main-timeline .title{
    font-size: 21px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

.main-timeline .description{
    font-size: 17px;
    color: #000;
    line-height: 25px;
    margin: 0;
    font-weight: 500 !important;
}
@media only screen and (max-width: 990px){
    .main-timeline .title{
    font-size: 18px;
    }
    .main-timeline .description{
    font-size: 15px;
    }
}
.main-timeline .border1{
    width: 50%;
    border-top: 2px dashed#fff;
    border-bottom: 2px dashed #fff;
    border-left: 2px dashed #fff;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.main-timeline .timeline:nth-child(2n) .border1{
    border-left: none;
    border-right: 2px dashed #fff;
    border-radius: 0 6px 6px 0;
    left: 50%;
}

.main-timeline .timeline:first-child .border1{
    border-top: none;
}

.main-timeline .timeline:last-child .border1{
    border-bottom: none;
}

@media only screen and (max-width: 990px){
    .main-timeline .timeline{
        padding: 40px 40px;
        margin: 0 0 0 35px;
    }
    .main-timeline .timeline:nth-child(2n){
        margin: 0 35px 0 0;
    }
    .main-timeline .timeline-content{
        width: 100%;
    }
}

/*--------------------------------------------accordion----------------------------------------------*/

.myaccordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion h2 {
    color: #010406;
    font-size: 1.5em;
    line-height: normal
}

.myaccordion p {
 
    font-size: 1.15em;
    font-weight: 400
}

@media (max-width: 576px){
     .myaccordion h2 {
        font-size: 1.25em;

    }
}

.myaccordion p a{
    color: rgb(35,35,35);
    text-decoration: underline
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
 background: #C9CFD3;
 margin-bottom: 10px;

}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
  width: 100%;
}

.myaccordion .fa-stack {
    font-size: 18px;
    color: #0f5ea2;
    float: right;
}

.myaccordion .btn1 {
  width: 100%;
  padding: 0;
    display: block;
}

.myaccordion .btn1-link:hover,
.myaccordion .btn1-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}


.myvideo {
  cursor: pointer
}

.myarrow-up {
    bottom: 25px;
    left: 90px;
    right: auto;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
@media (max-width: 576px){
    .title h2.pb-5 {
        padding-bottom: 5px !important
    }
    .title.pb-5 {
        padding-bottom: 5px !important
    }
    .title h2.pb-3 {
        padding-bottom: 0px !important
    }
    .title h2.mb-5 {
        margin-bottom: 15px !important
    }
}