 /* ==========================================================================
   Import Bootstrap CSS
   ========================================================================== */

 @import url(bootstrap.css);

  
 /* ========================================================================================================================================
   Bootstrap Overriders (Author's Version of Normalization)
   ========================================================================================================================================= */

/* Global Overriders
-------------------------------------------------- */

p {
  margin: 0;
}

a {
  color: #999; /* Custom */
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
}

a:hover,
a:focus {
  color: #333; /* Custom */
  text-decoration: none;
}

a:focus {
  outline: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: -2px;
}

label {
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}


/* 1200px Media Query Killer (Optional)
-------------------------------------------------- */

/*@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}*/


 /* ========================================================================================================================================
   Author's Custom Styles
   ========================================================================================================================================= */

/* ==========================================================================
   Global Styles
   ========================================================================== */

body {
  font-family: 'MinionPro Regular', Georgia, 'Times New Roman', times, serif;
  font-size: 14px;
  margin: auto;
}

body.home {
  /*background: url(../files/common/bg_cover-2.jpg) center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.architecture {
  /*background: url(../files/common/bg_cover-4.jpg) center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.sayembara {
  background: url(../files/common/bg_cover-8.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.awards {
  background: url(../files/common/bg_cover-1.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1200px;
  margin: auto;
}

body.activities {
  background: url(../files/common/bg_cover-6.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1200px;
  margin: auto;
}

body.contact {
  background: url(../files/common/bg_cover-6.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1200px;
  margin: auto;
}

.container {
  max-width: none !important;
  width: 960px;
}


/* ==========================================================================
   Nav
   ========================================================================== */

/* Navbar 
-------------------------------------------------- */

.nav {
  position: absolute;
  width: 193px;
  left: 20px;
  top: 20px;
}

.nav-brand {
  width: 193px;
  /*padding: 25px 25px 20px 25px;
  background: #fff;*/
}

.nav-brand img {
  width: 193px;
}

.nav-brand.absolute {
  width: 300px;
  height: 64px;
  padding: 10px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.nav-brand.absolute img {
  width: 300px;
  height: 64px;
}

.nav ul {
  background: #fff;
}

.nav li {
  background: #fff;
}

.nav li a.selected{
	color: #333;
}

.nav li > a {
  display: block;
  padding: 5px 25px;
}

.nav li.active > a,
.nav li.active > a:hover,
.nav li.active > a:focus {
  color: #333;
}

.nav ul ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav li li > a {
  display: block;
  padding: 5px 25px 0px 40px;
  color: #bbb;
  font-style: italic;
}

.nav li li > a:hover,
.nav li li > a:focus {
  color: #333;
}

.nav li:last-child {
  background: transparent;
}

.nav li li:last-child > a {
  padding-bottom: 5px;
}

.office {
  position: absolute;
  z-index: -1;
  top: -10px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  position: absolute;
  bottom: 9px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  width: 100%;
}

.footer > .container {
  width: 100%;
  margin: auto;
}

.footer a {
  color: #fff;
  padding: 0 4px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
}

.footer a:hover,
.footer a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.footer p {
  margin-top: 2px;
}

.footer .anti {
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.footer .anti:hover {
  text-decoration: underline;
}


/* ==========================================================================
   Architecture
   ========================================================================== */

.navigator h2 {
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navigator .nav-btn {
  background: #fff;
  height: 40px;
  width: 40px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
}

.navigator .nav-right span {
  padding: 10px 9px 10px 11px;
}

.navigator .nav-left span {
  padding: 10px 9px 10px 11px;
  color: #444;
}

.navigator .nav-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}


.caption {
  width: 350px;
  float: right;
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: 0;
  bottom: 30px;
}

.caption h3 {
  color: #fff;
  margin: 0 0 5px 0;
}

.caption > .content {
  padding: 20px;
}

.caption p {
  color: #ccc;
}


/* ==========================================================================
   Awards
   ========================================================================== */

.award-list {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  color: #999;
}

.award-list span {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 5px;
  color: #000;
}

h2.award-title {
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

 /* ========================================================================================================================================
   Chrome Frame Support
   ========================================================================================================================================= */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Activities
   ========================================================================== */

.activities .col-xs-4 {
  position: relative;
}

.activities .col-xs-4 img {
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  background: #fff;
}

.activities p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  color: #fff;
}

.activities .overlayer {
  background: url(../files/common/img_pic-overlayer.png) repeat;
  height: 50px;
  width: 308px;
  z-index: 99;
  position: absolute;
  bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
}

/* ==========================================================================
   About
   ========================================================================== */

.quote {
  position: absolute;
  top: 360px;
  right: 0;
}


 /* ========================================================================================================================================
   Fonts
   ========================================================================================================================================= */

@font-face {
  font-family: 'MinionPro Regular';
  src: url('../files/fonts/MinionPro Regular.eot');
  src: url('../files/fonts/MinionPro Regular.eot?#iefix') format('embedded-opentype'),
       url('../files/fonts/MinionPro Regular.woff') format('woff'),
       url('../files/fonts/MinionPro Regular.ttf') format('truetype'),
       url('../files/fonts/MinionPro Regular.svg') format('svg'),
       url('../files/fonts/MinionPro Regular.svg#MinionPro Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}


 /* ========================================================================================================================================
   Helper Class
   ========================================================================================================================================= */

/* 
 * Set div in the middle
 */

.outer-center {
  float: right;
  right: 50%;
  position: relative;
}
.inner-center {
  float: right;
  right: -50%;
  position: relative;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow:none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */