
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; 
    padding: 0; 
}

button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   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%;
   xmin-height: 101%;
   margin: 0 auto;
   padding: 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;
}

/* ======================================================================
   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;
   background-color: #ffffff;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}

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; }

/* Paragraph */
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; }

p.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 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; }
   }
/* /Breakpoint */

html {
   font-size: 62.5%;
}

body {
   font-size: 14px;
   }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 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 }

/* 14px Base 
------------
h1: 2.571em
h2: 2.143em
h3: 1.714em
h4: 1.286em
h5: 1em
h6: 0.857em
 */
@media only screen and (min-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
     font-family: 'Open Sans', Helvetica, Arial, sans-serif;
     font-weight: 600; }
  h1, 
  h2, 
  h3 {
     margin-top: 20px;
     margin-bottom: 10px; }
  h4, 
  h5, 
  h6 {
     margin-top: 10px;
     margin-bottom: 10px; }
  
   h1 { font-size: 40px }
   h2 { font-size: 36px }
   h3 { font-size: 30px }
   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;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

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

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

/* Use as substitute for future content when prototyping layout */
.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;
}

.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; 
  } 
}

/* ==============================================================================
   FORMS
   ============================================================================== */

/* CONTACT FORM */

/* Defaults */
input:focus, 
textarea:focus, 
isindex:focus, 
keygen:focus, 
select:focus {
   outline-offset: -2px;
}
form input[type="text"], 
form input[type="password"], 
form input[type="email"], 
form input[type="number"] {
   -moz-box-shadow: 0 rgba(0,0,0,0);
   box-shadow: 0 rgba(0,0,0,0);
}

form input[type="text"]:focus, 
form input[type="password"]:focus, 
form input[type="email"]:focus, 
form input[type="number"]:focus {
   -webkit-box-shadow: 0 rgba(0,0,0,0);
   -moz-box-shadow: 0 rgba(0,0,0,0);
   box-shadow: 0 rgba(0,0,0,0);
}

/* Contact Form */
:focus {
   outline: none;
   outline: 0;
}
#contact-form {
   background: #FFFFFF;
   padding-top: 30px;

      -webkit-transform: translateZ(0);
      padding-bottom: 25px;
}

#contact-form {
   margin-bottom: 0;
   color: #747474;
}

#contact-form input,
#contact-form  textarea {
   text-align: left;
   border: 1px solid rgb(179, 179, 179);
   border-radius: 2px;
   font-size: 16px;
   font-weight: 200;
   transition: border .5s;
   font-family: 'Open Sans';
}

#contact-form form input[type="text"], 
#contact-form form textarea {
   margin: 8px 0 0 0;
   padding: 4px;
}

#contact-form input:focus,
#contact-form textarea:focus {
   border: 1px solid #3498DB;
}

#contact-form input:active,
#contact-form textarea :active {
   border: 1px solid #3498DB;
   box-shadow: none;
   color: #303030;
}

#contact-form strong {
   display: block;
   margin: 20px 0 3px 0;
   font-weight: 600;
}

#contact-form .btn {
   border: 2px solid transparent;
   color: #ffffff;
   border-radius: 2px;
   box-shadow: none;
   transition: 0.25s;
   display: block;
   width: 120px;
   text-align: center;
   margin: 6px 0;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#fontact-form .btn:hover {
   background-color: #2980B9;
}

#fontact-form .btn:focus {
   background: #2980B9;
}

/* Login Form: Class Defaults */

#login-form {
   display: block;
}

.login-form {
   background: none;
   color: #838080;
   margin: 10px 5px;
   padding: 25px 0;
      Xposition: relative;
      -webkit-transform: translateZ(0);
}

.login-form input,
.login-form textarea {
   text-align: left;
   background-color: #FFFFFF;
   border: 1px solid rgb(179, 179, 179);
   border-radius: 2px;
   font-size: 16px;
   font-weight: 200;
   transition: border .5s;
   font-family: 'Open Sans';
}

.login-form form input, 
.login-form form textarea {
   margin: 8px 0 0 0;
   padding: 4px;
}

.login-form input:focus,
.login-form textarea:focus {
   border: 1px solid #3498DB;
}

.login-form input:active,
.login-form textarea :active {
   border: 1px solid #3498DB;
   box-shadow: none;
   color: #303030;
}

.login-form strong {
   display: block;
   margin: 20px 0 3px 0;
   font-weight: 600;
}

.login-form .btn {
   border: 2px solid transparent;
   color: #ffffff;
   border-radius: 2px;
   box-shadow: none;
   transition: 0.25s;
   display: block;
   width: 120px;
   text-align: center;
   margin: 6px 0;
   background-color: #4698BE;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.login-form .btn:hover, 
.login-form .btn:focus {
   text-decoration: none;
   background-color: #2980B9;
}

/* SIdebar Login Menu Custom Styles */

h1.login {
   text-align: center;
   margin: 0;
   font-size: 20px;
   text-transform: none;
   font-weight: 400;
}

.login-form input,
.login-form textarea {
   width: 100%;
   margin-top: 10px;
   line-height: 1.5;
   
}

.login-form .btn {
   padding: 8px;
   margin-top: 14px;
}

#menu-2 > h1 {
   display: none;
   font-size: 22px;
   font-weight: 400;
   text-align: center;
   color: #efefef;
   text-transform: uppercase;
   padding: 20px;
   background: rgba(44, 50, 66, 0.28);
   margin: 0;
}
/* ==============================================================================
   BUTTONS
   ============================================================================== */

.btn {
   border: 2px solid transparent;
   background: #4698BE;
   color: #ffffff;
   box-shadow: none;
   transition: 0.25s;
   font-weight: 500;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border-radius: 2px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   padding: 10px 26px;
   display: inline-block;
   text-transform: uppercase;
   margin: 6px 0;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.btn:hover,
.btn:focus {
   text-decoration: none;
   background: #2980B9;
}

.btn:active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* ==========================================================================
   CUSTOM PAGE STYLES
   ========================================================================== */

/* -----------------------------------
   NAVBAR 
   ----------------------------------- */

#menu-btn {
  display: none;
}

#menu-2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  height: 100%;
}

.navbar {
  background: #313A4D;
}

h2.logo {
  color: #FFFFFF;
  font-size: 26px;
  text-align: left;
  margin: 0;
  padding: 8px;
}

h2.logo a {
  color: #FFFFFF;
}

h2.logo a:hover {
  color: #F1F1F1;
}

h2.logo span {
  font-weight: 300;
  font-size: 24px;
}

#logo-mobile {
  display: none;
}

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

  html,
  body {
    overflow-x: hidden;
  }

  #menu-btn {
    display: inline-block;
    float: left;
    background: rgba(255, 255, 255, 0);
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 6px 14px;
  }

  #menu-btn > i {
    margin: 0;
    padding: 0;
  }

  #menu-2 {
    width: 270px;
  }
  #menu-2 > h1 {
    display: block;
  }

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

  h2.logo {
    display: none;
    xtext-align: center;
    xpadding: 11px;
  }

  #logo-mobile {
    display: inline-block;
    float: right;
    margin-top: 12px;
    margin-right: 15px;
    position: absolute;
    right: 0;
  }

  #logo-mobile > img {
    max-width: 45%;
    float: right;
  }
}

/* -----------------------------------
   NAV MENU
   ----------------------------------- */

.st-menu {
   xvisibility: hidden;
   height: 100%;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   position: relative;
}

.st-menu ul {
   margin: 0;
   padding: 6px 0;
   list-style: none;
   float: right;
}

.st-menu ul li {
   padding: 10px;
   float: left;
   margin-left: 20px;
}

.st-menu ul li a {
   outline: none;
   color: #EBEAF6;
   text-shadow: 0 0 1px rgba(255,255,255,0.1);
   font-weight: 600;
   -webkit-transition: background 0.3s, box-shadow 0.3s;
   transition: background 0.3s, box-shadow 0.3s;
   text-decoration: none;
   padding: 3px 1px;
   display: inline;
}

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

.st-menu ul li a:hover {
   color: #C5C5C5;
   -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;
}

.st-content {
   background-color: #FFFFFF; /* Page BG color covers menu */
}

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

  /* Sidebar Menu Component Styles */
  
  html,
  body,
  .st-container,
  .st-pusher,
  .st-content {
    height: 100%;
  }

  .st-content {
    background: #000; /* 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; /*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;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .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;
  }

  /* Sidebar Menu Styles*/
    .st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    background: rgba(59, 70, 90, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .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 {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.1;
    float: none;
    text-align: left;
    background: rgba(255, 255, 255, 0);
  }

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

  .st-menu ul li a {
    display: block;
    padding: 14px;
    text-shadow: 0 0 1px rgba(5, 19, 31, 0.81);
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    text-transform: uppercase;
    background: none;
    color: #fff;
    outline: none;
  }

  .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 (270px default)*/
  .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 {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .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;
  }
}


/* -----------------------------------
   HERO
   ----------------------------------- */
#hero { 
    xbackground-image: url('../img/forest.jpg');
  background-image: url('../img/mac-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  position: relative;
  height: 180px;
}

#hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(122, 165, 221, 0.47);
  opacity: .9;
}

/* 
.brand {
  background-image: url('../img/logov2-lg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: relative;
  height: 97px;
  margin: 0 auto;
  width: 108px;
  display: block;
} 
*/

#hgroup {
  padding-top: 26px;
  text-align: center;
}

#hero h1 {
  color: rgba(60, 64, 94, 1);
  word-spacing:  2px;
  font-weight:  700;
  font-size:  26px;
  margin:  0;
  line-height: 1;
}

#hero h3 {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  padding-bottom: 20px;
}

#hero h5 {
  color: #fff;
  margin-top: 10px;
}

#hero .bar-graph {
  background-image: url('../img/bars-lg.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  position: relative;
  max-height: 180px;
  height: 50px;
}

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

  #hero { 
    xbackground-image: url('../img/forest.jpg');
    xbackground-image: url('../img/mac-hero.jpg');
    xbackground-repeat: no-repeat;
    xbackground-size: cover;
    xbackground-position: center;
    xwidth: 100%;
    xvertical-align: middle;
    height: 550px;
    -webkit-transform: translateZ(0);
    xposition: relative;
  }

  /* Image Overly */

  #hero:before {
    content: "";
    xposition: absolute;
    width: 100%;
    height: 100%;
    xbackground: rgba(122, 165, 221, 0.47);
    xz-index: 100;
    xopacity: .9;
  }

  .brand {
    background-image: url('../img/logov2-lg.png');
    background-repeat: no-repeat;
    xvertical-align: middle;
    xtext-align: center;
    xposition: relative;
    xmargin: 0 auto;
    xbackground-position: center;
  }

  #hero h1 {
    color: rgba(60, 64, 94, 1);
    word-spacing:  2px;
    font-weight:  700;
    font-size:  52px;
    margin:  0;
    position: relative;
    z-index: 100;
    line-height: 1;
  }

  #hero h3 {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    padding-bottom: 20px;
    z-index: 100;
    position: relative;

  }

  #hero h5 {
    
  }

  #hero > #hgroup {
    padding: 100px 0;
    text-align: center;
  }

  #hgroup {
  padding-top: 130px;
  text-align: center;
  }

  #hero .bar-graph {
    background-image: url('../img/bars-lg.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    height: 140px;
    margin: 20px 0;
  }
}

/* ------------------------------------
   INTRO
   ------------------------------------- */

section#intro {
    padding: 30px 0;
}

#intro .bar-graph {
  background-image: url('../img/bars-lg.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  position: relative;
  max-height: 180px;
  height: 60px;
}

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

  section#intro {
    padding: 60px 0;
  }

  #intro .bar-graph {
    background-image: url('../img/bars-lg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    height: 140px;
    margin: 0;
  }
}

/* ------------------------------------
   Benefits List 
   ------------------------------------- */
section#benefits {
    padding: 0 10px;

}

#benefits .macbook {
  background-image: url('../img/macbook-lg.jpg');
  background-repeat: no-repeat;
  background-size: contain; /* Prevents content from overlaping img*/
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  position: relative;
  background-position: center;
  margin-top: 0;
  margin-bottom: 30px;
  height: 180px;
}

#benefits ul {
  margin-top: 30px;
  list-style: none;
}

#benefits ul li {
  
}

#benefits p {
    line-height: 1.8;
    font-weight: normal;
}
#benefits li p {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
}

#benefits i {
  margin-right: 10px;
  color: #5F98E0;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    section#benefits {
    padding: 30px 10px;
  
    }

    #benefits .macbook {
    xbackground-image: url('../img/macbook-lg.jpg');
    xbackground-repeat: no-repeat; /* Responsive for tablets */
    xvertical-align: middle;
    height: 220px;
    width: 100%;
    max-width: 100%;
  }
  #benefits h4 {
    font-size: 20px;
  }

  #benefits ul {
    margin-top: 10px;
  }

  #benefits p {
    font-weight: normal;
    line-height: 1.9;
  }

  #benefits li p {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
  }

  #benefits i {
    margin-right: 10px;
    color: #efefef;
  }
}

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

    section#benefits {
    padding: 60px 0;
  
    }

    #benefits .macbook {
    background-image: url('../img/macbook-lg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width:100%; /* Responsive for tablets */
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    height: 280px;
    background-position: center;
  }

  #benefits ul {
    margin-top: 30px;
  }

  #benefits p {
    line-height: 1.9;
    font-weight: normal;
  }

  #benefits li p {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.4;
    font-weight: normal;
  }

  #benefits i {
    margin-right: 10px;
    color: #5F98E0;
  }
}

/* ------------------------------------
   LEARN MORE 
   ------------------------------------- */
#learn-more {
    background: #FFFFFF;
    color: #000000;
    padding: 0 10px;
  
}

#learn-more h5 {
  margin-top: 34px;
  color: #000;
  text-transform: uppercase;
}

#learn-more h5 i {
  margin-right: 16px;
  font-size: 22px;
  vertical-align: middle;
  color: #000000;
}

#learn-more a {
  color: #54B1FA;
  font-weight: inherit;
  font-size: 16px;
}

#learn-more a:hover {
  color: #7199BE;
}

@media only screen and (min-width: 768px) {
  #learn-more h5 i {
    vertical-align: baseline;
  }
}

/* ------------------------------------
   SERVICES 
   ------------------------------------- */

section#services {
   background: #FFFFFF;
   padding: 40px 0;
}

#services {
   width: 100%;
   -moz-box-shadow: -2px -37px 98px -45px rgba(0,0,0,0.75);
   text-align: center;
   background: #FFFFFF;
   color: #253944;
      Xposition: relative;
   -webkit-transform: translateZ(0);
}

.service-wrap {
   height: auto;
   xcolor: #646464;
   height: auto;
   margin: 30px 0;
   overflow: hidden;
}
.service-wrap img {
   height: 100%;
}

/* ==============================================================
   PRICING
   ============================================================== */

section#pricing {
   padding: 40px 0;
   background: #EEEEEE;
      -webkit-transform: translateZ(0); 
}

.plan {
   box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
   min-height: 100px;
   background: #fff;
   border-radius: 4px;
   margin: 10px auto;
   text-align: center;
   padding-bottom: 25px;
   max-width: 297px;
      -webkit-transform: translateZ(0);
}

.plan > .title {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   padding: 14px 16px;
   background: #1c1c1c;
   color: #fff;
}

.plan > .title h1,
.plan > .title h2,
.plan > .title h3 {
   margin: 0;
   padding: 0;
   font-weight: 100;
}

.plan > .price {
   padding: 20px 0;
}

.plan > .price h3 {
   margin: 0;
   font-size: 64px;
   vertical-align: top;
   line-height: 1;
   font-weight: 100;
}

.plan > .price h3 span {
   font-size: 38px;
   vertical-align: top;
      Xposition: relative;
   margin: 6px 0 0 -7px;
   display: inline-block;
}

.plan > .price h4 {
   margin: 0;
   vertical-align: top;
   line-height: 1;
   font-weight: 100;
   font-size: 16px;
}

.plan > .features {
   list-style: none;
   padding: 14px;
   border-top: 1px solid #efefef;
   width: 80%;
   margin: 0 auto;
}

.plan ul {
   list-style: none;
}

.plan ul li {
   margin-bottom: 12px;
}

/*------ Testimonial -------*/
#testimonial {
   background: #FFFFFF;
   padding-top: 0;
   padding-bottom: 50px;
}

#testimonial .icon {
   font-size: 34px;
   color: #5FB4D5;
}
   @media (max-width: 600px) {
      #testimonial {
         xtext-align: left;
      }
   }

/* ------------------------------------
   FOOTER 
   ------------------------------------- */
#footer {
  background: rgba(22, 67, 97, 0.82);
  padding: 50px 0;
}

#footer a {
    color: #525252;

}
#footer a:hover {
    color: #C0EBF8;
  
}

#footer h6 {
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;

}

#footer li {
    margin: 6px 0;

}

#footer li a {
    color: rgba(243, 243, 243, 0.94);
    font-weight: 500;

}

#newsletter p {
    color: #E4E4E4;
}

#social-links li {
  display: inline;
  font-size: 42px;
  margin-right: 30px;
  float: left;
}

#social-links li a {
    color: #D3D3D3;
}

#social-links li a:hover {
    color: #97BED5;

}

#social-links .icon-facebook {
  padding: 0 10.5px;
}


/* Tablets & Desktops */
@media only screen and (min-width: 768px) {
  
  #social-links {

  }

  #social-links li {
    font-size: 34px;
    text-align: center;
  }
}


/* ==============================================================
   Meida Queries 
   ============================================================== */

@media (max-width: 767px) {

   .service-wrap {
      height: auto;
      xcolor: #646464;
      height: auto;
      margin: 14px auto;
      overflow: hidden;
   }

   .service-wrap img {
      height: 100px;
   }

   #contact-form {
      margin: 0 auto;
   }

   
}



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ==========================================================================
   (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.

   ========================================================================== */



/* 

html {
   font-size: 62.5%;
}

body {
   font-size: 14px
   }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 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: 40px }
h2 { font-size: 36px }
h3 { font-size: 30px }
h4 { font-size: 26px }
h5 { font-size: 20px }
h6 { font-size: 16px }

14px Base 
------------
h1: 2.571em
h2: 2.143em
h3: 1.714em
h4: 1.286em
h5: 1em
h6: 0.857em

@media (max-width: 600px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
     font-family: 'Open Sans', Helvetica, Arial, sans-serif;
     font-weight: 600; }
  h1, 
  h2, 
  h3 {
     margin-top: 20px;
     margin-bottom: 10px; }
  h4, 
  h5, 
  h6 {
     margin-top: 10px;
     margin-bottom: 10px; }
  
  h1 { font-size: 36px }
  h2 { font-size: 26px }
  h3 { font-size: 24px }
  h4 { font-size: 18px }
  h5 { font-size: 14px }
  h6 { font-size: 12px }

} END @media
END Bootstrap 3 Styles */

/* 
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
   float: left;
   padding: 0;
}

.span1 { width: 8.33% }
.span2 { width: 16.66% }
.span3 { width: 25% }
.span4 { width: 33.33% }
.span5 { width: 41.66% }
.span6 { width: 50% }
.span7 { width: 58.33% }
.span8 { width: 66.66% }
.span9 { width: 75% }
.span10 { width: 83.33% }
.span11 { width: 91.66% }
.span12 { width: 100% }

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

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

.span12,
.centered {
   float: none;
   margin: 0 auto;
}

Offsets ---------------------------------
.offset1 {
   margin-left: 8.333%;
}
.offset2 {
   margin-left: 16.666%;
}
.offset3 {
   margin-left: 25%;
}
.offset4 {
   margin-left: 33.333%;
}
.offset5 {
   margin-left: 41.666%;
}
.offset6,
.offsethalf {
   margin-left: 50%;
}
.offset7 {
   margin-left: 58.333%;
}
.offset8 {
   margin-left: 66.666%;
}
.offset9 {
   margin-left: 75%;
}
.offset10 {
   margin-left: 83.333%;
}
.offset11 {
   margin-left: 91.666%;
}

@media (max-width: 600px) {

   .span1,
   .span2,
   .span3,
   .span4,
   .span5,
   .span6,
   .span7,
   .span8,
   .span9,
   .span10,
   .span11,
   .span12 {
      width: 100%;
      padding: 0;
      margin: 0;
   }

   .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
   }

   html {
      overflow-x: hidden;
   }
} */
