/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.welcome-image{
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background-color: #EEDFC2; */
    background-image: url(../img/welcome-image.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
}

.welcome-image img{
    /* width: 100%; */
    height: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.source-img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100vw;
    z-index: 100;
}

.details{
    width: 77.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* info-block */
.welcome-info{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
}

.grand-master-photo{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
}

.photo-label{
    border-bottom: 1px solid #2D2E2F;
    margin: 0 0 20px 0;
    padding: 20px 0 15px 0;
    font-size: 1.13em;
    font-weight: 900;
}

.info-block{    
    font-family: Verdana;
}

.word .info-block{    
    margin: 0;
}

.info-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.info-title img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: 0;
    height: 80px;
}

.info-title h2{
    font-size: 2em;
    margin: 0;
}

h2 span{
    opacity: 0;
}

.info-main-text{
    font-size: 1.1em;
    font-family: VerdanaT;
    font-weight: 900;
    margin: 10px 0 0 0;
    text-align: justify;
}

.master-word-text{
    font-size: 1.5em;
    font-family: VerdanaT;
    font-weight: 900;
    margin: -20px 0 0 0;
    text-align: justify;
}


.read-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-weight: 900;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}



.read-more a{
    text-decoration: none;
    color: #28292B;
    font-size: 1.3em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #9C1433;
    font-family: verdanaB;
}

.news-info .read-more a{
    font-family: verdanaB;
    color: #9C1433;

}

.read-more a:hover{
    /* color: #9C1433; */
}

.read-more:hover{
    /* color: #9C1433; */
}

.history-read-more, .article-read-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.history-read-more img, .article-read-more img, .read-more img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 1em;
    margin-left: 10px;
}

.read-more img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 1em;
    margin-left: 10px;
}
/* 
.history-info{
    height: 38vw;
} */

.history-info .info-title{
    text-align: left;    
    padding: 20px 0 0 0;
}

.history-info .info-title h2{
    margin: 57px 0 10px -4px;
}


.history-info .content-photo{
    position: absolute;
    z-index: -1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100vw;
    left: 0;
    opacity: 0.3;
}

.history-info .info-title img{
 margin: 0 8px 0 0;
}


.news-info{
    margin-top: 40px;
    position: relative;
}

.news-main-photo{
    position: relative;
}

.photo-news-details{
    position: absolute;
    bottom: 2em;
    left: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    text-transform: uppercase;
}

.photo-news-details p{
    margin: 5px 0;
}

.photo-news-details-date{
    font-size: 1.2em;
}

.photo-news-details-title{
    font-size: 1.7em;
    padding: 0 5% 0 0;
}

.news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.new-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: #2D2E2F;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
    font-size: 1.2em;
}

.new-title:hover{
    color: #9C1433;
}

.new-title p{
    margin: 5px 0;
}

.new-title-date{
    font-weight: 900;
}

.new-text{
    color: #6d6d6d;
    margin: 5px 0 25px 0;
    font-size: 1.1em;
    line-height: 1.1;
    text-align: justify;
}

.letter-up-05{
    margin: 0 0 0.5em 0;
}

.letter-up-10{
    margin: 0 0 1em 0;
}

.letter-up-60{
    margin: 0 0 6em 0;    
}

.info-title-letter-to-top{
    -ms-flex-item-align: initial !important;
        -ms-grid-row-align: initial !important;
        align-self: initial !important;
    margin-top: -1em;
}

.info-title-to-top{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


/* Slider */

.slider-info{
    height: 75vh;
}

.main-slider{
    height: 90vh;
    width: 100vw;
    left: 0;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
}


.slider {
  margin: 0 auto;
  /* max-width: 940px; */
  height: 100%;
  position: relative;
}

.slide_viewer {
  /* height: 760px; */
  height: 75%;
  overflow: hidden;
  position: absolute;
  width: 100vw;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  /* height: 100%; */
    padding-left: 33.3vw;
    padding-right: 14.9vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  /* display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: top;
  background-size: cover;
  background-color: #FAF6E9;
  /* position: absolute;
  width: 100vh;
  left: 0;
  top: 0; */
}

.slide-1{
    background-image: url(../img/main/slide1-bg.png);
}

.slide-2{
    background-image: url(../img/main/slide2-bg.png);
}

.slide-3{
    background-image: url(../img/main/slide3-bg.png);
}

.slide-4{
    background-image: url(../img/main/slide4-bg.png);
}


.slide:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 1%;
}

a.slide_btn {
  color: #28292B;
  font-size: 40px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #9C1433;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -350px;
}

.previous_btn {
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

.main-page-link img{
    height: 0.85em;
}

.second-page-item-wrap img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 0.8em;
}

.protocol-sign{
    padding-top: 2em;
}

.mt-1{
    margin-top: 1em;
}

html body .mb-1{
    margin-bottom: 0.2em;
}

html body .home .article-item{
    margin-bottom: 12px;
}


body .home .article-item .article-preview{
    margin-bottom: 0;
}

html body .mb-3{
    margin-bottom: 3em;
}

@media (min-width: 1900px){
    body .photo-label, .info-main-text{
        font-size: 1.5em !important;
    }

    /* body .info-title h2{
        font-size: 2.7em !important;
        margin: 10px 0;
    } */

    body .read-more p{
        font-size: 1.4em;
    }

    body .photo-label{
        padding: 20px 0 15px 0;
    }

    body .info-main-text{
        margin-top: 8px;
    }

    body .news{
        font-size: 1.5em !important;
    }

    body .bread-crumbs{
        font-size: 1.95em !important;
    }

    
    .news-info .read-more a{
        font-size: 1em;

    }

    /* body .article-title p, .history-title p{
        font-size: 1.2em;
    } */

    /* body .article-title img, .history-title img{
        height: 3em !important;
    } */

    body .article-preview{
        font-size: 1.5em;
    }

    .article-read-more a, .history-read-more a{
        font-size: 1.3em !important;
    }
    
    .history p{
        font-size: 1.5em;
    }

    html body section .article-content p{
        font-size: 1.5em;
    }

    .article-content h2{
        font-size: 2.2em !important;
    }
}

@media (max-width: 1400px){
    .welcome-image img{
        width: 100%;
        height: initial;
    }

    html body section .article-title, section  html body .history-title,
    html body section .article-title p, section  html body .history-title p{
        font-size: 30px;
    }

    html body section .decent .article-title p{
        font-size: 30px !important;
    }


    html .support-lodge p{
        font-size: 15px;
    }
    html .support-lodge{
        margin-bottom: 10px;
    }

    html body section .support-lodges-wrap h2{
        font-size: 27px;
    }
    
    html body .article-item .article-preview{
        font-size: 1em;
    }

    .charity p{
        line-height: 1.1 !important;
    }

    .history p{
        line-height: 1.1 !important;
    }

    html section .article-title p,  html section .history-title p, html section .article-title a, html section .history-title a{
        font-size: 30px !important;
    }

    .history-read-more{
        margin: 1em 0 0 0 !important;
    }

    .charity .charity-content{
        width: 58%;
    }
    .charity .charity-content .history-read-more{
        margin: 0;
    }

    .article-title img{
        height: 2em !important;
    }
    
    .history .history-title img{
        height: 2em;
    }

    .laptop-no-margin{
        margin: 0 0 4em 0 !important;
    }

    .info-title h2{
        font-size: 30px !important;
    }

    .home .article-item .article-title p{
        font-size: 0.5em;
    }

}



@media (max-width: 1370px){
    
    html body .top-underline{
        bottom: -1em;
    }

    
    .news-info .read-more a{
        font-size: 1em;
    }

    .read-more a{
        font-size: 1em;
    }
}

@media (max-width: 500px){
    
    .welcome-image{
        height: 48vh;
    }

    .slide{
        padding: 0 20px;
    }

    .info-main-text{
        font-size: 0.8em;
    }

    .details{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-block{
        padding: 0 20px;
    }

    .news-info{
        padding-left: 0;
        padding-right: 0;

    }

    html body section .empty-article .underline{
        width: 100%;
    }

    .article-img img{
        margin-bottom: 16px;
    }

    .decent .article-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .decent .article-img img{
        width: 50%;
    }
}
