* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  
}

 

@font-face {
    font-family: 'Charter';
    src: url('../fonts/Charter-Roman.woff2') format('woff2'),
        url('../fonts/Charter-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/Bodoni.woff2') format('woff2'),
        url('../fonts/Bodoni.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


 
body{
      background-color:#FFFFFF; 
      margin: 0px;
        font-family: 'Charter';
         overflow-x: hidden;
}

 



/****Chapters****/
.chaptersPage{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
   z-index: 100;
 
}


 .splide__slide img {
  width : 100%;
  height: auto;
}

.chapterRow1{
  display: table;
  position: relative;
  width: 100%;
  height: 150px;
}

.chapterRow3{
  display: table;
  position: relative;
  width: 100%;
  height: 200px;
}


.chapterCellTop{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.chapterCellBottom{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  text-align: center;
}

 .chapter{
  padding-bottom: 15px;
}


.chapter:last-of-type {
  padding-bottom: 0px;
}

.splide__arrow {
  
  background: none !important;  
}
 

 .splide__slideXXX img {
      filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;
      cursor: pointer;
    }

.splide__slideXXX:hover img{
      filter: none;
      -webkit-filter: grayscale(0);
 
    }



/***PREFACE**/

 
.videoParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  margin-bottom: -1px;
}
.videoParent video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoParent.hiddenTransform {
  opacity: 0;
}

.prefacePage{
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 100;
  background-color: rgba(0,0,0,0.2);
}

.prefaceRow1{
  display: table-row;
  position: relative;
  width: 100%;
  height: 150px;
}

.prefaceRow3{
  display: table-row;
  position: relative;
  width: 100%;
  height: 120px;
}

.prefaceRow2{
  display: table-row;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
}

.prefaceRow2Cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.prefaceRow1Cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 150px;
  vertical-align: top;
  text-align: center;
}
.prefaceRow3Cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 120px;
  vertical-align: bottom;
  text-align: center;
}


.prefaceText{
  font-family: 'Charter';
  font-size: 18px;
  line-height: 22px;
  color: #ded1c2;
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 900px;
  text-align: justify;
   text-align-last: center;
}


.krikor_jabotian_logo{
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  text-align: center;
  z-index: 1000;
}
.krikor_jabotian_logo img{
    display: inline-block;
    width: 27%;
    min-width: 280px;
/*    max-width: 450px;*/
}

.krikor_jabotian{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.krikor_jabotian img{
    display: inline-block;
    width: 23%;
    min-width: 280px;
    max-width: 450px;
}
.icon{
    display: block;
    position: fixed;
    width: 6em;
    text-align: center;
    z-index: 1000;
    left: 50%;
    top: 2em;
    margin-left: -3em;
  
}
.icon img{
   display: inline-block;
    width: 100%;
 
}

 @media (max-width:1100px) {
     
     .icon{
    display: block;
    position: fixed;
    width: 70px;
    text-align: center;
    z-index: 1000;
    left: 50%;
    top: 25px;
    margin-left: -35px;
  
}
     
     
    .prefaceText{
      font-size: 15px;
      line-height: 18px;
     }

    .prefaceRow1{
      display: table-row;
      position: relative;
      width: 100%;
      height: 100px;
    }

    .prefaceRow3{
      display: table-row;
      position: relative;
      width: 100%;
      height: 150px;
    }

    .prefaceRow1Cell{
      display: table-cell;
      position: relative;
      width: 100%;
       height: 100px;
      vertical-align: top;
      text-align: center;
    }
    .prefaceRow3Cell{
      display: table-cell;
      position: relative;
      width: 100%;
      height: 150px;
      vertical-align: bottom;
      text-align: center;
    }

 }


 @media (max-width:700px) {
     
     
     
    .prefaceText{
      font-size: 13px;
      line-height: 16px;
     }
}

/***CONTACT PAGE ***/


.contactPage{
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 100;
  background-color: #FFFFFF;
  overflow: hidden;
}


.flower{
  display: block;
  position: absolute;
  z-index: 100;
  top:-20px;
  left: 50%;
  margin-left: -325px;
  pointer-events: none;
}

.prefaceRow4Cell{
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}


.chapterTitle{
   font-family: 'Charter';
font-size: 1.4em;
    line-height: 2.3em;
  color: #ded1c2;
  text-align: center;
 
}

.contactText{
  font-family: 'Charter';
  font-size: 18px;
  line-height: 22px;
  color: #ded1c2;
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 650px;
  text-align: center;
 
  margin-top: 40px;
}

.contactText a{
   font-family: 'Charter';
  font-size: 18px;
  line-height: 22px;
  color: #ded1c2;
  text-decoration: none;
}

.contactText a:hover{
   font-family: 'Charter';
  font-size: 18px;
  line-height: 22px;
  color: #ded1c2;
  text-decoration: none;
}

.contactText a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


 
      .colImage{
  
        }

    .colImage img{
       display: block;
       position: relative;

    } 
 


 .slick-slide {
    height: auto !important;
}

.slick-prev{
  background-image: url('../imgs/left.svg?v3');
  background-size: auto 35px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  border: none;
  background-color: transparent;
  transform: scaleX(-1);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  cursor: pointer;
}

.slick-next{
  background-image: url('../imgs/right.svg?v3');
  background-size: auto 35px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  cursor: pointer;
}

 @media (max-width:800px) {
.slick-prev{
  background-image: url('../imgs/left.svg?v3');
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  border: none;
  background-color: transparent;
  transform: scaleX(-1);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  cursor: pointer;
}

.slick-next{
  background-image: url('../imgs/right.svg?v3');
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  cursor: pointer;
}

}
/* the slides */
.slick-slide {
    margin: 0 10px; 
}
/* the parent */
.slick-list {
  margin: 0 -10px; 
}




.firstSlide{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
 
}

.loadNumber{
 
  
    display: block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    text-align: left;
    table-layout: fixed;

}

.loadNumberTable{
     display: table;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    table-layout: fixed;
      background: #FFFFFF;
}

.loadNumberCell{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.loadNumberCellContent{
    display: inline-block;
    position: relative;
    font-family: 'Bodoni';
    color: #ded1c2;
  font-size: 6em;
    line-height: 6em;
    padding-bottom: 22px;  
}


.preludeImage{
  padding: 7px;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  cursor: pointer;
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}.preludeImage:hover{
 
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.preludeGap{
  display: block;
  position: relative;
  width: 10%;
  height: 50px;
}


.mobileMenu{
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 12000;
  top:0px;
      pointer-events: none;
}
.mobileContent{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 27%;
  background-color: #FFFFFF;
 
  padding: 10px;
      pointer-events: auto;

}
.mobileContentBorder{
    border: 1px solid #ded1c2;
  padding: 20px;
    padding-top: 180px;
 
}





.menuItem{
  font-family: 'Charter';
  font-size: 1.3em;
  line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
 
}

.menuItem a{
  font-family: 'Charter';
  font-size: 1.3em;
  line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
  text-decoration: none;
  vertical-align: top;
}

.menuItem a:hover{
  font-family: 'Charter';
 
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
  text-decoration: none;
}

 .inlineClass2{
     display: inline-block;
     position: relative;
 }
 
 .submenuItem{
  font-family: 'Charter';
  font-size: 1.3em;
  line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : left;
 
}

.submenuItem a{
  font-family: 'Charter';
  font-size: 1.3em;
  line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : left;
  text-decoration: none;
  vertical-align: top;
}

.submenuItem a:hover{
  font-family: 'Charter';
 
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : left;
  text-decoration: none;
}

 
 
 
 @media (max-width:800px) {
  .mobileContent{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 70%;
  }
  
  .mobileContentBorder{
    border: 1px solid #ded1c2;
  padding: 20px;
    padding-top: 160px;
 
}

.menuItem{
  font-family: 'Charter';
  font-size: 1.2em;
  line-height: 1.7em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
 
}

.menuItem a{
  font-family: 'Charter';
  font-size: 1.2em;
  line-height: 1.7em;
 
}

  .submenuItem{
  font-family: 'Charter';
  font-size: 1.2em;
  line-height: 1.7em;
 
 
}

.submenuItem a{
  font-family: 'Charter';
  font-size: 1.2em;
  line-height: 1.7em;
 
}

 

 
   
     
 }
 
 
 
 
 
 
.menuArrow  {
  background-image: url('../imgs/right.svg?v3');
  background-size: auto 11px;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 11px;
  
}

.mClass2{
  display: none;
 }




    .homeContent{
        display: table;
        position: relative;
        width: 100%;
        min-height: 100vh;
        height: auto;
      }

      #containerA{
         display: block;
         position: fixed;
         width: 33.33%;
         height: 100vh;
         overflow: hidden;
      }
     #containerB{
        display: block;
         position: relative;
         width: 33.33%;
         margin-left: 33.33%;
      
 
      }     
      #containerC{
        display: block;
         position: fixed;
         width: 33.33%;
         height: 100vh;
         overflow: hidden;
         right: 0px;
         top:0px;
      }

       #one{ 
         display: block;
         position: relative;
         width: 100%;
         height: auto;
         padding-left: 5px;
     
        }       

        #three{ 
         display: block;
         position: relative;
         width: 100%;
         height: auto;
         padding-right: 5px;
        }

        .col-sm-4{
          padding: 0px !important;
        }

        .colImage{
          padding: 5px;
       
        }
        
        
        
 @media (min-width:1900px) {
  
  
  .mobileContentBorder {
  
    padding-top: 190px;
}
  
.menuItem{
  font-family: 'Charter';
    font-size: 1.3em;
    line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
 
}

.menuItem a{
  font-family: 'Charter';
    font-size: 1.3em;
    line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : center;
  text-decoration: none;
  vertical-align: top;
}


.submenuItem{
  font-family: 'Charter';
    font-size: 1.3em;
    line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : left;
 
}

.submenuItem a{
  font-family: 'Charter';
    font-size: 1.3em;
    line-height: 2em;
  color: #ded1c2;
  display: block;
  position: relative;
  text-align : left;
  text-decoration: none;
  vertical-align: top;
}


 .loadNumberCellContent {
    display: inline-block;
    position: relative;
    font-family: 'Bodoni';
    color: #ded1c2;
    font-size: 10em;
    line-height: auto;
    padding-bottom: 22px;
}
  
  .chapterTitle {
    font-family: 'Charter';
    font-size: 2.4em;
    line-height: 3em;
    color: #ded1c2;
    text-align: center;
}
   .menuArrow{
       display: none;
   }
 }
         