
/*======================================
   BASE
  ======================================= */

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }

html,
body {
   -webkit-backface-visibility: hidden; }

html,
body {
   height: 100%;
   margin: 0;
   padding: 0;
   min-height: 101%;
   top: 0;
}

::-moz-selection {
   background: #b3d4fc;
   text-shadow: none; }

::selection {
   background: #b3d4fc;
   text-shadow: none; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

img {
  -ms-interpolation-mode: bicubic; }

img {
  display: inline-block; }

img {
   vertical-align: middle;
   max-width: 100%; }

.img-responsive {
   display: block;
   height: auto;
   max-width: 100%; }

fieldset {
   border: 0;
   margin: 0;
   padding: 0;
}

textarea {
   resize: vertical;
   height: auto;
   min-height: 50px;
}

a {
   text-decoration: none;
   color: #757575;
   outline: none;
}

a:hover, 
a:focus {
   color: #727272;
   outline: none; 
}

a:hover {
  cursor: pointer; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.hide {
  display: none; }

/* Micro Clearfix */
.cf:before,
.cf:after {
   display: table;
   line-height: 0;
   content: ""; 
}

.cf:after {
   clear: both;
}

/* ===============================
   RESET BROWSER DEFAULTS
   =============================== */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: -webkit-focus-ring-color none;
}


/* ===============================
   TYPOGRAPHY
   =============================== */

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
   font-size: 16px;
   font-family: 'Open Sans', sans-serif;
   color: rgba(60, 60, 60, 1);
   line-height: 1.428571429;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   background-color: #ffffff;
}

html,
body {
  font-size: 100%; 
}

.text-left {
  text-align: left; 
}

.text-right {
  text-align: right; 
}

.text-center {
  text-align: center; 
}

.text-justify {
  text-align: justify; 
}

span { 
  font-weight: 300; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

/* Paragraphs */
p {
   font-family: inherit;
   font-weight: normal;
   font-size: 1em;
   line-height: 1.9;
   margin-bottom: 1.25em;
   text-rendering: optimizeLegibility; 
      xmargin: 0 0 10px; }

.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
   line-height: 1.4;
   color: #6f6f6f;
   font-weight: 300;
   margin-top: 0.2em;
   margin-bottom: 0.5em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', Helvetica, Arial, sans-serif;
   font-weight: 500;
   color: #696969;
   text-rendering: optimizeLegibility;
   margin-top: 0.2em;
   margin-bottom: 0.5em;
   line-height: 1.5; }
                             
h1 { font-size: 2.125em; }  
h2 { font-size: 1.6875em; }
h3 { font-size: 1.375em; }  
h4 { font-size: 1.125em; }  
h5 { font-size: 1.125em; }  
h6 { font-size: 1em; }      

h1 small,
h2 small,
h3 small, 
h4 small, 
h5 small, 
h6 small {
   font-size: 60%;
   line-height: 0; 
}
/* @media */
@media only screen and (min-width: 768px) {

  h1,
  h2, 
  h3, 
  h4, 
  h5, 
  h6 { line-height: 1.4; }

  h1 { font-size: 2.75em; }   
  h2 { font-size: 2.3125em; } 
  h3 { font-size: 1.6875em; } 
  h4 { font-size: 1.4375em; }
}

html {
  font-size: 62.5%;
}

body {
   font-size: 14px;
   }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sofia', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 5px 0; }

h1,
h2,
h3 {
   margin-bottom: 10px;
   margin-top: 20px; }

h4,
h5,
h6 {
  margin-top: 10;
  margin-bottom: 10px; }

h1 { font-size: 36px }
h2 { font-size: 26px }
h3 { font-size: 24px }
h4 { font-size: 18px; text-transform: uppercase; }
h5 { font-size: 14px; line-height: 1.5em; }
h6 { font-size: 12px }

/* @media */
@media only screen and (min-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
     xfont-family: 'Open Sans', Helvetica, Arial, sans-serif;
     font-weight: 500; }
  h1, 
  h2, 
  h3 {
     margin-top: 15px;
     margin-bottom: 10px; }
  h4, 
  h5, 
  h6 {
     margin-top: 10px;
     margin-bottom: 10px; }
  
   h1 { font-size: 60px }
   h2 { font-size: 36px }
   h3 { font-size: 38px; margin-top: 0; }
   h4 { font-size: 26px }
   h5 { font-size: 20px }
   h6 { font-size: 16px }

} 
/* END @media */
/* END Bootstrap 3 Styles */

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; 
}

i.icon {
   position: relative;
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}

/* Lists */
ul,
ol {
  margin-top: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* =====================================
   PAGE LAYOUT & GRID
   ===================================== */

/* Prototyping  Only */
/* Use as substitute for future content when prototyping layout */
.test-page {
           height: 700px;
}

.test-page:nth-child(2),
.test-page:nth-child(4), 
.test-page:nth-child(6) {
  background: #E6E6E6;
}

.test-box {
   width: 100%;
   background: rgba(55, 108, 167, 0.56);
   height: 300px;
   color: #fff;
   padding: 5px;
   border: 0 solid rgba(72, 82, 156, 0.5);
   overflow: hidden;
   margin: 0 auto;
}

/* Grid */
.container {
   margin: 0 auto;
   width: 100%;
    xmax-width: 1000px;
   max-width: 1170px;
   padding: 0 15px;
}

.container:before,
.container:after {
   display: table;
   content: " ";
}

.container:after {
   clear: both;
}

.wrap {
   background: #fff;
}

/* =====================================
   GRID CLASSES
   ===================================== */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px;
    xmax-width: 1000px;
    xmax-width: 62.5em; /* 1000px */
  *zoom: 1; 
  }

.row:before, 
.row:after {
   content: " ";
   display: table; }
.row:after {
   clear: both; }

.row.collapse .column,
.row.collapse .columns {
   position: relative;
   padding-left: 0;
   padding-right: 0;
   float: left; }

.row .row {
   width: auto;
   margin-left: -0.9375em; /* -15px */
   margin-right: -0.9375em; /* -15px */
   margin-top: 0;
   margin-bottom: 0;
   max-width: none;
   *zoom: 1; }

.row .row:before, .row .row:after {
   content: " ";
   display: table; }

.row .row:after {
   clear: both; }

.row .row.collapse {
   width: auto;
   margin: 0;
   max-width: none;
   *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
   content: " ";
   display: table; }

.row .row.collapse:after {
        clear: both; }

.col,
.column,
.columns {
   position: relative;
   padding-left: 0.9375em; /* 15px */
   padding-right: 0.9375em; /* 15px */
   width: 100%;
   float: left; }

@media only screen {
  .col,
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  
  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  /* Offsets 
  ------------------------- */
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; 
  } 
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  /* Large Offset Classes
  ------------------------- */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  /* Push/Pull  Classes
  ------------------------- */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; 
  } 
}

/* ===================================
   NAVIGATION
   ==================================== */

/* Header */
header {
  width: 100%;
}

#menu-btn,
.st-menu {
  display: none;
}

.menu {
  text-align: center;
  margin: 18px 0;
}

.menu li {
  display: inline;
}

.menu a {
  color: #797979;
  padding: 16px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  font-size: 15px;
  font-weight: 500;
}

.menu li a:hover {
   color: #A2A2A2;
   -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

/* 
 * @media Smartphones & Tablets 
 */
@media (max-width: 767px) {

  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu {
    display: none;
  }

  #menu-btn {
    position: fixed;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0);
    border: none;
    font-size: 16px;
    color: #494848;
    padding: 10px 14px;
    text-transform: lowercase;
    z-index: 10000;
  }

  .navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
}


/* ==================================
   MOBILE SIDE NAV
   ================================== */

/*
 * @media Smartphones & Tablets 
 */
@media (max-width: 767px) {
  
  #fixed-menu-btn {
    display: none;
    position: fixed;
    z-index: 1000;
    background: #3D9B8C;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 3px;
    border: none;
    margin: 10px;
    text-align: center;
}
  #fixed-menu-btn:focus,
  #fixed-menu-btn:active {
    
  }

  html,
  body,
  .st-container,
  .st-pusher,
  .st-content {
    height: 100%;
  }

  .st-content { /* Page BG color covers menu. Aviod light colors (white) which wil produce a visible flicker during transition*/
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    background: #000; /*Smooth iOS scroll*/
  }

  .st-content,
  .st-content-inner {
    position: relative; 
    /*Removed excess margin at bottom of page*/
  }

  .st-container {
    position: relative;
    overflow: hidden;
  }

  .st-pusher {
    position: relative; 
    left: 0;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 1;
  }

  .st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(12, 36, 58, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  }

  .st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .st-menu {
    left: 0;
    z-index: 100;
    height: 100%;
    background: rgba(252, 252, 252, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    width: 270px;
    position: absolute;
    top: 0;
  }

  .st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    xoverflow-y: scroll;
    overflow-x: hidden;
  }

  .st-menu ul {
    padding: 0;
    list-style: none;
    line-height: 1.1;
    float: none;
    text-align: left;
    margin-top: 20px;
  }

  .st-menu ul li {
    display: block;
    float: none;
    padding: 6px 4px;
  }

  .st-menu ul li a {
    display: block;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    color: #215381;
    transition: background 0.3s, box-shadow 0.3s;
    background: none;
    padding: 14px 30px;
  }

  .st-menu ul li:first-child a {
  }

  .st-menu ul li a:hover {
    xbackground: rgba(0,0,0,0.2);
    xbox-shadow: inset 0 -1px rgba(0,0,0,0);
    xcolor: #fff;
  }

  /* Sidebar Menu: Effect 2 */
  .st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
  }

  .st-effect-2.st-menu {
    z-index: 1; Keeps Menu Position Behind Page
  }

  .st-effect-2.st-menu-open .st-effect-2.st-menu {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    visibility: visible;
  }

  .st-effect-2.st-menu::after {
    display: none;
  }


  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  .no-csstransforms3d .st-pusher,
  .no-js .st-pusher {
    padding-left: 300px;
  }
}

/* ==================================
   Page Scroll
   ================================== */

#fixedNavBar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 10px;
}

#fixedNavBar {
  width: 100%;
  top: 0;
  z-index: 8888;
  border-bottom: 1px solid #B6B6B6;
  height: 55px;
  background: #FFFFFF !important;
  position: fixed;
}

#fixedNavBar > ul {
           text-align: center;
           margin-top: 4px;
}

#fixedNavBar li {
  display: inline;
}

#demoUl {
  margin: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: auto;
}

.demoBtn {
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 25px;
  font-weight: 6500;
}
.demoBtn {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 120px;
  text-align: center;
  display: inline;
  padding: 20px 10px;
  margin: 0 15px;
}

#fullSectionWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
}

.fullSection {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.fullSection {
  height: 700px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 0;
  padding-top: 22px;
}

section.a {
  background: #fff;
  position: relative;
  width: 100%;
}

section.b {
  background: #efefef;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
     /* ==================================
     Page Scroll
     ================================== */

  #fixedNavBar {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 10px;
  }

  #fixedNavBar {
    width: 100%;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid #B6B6B6;
    left: 0;
    background: #FFFFFF !important;
    position: fixed;
    display: none;
  }

  #fixedNavBar > ul {
    text-align: center;
  }

  #fixedNavBar li {
    display: inline;
    z-index: 6;
  }

  #demoUl {
    margin: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: auto;
  }

  .demoBtn {
    font-size: 12px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 25px;
    font-weight: 6500;
  }
  .demoBtn {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 120px;
    margin: 0 26px;
    text-align: center;
    display: inline;
    padding: 0.5% 0;
  }

  #fullSectionWrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
  }

  .fullSection {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .fullSection {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-transition: all 0.25s ease-in-out;
    -webkit-perspective: 1000;
    padding-top: 0;
  }

  section.a {
    background: #fff;
    position: relative;
    width: 100%;
  }

  section.b {
    background: #efefef;
    position: relative;
    width: 100%;
  }
}  


/* ==================================
   Intro
   ================================== */

.intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

hgroup {
  text-align: center;
  
  margin: 0 auto;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

.intro h1, 
.intro h2, 
.intro h3, 
.intro p {
  color: #FFF;
  margin-bottom: 0;
  font-weight: 500;
}

/* @media Tablets & Desktops */
@media only screen and (max-width: 768px) {

  hgroup {
    padding-top: 50px;
  }

  hgroup h1,
  hgroup h2,
  hgroup h3 {
    margin-top: 0;
  }
}

/* 
==================================
Skyline
================================== */

.skyline {
  width: 100%;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
}

.skyline .image {
  background-position: center;
  background-size: contain;
  background-repeat:no-repeat;
  height: 100%;
  width: 100%;
}

.clock-tower {
  margin: auto;
  height: 390px;
  width: 80px;
  position: relative;
  bottom: 0;
  z-index: 1;
}

#clock-tower {
  background-image: url('../img/clock-tower-lgnv.png');
}

.public-library {
  margin: auto;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 150px;;;
}

#public-library {
  background-image: url('../img/public-library-md.png');
}
/* 
 @ Mobile Styles 
 */
@media only screen and (max-width: 768px) {
  
  .skyline {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 0;
  }

  .skyline .image {
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    height: 100%;
    width: 100%;
  }

  .clock-tower {
    height: 290px;
  }

  #clock-tower {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .public-library {

  }

  #public-library {

  }
}

/* ================================
   Starfield
   ================================ */

.starfield {
    width: 100%;
    height: 100%;
    background: #27354D;
    position: absolute;
}

.starfield .group-1 {
  position: absolute;
  right: 150px;
}

.starfield .group-2 {
  right: 300px;
  position: absolute;;
}

.starfield .group-3 {
  position: absolute;
  right: 450px;
}

.starfield .group-4 {
  position: absolute;
  right: 620px;

}

.starfield .group-5 {
  position: absolute;
  right: 800px;
}

.starfield .group-6 {
  position: absolute;
  right: 1000px;
}

.starfield .group-7 {
  position: absolute;
  right: 1200px;
}

.starfield .group-8 {
  position: absolute;
  right: 1400px;
}


.starfield li {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;  

  -webkit-animation-iteration-count:infinite;
     -moz-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
       -o-animation-iteration-count:infinite;
          animation-iteration-count:infinite; 
}

.group-1 li,
.group-3 li,
.group-5 li,
.group-7 li {

  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;

}

.group-2 li,
.group-4 li,
.group-6 li,
.group-8 li {

  -webkit-animation-duration: 1s;
          animation-duration: 1s;

}

.star-1 {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px #fff, 0 0 25px #fff, 0 0 50px #fff;
  width: 4px;
  height: 4px;
  margin: 30px;
  position: relative;
}

.star-2 {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px #fff, 0 0 25px #fff, 0 0 50px #fff;
  width: 4px;
  height: 4px;
  margin: 10px 14px;
  position: relative;
}

.xl {
  width: 6px;
  height: 6px; }
  
.lg {
  width: 5px;
  height: 5px; }

.md {
  width: 4px;
  height: 4px; }

.sm {
  width: 3px;
  height: 3px; }

.xs {
  width: 2px;
  height: 2px;
  margin: 10px 30px; }


/* ================================
   Star Selectors
   ================================ */

/*
 * Star 1
 */
.star-1:nth-child(1) {
 top: 0;
 left: 50px; }

.star-1:nth-child(2) {
  top: 0;
  left: 0; }

.star-1:nth-child(3) {
  top: 16px;
  left: 38px; }

.star-1:nth-child(4) {
  left: 57px;
  top: 0; }

.star-1:nth-child(5) {
  left: 66px;
  top: 7px; }

.star-1:nth-child(6) {
  left: 76px;
  top: 8px; }

.star-1:nth-child(7) {
  left: 134px;
  top: -22px; }

.star-1:nth-child(8) {
  left: 32px; }

.star-1:nth-child(9) {
  left: 64px;
  top: 4px; }

.star-1:nth-child(10) {
  left: 124px; }

.star-1:nth-child(11) {
  left: 108px;
  top: 5px; }

.star-1:nth-child(12) {
   top: 12px; }

.star-1:nth-child(13) {
  left: 140px;
  top: 30px; }

.star-1:nth-child(14) {
  left: 118px;
  top: 0; }

.star-1:nth-child(15) {
  left: 124px;
  top: 0; }

.star-1:nth-child(16) {
  left: 47px;
  top: -3px; }

.star-1:nth-child(17) {
  left: 67px;
  top: 10px; }

.star-1:nth-child(18) {
  left: 163px;
  top: 6px; }

.star-1:nth-child(19) {
  left: 50px;
  top: 27px; }

.star-1:nth-child(20) {
  left: 80px;
  top: 24px; }

.star-1:nth-child(21) {
  top: 16px;
  left: 158px; }

.star-1:nth-child(22) {
  top: 20px;
  left: 100px; }

.star-1:nth-child(23) {
  top: 40px;
  left: 154px; }

.star-1:nth-child(24) {
  top: 26px;
  left: 5px; }

.star-1:nth-child(25) {
  top: 54px;
  left: 37px; }

.star-1:nth-child(26) {
  top: 60px;
  left: 24px; }

.star-1:nth-child(27) {
  top: 65px;
  left: 22px; }

.star-1:nth-child(28) {
  top: 100px;
  left: 100px; }

.star-1:nth-child(29) {
  top: 95px;
  left: 166px; }

.star-1:nth-child(30) {
  top: 29px;
  left: 88px; }

.star-1:nth-child(31) {
  top: 100px;
  left: 0; }

.star-1:nth-child(32) {
  top: 120px;
  left: 16px; }

.star-1:nth-child(33) {
  top: 140px;
  left: 70px; }

.star-1:nth-child(34) {
  top: 35px;
  left: 46px; }

.star-1:nth-child(35) {
  top: 0;
  left: 0; }

.star-1:nth-child(36) {
  top: 0;
  left: 0; }

.star-1:nth-child(37) {
  top: 0;
  left: 0; }

.star-1:nth-child(38) {
  top: 0;
  left: 0; }

.star-1:nth-child(39) {
  top: 0;
  left: 0; }

.star-1:nth-child(40) {
  top: 0;
  left: 0; }

/* 
 * Star 2 
 */
.star-2:nth-child(1) {
 top: 0;
 left: 15px; }

.star-2:nth-child(2) {
  top: 20px;
  left: -12px; }

.star-2:nth-child(3) {
  top: 10px;
  left: 109px; }

.star-2:nth-child(4) {
  left: 91px;
  top: 10px; }

.star-2:nth-child(5) {
  left: 106px;
  top: 7px; }

.star-2:nth-child(6) {
  left: 121px;
  top: 6px; }

.star-2:nth-child(7) {
  left: 161px;
  top: -7px;; }

.star-2:nth-child(8) {
  left: 48px;
  top: -9px; }

.star-2:nth-child(9) {
  left: 90px;
  top: 0; }

.star-2:nth-child(10) {
  left: 0; }

.star-2:nth-child(11) {
  left: 70px;
  top: 20px; }

.star-2:nth-child(12) {
   top: 19px;
   left: 46px; }

.star-2:nth-child(13) {
  left: 140px;
  top: 30px; }

.star-2:nth-child(14) {
  left: 24px;
  top: 36px; }

.star-2:nth-child(15) {
  left: 170px;
  top: -20px; }

.star-2:nth-child(16) {
  left: 176px;
  top: -12px; }

.star-2:nth-child(17) {
  left: 0;
  top: 0; }

.star-2:nth-child(18) {
  left: 177px;
  top: 50px; }

.star-2:nth-child(19) {
  left: 142px;
  top: 30px; }

.star-2:nth-child(20) {
  left: 16px;
  top: 0; }

.star-2:nth-child(21) {
  top: -6px;
  left: 90px; }

.star-2:nth-child(22) {
  top: 0;
  left: 0; }

.star-2:nth-child(23) {
  top: 70px;
  left: 100px; }

.star-2:nth-child(24) {
  top: 70px;
  left: 70px; }

.star-2:nth-child(25) {
  top: 69px;
  left: 150px; }

.star-2:nth-child(26) {
  top: 0;
  left: -13px; }

.star-2:nth-child(27) {
  top: 0;
  left: 0; }

.star-2:nth-child(28) {
  top: 70px;
  left: 120px; }

.star-2:nth-child(29) {
  top: 75px;
  left: 116px; }

.star-2:nth-child(30) {
  top: 72px;
  left: 180px; }

.star-2:nth-child(31) {
  top: 0;
  left: 6px; }

.star-2:nth-child(32) {
  top: 22px;
  left: 33px; }

.star-2:nth-child(33) {
  top: 68px;
  left: 57px; }

.star-2:nth-child(34) {
  top: 55px;
  left: 134px; }

.star-2:nth-child(35) {
  top: 0;
  left: 0; }

.star-2:nth-child(36) {
  top: 0;
  left: 0; }

.star-2:nth-child(37) {
  top: 0;
  left: 0; }

.star-2:nth-child(38) {
  top: 0;
  left: 0; }

.star-2:nth-child(39) {
  top: 0;
  left: 0; }

.star-2:nth-child(40) {
  top: 0;
  left: 0; }

/* ================================
   Star Animations
   ================================ */

/* Fast */
.animated-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}


/* Medium */
.animated-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; 
}

.animated-1,
.animated-2 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;  

  -webkit-animation-iteration-count:infinite;
     -moz-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
       -o-animation-iteration-count:infinite;
          animation-iteration-count:infinite; 
} 

/* Pulse-1 */
 @-webkit-keyframes pulse-1 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
 
@keyframes pulse-1 {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
 
.pulse-1 {
  -webkit-animation-name: pulse-1;
          animation-name: pulse-1;
}

/* Pulse 2 */
@-webkit-keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }

  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  50% {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }

  100% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.pulse-2 {
  -webkit-animation-name: pulse-2;
          animation-name: pulse-2;
}

/* =======================================================
   (Q)Bugs & (A)Fixes
   
   Q: In iOS5 Safari; Positioned: Relative elements 
   occasionally disappear while scrolling an element that 
   uses -webkit-overflow-scrolling: touch. Elements seem to consistently reappear after scroll stops. This seems to occur most with elements that are outside of the overflow region at scroll start.
   A: Include; -webkit-transform: translateZ(0); to the affected elements or containers. This property often forces the browser to use hardware acceleration wich will force rendering.

   ======================================================== 