
/*! 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: #383838;
   -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 #4D4D4D;
  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: 320px;
   height: 300px;
   color: #fff;
   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%;
  max-width: 1170px;
    xmax-width: 1000px;
    xmax-width: 62.5em; /* 1000px */
  *zoom: 1;
  *margin-left: auto;
  *margin-right: auto;
  *margin-top: 0;
  *margin-bottom: 0; 
  }

.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: 15px;
   text-align: right;
   padding: 17px;
   background: #353432;
   margin: 0;
   color: #FFFFFF;
   text-transform: lowercase;
   font-weight: 400;
}
/* ==============================================================================
   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 {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 1);
  z-index: 10;
  background: #F8F8F8;
  display: block;
  margin-top: 0;
  height: 68px;
}

h2.logo {
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  margin: 0;
  padding: 8px;
}

h2.logo a {
  color: #FFFFFF;
  display: none;
}

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: #141414;
    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;
    position: relative;
  }

  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 {
   float: left;
}

.st-menu ul li a {
   outline: none;
   color: #636363;
   font-weight: 400;
   -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: #E6E6E6; /* 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: #303030; /* 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;
    overflow-x: hidden;
    overflow: hidden; /*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;
    -webkit-box-shadow: -1px 1px 7px -1px rgba(0, 0, 0, 0.78);
    -moz-box-shadow: -1px 1px 7px -1px #000;
    box-shadow: -1px 1px 7px -1px rgba(0, 0, 0, 0.78);
  }


  .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: #303030;
    -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: 1;
    -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: #353432;
  }

  .st-menu ul li {
    display: block;
    float: none;
    border-bottom: 1px solid;
    border-bottom-color: #42413f;
  }

  .st-menu ul li a {
    display: inline-block;
    padding: 18px;
    font-weight: 300;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    background: none;
    color: #FFFFFF;
    outline: none;
    font-size: 13px;
    text-transform: none;
  }

  .st-menu ul li:first-child a {
  }
  
  .st-menu ul li a:active {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: #fff;
  }

  .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 {
  }
/* } */


/* ------------------------------------
   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;
  }
}


/* ==============================================================
   
   ============================================================== */




/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ==========================================================================
   (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.

   ========================================================================== */


