body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
} 
html {
  height: 100%;
}

img.sub{
  border: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Font styles */

#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #151515;
  font-family: 'Figtree', sans-serif;
}
  
/*--------------------------- Inside page-------------------------------*/
.inside { 
  width: 100%;
  margin: 0 auto; 
}
/* Page navigation */
#pageNav {
  border: 0;
  font-size: 16px;
  position: relative;
  background: #91b4e5;
  margin-left: 20px;
  padding-bottom: 35px;
  padding-top: 13px;
}

#pageNav ul {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}

#pageNav ul li {
  padding: 0 0 0px !important;
  margin: 0 0 0px !important;
  zoom: 1;
  /* important for IE6 */
}
#pageNav td img {
  display: none;
}
#pageNav ul, #pageNav ul li {
  list-style: none;
}
#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  min-height: 24px;
  text-decoration: none;
  padding: 11px 23px 11px 21px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 0;
  text-align: left;
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 22px;
  color: #151415;
  font-family:"rift";
  font-weight:700;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
    background: #1c3c6e;
    color: #fff;
}

#pageNav ul li a {
  text-decoration: none;
  color: #151415;
}


/* Other homepage section extras */
.dark {
  background: #1c3c6e !important;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
}

.light {
  line-height: 23px;
  color: #151515;
  font-weight: 400;
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
}
.neutral, table {
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  color: #151515;
  font-weight: 400;
  line-height: 23px;  
}

.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}

div.en_unused_images_gallery img.en-unused-image-enlarge-icon,
.enlarge{
	bottom: 7px !important;
}
/* Site Styles */
div#en-content-wrapper {
    box-sizing: border-box;
    max-width: var(--en-website-width);
    margin: 0 auto;
    /* min-height: min(5000px, 100vh); */
}
.inside-wrapper div#en-content-wrapper {
  padding: 0 0 100px;
}
.inside-wrapper {
  background: #fff;
}
#en-content-wrapper {
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
  color: #151515;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
}
#en-content-wrapper a:hover,#en-content-wrapper a:focus {
  color: #1c3c6e;
}

@media only screen and (max-width: 1100px){
  div#en-content-wrapper {
      width: 100%;
  }
}
.pageTitle {
  width: auto;
  display: block;
  height: auto;
  margin: 0px;
  position: relative;
  font-size: clamp(30px,4.43vw,44px);
  line-height: 1.2;
  color: #151415;
  text-align: left;
  padding: 48px 0 39px 1px;
  font-family: "rift";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1220px){
  .inside-wrapper div#en-content-wrapper {
    padding: 0px 20px 100px;
  }
}

@media (max-width: 768px) {
  .pageTitle{
      padding: 50px 0 30px;
}
}
@media (max-width: 700px) {
  .inside-page::before {
    display: none;
  }
  .inside-wrapper div#en-content-wrapper {
    padding: 10px 15px 100px;
  }
}

/********** Isnide page **********/

/********  Album page Css  *******/

@media only screen and (max-width: 700px){
  #albumNavToggle {
      background-color: transparent;
      background-position: right top;
      background-repeat: no-repeat;
      color: #333333;
      cursor: pointer;
      display: inline-block;
      font-family: Arial, serif;
      font-size: 10pt;
      height: 26px;
      max-width: 290px;
      padding: 0 17px 0 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      background-image: url(/pics/dropdown_white.png);
      font-weight: normal;
      outline: 0 none;
      padding-right: 28px !important;
      vertical-align: middle;
      z-index: 0 !important;
      outline: none;
  }
  #albumNavToggle span {
    background-image: url(/pics/dropdown_white.png) !important;
    padding-left: 9px !important;
    padding-right: 2px !important;
    outline: none;
  }
}
@media only screen and (max-width: 500px){
	#albumsWrapper.narrow #albums{
		width: 85% !important;
	}
}
#wrapper footer {
  position: absolute;
  width: 100%;
  bottom: 0;    
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;    
}    
@media (min-width: 3000px){
  #wrapper footer {
    position: absolute !important;
    width: 100%;
    bottom: 0;
  }
}
@media (max-width: 3000px){
  #wrapper footer {
    position: relative;
  }
}  

body .top_title {
  line-height: 1.2;
}

