/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html{
  scroll-behavior: smooth;
  width: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;
}




body {
  width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;

  color: #333;
  font-family: 'Avenir', sans-serif;
  font-size: .9em;
  font-weight: 500

}

/** PRELOADER **/

#loader {
  position: absolute;
  z-index: 1;
vertical-align: middle;
top:34%;
left: 47%;}



#preloaddiv {
  display: none;
  text-align: center;}

/** modules **/




.anchor{
  position: relative;
  padding-top: 12vh;
}

.fixed-left-module {
  position: fixed;
  width: 14%;
  border-left: #283771 3px solid;
  background: #eee;
  padding: 1em;
  z-index: 100;
}

.fixed-left-module a{
  font-size: 1em;
  font-weight: bold;
  color: #283771;
  line-height: 1.5;
  text-transform: capitalize;
}

.fixed-left-module a:hover{
  border-bottom: 2px #283771 solid;
  color: #283771;
  text-decoration: none;
}

.footer-fixed {
  z-index: 1000;
  position: sticky;
}

.footer-link {color:#fff;}
.footer-link a{
  color: #fff!important;
}

audio {
  height: 24px;
width:100%;
}

/****** COLORS: BACKGROUNDS AND TEXT ****************/

.merlion-bg {
  background: url('img/merlion-bg.png') no-repeat;
  background-position: bottom right;
}

.merlion-bg-top {
  background: url('img/merlion-bg.png') no-repeat;
  background-position: top right;

}

.black-bg {
  background: #000000!important;
}

.bg-ssp-blue{
  background: #283771;
  border:0!important;

}

.headerbg {
  background: url('img/headerbg4.jpg');
}

.headerbg2 {
  background: url('img/header/headerbg2.jpg');   background-position: top right;
  background-attachment: fixed;


}

.headerbg3 {
  background: url('img/header/headerbg3.jpg');
  background-position: top left;

}



/* SINGAPORE SCHOOL MANILA */

.ssm-bg{
  background-color: #2a4a67!important;
}

.text-ssm{
  color: #293870!important;
}

.text-ssm2{
  color:  #2a4a67!important;
}


h1.text-ssm {
  letter-spacing: 1px;
}

/* SINGAPORE SCHOOL CLARK */

.ssc-bg{
  background-color: #1b2a5d!important;
}

.text-ssc{
  color: #1b2a5d!important;
}


h1.text-ssc-blue {
  letter-spacing: 1px;
}

/* SINGAPORE SCHOOL GREEN SCHOOL */

.ssgreen-bg{
  background-color: #3e7110!important;
}

.text-ssgreen{
  color: #3e7110!important;
}


h1.text-ssgreen {
  letter-spacing: 1px;
}



.info-text {
  font-size: 1.2em;
  margin:0;

}

.info-text li {
  font-size: 1em;
  line-height: 1.3em;
  margin:1em;
  color: #333;

}

.info-text b {
  color: #1b2a5d;

}

.info-navtab {
  background: #000;
}


.dark-links a{
  color: #444;
  font-size: .9em;
}

.dark-links a:hover{
  color: #a81a24!important;
  font-size: .9em;
  text-decoration: none;
}

.dark-links h6{
  font-size: 1.3em;
  font-weight: 600;
}

.btn-primary{
    font-weight: bold!important;
    color: #444;
    border: 0;
}

a.btn-primary{
    font-weight: bold!important;
    color: #444;
    border:0;
}

.btn-primary:hover {
    background: #900c08!important;
    color: #fff!important;
    font-weight: 600;

}

a.btn-secondary{

    background: #283771;
    border: 1px solid #283771;
    font-weight: 600;
    color: #fff;

}

.btn-secondary:hover {
    color: #fff!important;
    background: #900c08!important;
    border: 1px solid #900c08;
    font-weight: 600;

}




/************** INDEX - CAMPUS ************/

.index-campus {

}

.index-campus img {
  opacity:.6;
}

.index-campus img:hover {
  opacity:1;
  transition: opacity .25s ease-in-out;

}

.index-campus a {
  color: #fff;
}

.index-campus a:hover {
  color: #fff;
  text-decoration: none;
}



/* DROPDOWN MENU + NAVBAR
----------------------------------------- */

.shadowheader {
background:#283771;
color: #fff;
/**-webkit-box-shadow: 2px -20px 41px 0px rgba(204,200,204,0.84);
-moz-box-shadow: 2px -20px 41px 0px rgba(204,200,204,0.84);
box-shadow: 2px -20px 41px 0px rgba(204,200,204,0.84);
font-size: 1em; /**ONLY ON FOR WHITE BG **/
}

.shadowheader2 {
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
  box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
}

.top-contacts {
  font-size: .8em;
}

.navbar{
  letter-spacing: 0px;
  z-index: 15000;
  font-size: .9em;

}

.navbar-nav li:hover>.dropdown-menu {
      display: block;
      font-weight: 600;

}
.dropdown {
  background-color: #283771!important;
  color: #fff;
  z-index: 15000;

}


.navbar-link a{
  color: #ccc!important;
  z-index: 15000;

}

.dropdown-menu {
  padding: .5em;
  margin: 0;
  background-color: #283771!important;
  color: #fff;
  opacity: .9;
  z-index: 15000;


}

.dropdown-item, .dropdown-menu a{
    color: #ccc;
    padding: .5em;
    font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;

    }

  .nav-link, .dropdown-item, .dropdown-menu a:hover{
          background: #283771!important;
          color: #fff!important;
          transition: opacity .3s ease-in-out;
          font-weight: 600;
            }


    .hover-under {
              display: inline-block;
              vertical-align: middle;
              -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
              box-shadow: 0 0 1px rgba(0, 0, 0, 0);
              position: relative;
              overflow: hidden;
              color: #fff!important;

            }

    .hover-under:before {
              content: "";
              position: absolute;
              color: #fff!important;
              z-index: -1;
              left: 0;
              right: 100%;
              bottom: 0;
              background: #fff!important;
              height: 2px;
              -webkit-transition-property: right;
              transition-property: right;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
            }
            .hover-under:hover:before, .hover-under:focus:before, .hover-under:active:before {
              right: 0;
              color: #fff;
            }





/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-shadow: 0 0 8px #000;

}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 82vh;
  background-color: #ccc;
}
.carousel-item > img {
  top: 0;
  left: 0;
  min-width:100%;
  min-height: 100%;
  position: absolute;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.cred-logo{

}
.cred-logo img {
  height: 60px;
  width: auto;
}

/* Featurettes
------------------------- */



/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;

}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    text-shadow: 0 0 8px #000;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/***** FA ICONS
--------------------------------------------------- */

i {
  margin: .3em;
  font-size: 1em;
}


/******************** SIDE NAVIGATION *****************/




/************ MUSIC PLAYER ***************/

#audioplayer{
}

#pButton{
    height:2em;
    width: 2em;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('http://www.alexkatz.me/codepen/img/play.png') ;}
.pause{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

#timeline{
	width: 00px;
	float: left;
	background: rgba(0,0,0,.3);

}
#playhead{
	border-radius: 50%;
	background: rgba(0, 0, 0,1);

}

/************** TESTIMONIALS ***************/


.btn {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  font-family: Arial;
  color: #666;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;
  font-family: 'Avenir', sans-serif;
  text-shadow: none;
}

.active {
  background:  #ccc;
  text-decoration: none;
  color: #000;
}
.box {
  background: #f6f6f6;
  padding: 10px;
  width: calc(55% - 4px);
  float:left;
  text-align: center;
  color: #333;
  overflow: auto;
  margin: 5px;
}


.spacer {
  clear: both;
  height: 20px;
}

.spacer2 {
  clear: both;
  height: 15px;
}

.carousel-cell-index {
  background: #fff;
  margin: 1em;
  border: 1px solid #f0f0f0!important;
  border-radius: 5px;
  padding: 2em;
  overflow:auto;
  -webkit-box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
  -moz-box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
  box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
}

.carousel-cell-index b {
  color: #283771;
}

.carousel-cell-index h5 {
  font-size: 1.2em;
}

.carousel-cell-index h6 {
  font-size: 1.1em;
  color: #283771;
}



.carousel-cell {
  width: 50%;
  margin: 10px;
  height: auto;
  background: #fff;
  border: 1px solid #f0f0f0!important;
  border-radius: 5px;
  padding: 1.3em;
  overflow:auto;
  -webkit-box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
  -moz-box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
  box-shadow: 1px 1px 37px -20px rgba(38,134,158,0.34);
}

.carousel-cell b {
  color: #283771;
}

.carousel-cell h5 {
  font-size: 1.2em;
}

.carousel-cell h6 {
  font-size: 1.1em;
  color: #283771;
}


.testim-sl {
  font-size: .9em;
}



/****** LEARNER TABLE **************/

.learnertable {
  background: #e9e9e7;
  border: 2px #fff solid;
  padding: 1em;
  font-size: .8em;
}

.learnertable strong {
  color: #3e7110;
  font-size: 1.2em;
  line-height: 1.4em;
}

.learnertable2 {
  background: #add9a8;
  border: 2px #fff solid;
  padding: 1em;
  font-size: .8em;
}

.learnertable2 strong {
  color: #000;
  font-size: 1.1em;
  line-height: 1.4em;
}


/************** CONTACT US **************/

.directory {
  border: 5px #fff solid;
  padding: 1.2em;
  font-size: .9em;
  font-family: arial;
}

.directory b {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
}

/************** ADMISSIONS **************/

table.tableizer-table {
  border: 1px solid #CCC;
  width: 100%;
}
.tableizer-table td {
  padding: .3em;
  border: 1px solid #CCC;
  font-size: .9em;
  font-weight: bold;
  color: #333;

}
.tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
  padding: .5em;

}

.tableizer-table td > b {
  font-size: 1.2em;
}


/************** TESTIMONIAL CAROUSEL ***********/
