/* ==========================================================================
    Color Scheme:
    Dark Blue: #223347
    Light Grey: #e3e4e6
    Red: #c64a48

    Alt Color Scheme:
    Darker Blue: #052339;
    Blue: #052944;
    Blue Lighter: #023357;
    Blue Light: #023e64;
    Light Grey: #e7e8e7;
    Yellow: #f5c354;
   ========================================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;}

html,
button,
input,
select,
textarea {
  color: #A2A2A2;
  font-family:'Open Sans';
}
html {
   background: #363636;
   height: 100%;
}
/* Remove text-shadow in selection highlight: h5bp.com/i
   These selection rule sets have to be separate.
   Customize the background color to match your design. */
body {
   font-size: 1.1em;
   line-height: 1.4;
   font-family: 'Open Sans';
   font-weight: 400;
}

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

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

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
    vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Additional Reset
   ========================================================================== */
  /* Image will scale with container size. */
  /* IE 6-7: Add width: 100% style rule target to only those browsers.*/
  img {
    max-width: 100%; 
  }


/* ==========================================================================
   Custom Styles
   ========================================================================== */

/* Typography Resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr; 
}

/* Default Link Styles */
a {
    text-decoration: none;
    line-height: inherit; 
}
a:hover, 
a:focus { 
}
a img {
    border: none; 
}

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility; 
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
  color: #cdcdcd;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  line-height: 1.2125em; 
}

h1 { 
  font-size: 2.125em;
  text-align: center; 
}
h2 { 
  font-size: 1.6875em;
}
h3 { 
  font-size: 1.375em; 
}
h4 { 
  font-size: 1.125em; 
}
h5 { 
  font-size: 1.125em; 
}
h6 { 
  font-size: 1em; 
}

/* ==========================================================================
   Header UI Components
   ========================================================================== */
section, .wrap {
  max-width: 960px;
  margin: 0 auto;
}
.header {
  position: relative;
  xdisplay: block;
  background: rgba(255, 255, 255, 1);
  xheight: 80px;
}
.logo {/*Added*/
  float: left;
  padding-left: 5px;/*Added*/
}
.logo > img {
  padding: 10px 2px;
  max-width: 86%;
}

/* First Level Menu - Desktop Version */
.menu {
   display: block;
   float: right;
   margin-top: 25px; /*Added*/
}
.menu li {
   position: none;
   float: left;
   padding: 0 18px;
}
.menu li:last-child {
}
/* HIDE Second Level Menu - Until Rolled Over */
.menu li a {
  display: block;
  font-weight: 500;
  color: #B1B1B1;

   -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;
}
.menu li a:hover, .menu li:hover > a {
  color: #868686;
  font-weight: 500;
}
.menu ul {
   display: none;
   margin: 0;
   padding: 0;
   width: 150px;
   position: absolute;
   top: 43px;
   left: 0px;
   background: #fff;
}
/* Mobile Menu Button Properties */
.mobile-menu {
   display: none;
   font-size: 2em;
   color: #EB705F;
   position: absolute;
   height: 70px;
   padding: 11px 20px;
   border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-menu:active {
   background: rgba(250, 99, 85, 0.74);
   color: #FFFFFF;
   text-decoration: none;
}

/*  ==========================================================================
    SECTION:  Intro
    ========================================================================== */
.intro {
  display: block;
  background: #253344;
  text-align: center;
  overflow: hidden;
}
h1.title {
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 2.8em;
  color: #F0F0F0;
  font-weight: 700;
}
.intro h3  {
  padding-bottom: 48px;
  color: #F7F7F7;
  letter-spacing: .05em;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: .3em;
}
.product-display {
  margin: 1em auto 0;
  position: relative;
  overflow: hidden;
  width: 80%;
}
.product-display > img {

}
/*  ==========================================================================
    SECTION:  Features
    ========================================================================== */
.features {
  background: #FFFFFF;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);

    -webkit-box-shadow: 0 -4px 42px rgba(0,0,0,0.12);
       -moz-box-shadow: 0 -4px 42px rgba(0,0,0,0.12);
            box-shadow: 0 -4px 42px rgba(0,0,0,0.12);
            padding-bottom: 32px;
}
.features h2 {
  text-align: center;
  font-size: 1.2em;
  color: #B3B3B3;
  line-height: 1.5em;
  font-weight: 300;
}
/*  ==========================================================================
    SECTION:  Mailing List/Newsletter Sign Up
    ========================================================================== */
.newsletter {
  background: rgba(245, 245, 245, 1);
}
.mailinglist {
  background: #FFFFFF;
  margin: 10px 0;
}
.mailinglist .content-body {
    xbackground: rgba(204, 210, 219, 0.07);
  padding: 32px 0 94px;
  border: 1px solid rgba(151, 151, 151, 0.1);
}
.mailinglist h2 {
  font-weight: 500;
  font-size: 2em;
  color: #868686;
  text-align: center;
  text-transform: uppercase;
}
.mailinglist h2+h2 {
  font-weight: 200;
  font-size: 1.5em;
  margin-top: 1em;
  text-transform: none;
}
.mailinglist p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  text-align: center;
  margin-top: .2em;
  font-weight: 200;
}
.mailinglist form {
  background: none;
  border-radius: 3px 3px 3px 3px;
  overflow: auto;
  padding: 3px;
  text-align: left;
  margin: 55px auto;

  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  width: 70%;
}
.mailinglist form input {
  font-size: 1.2em;
  height: auto;
  padding: 0 10px;
  font-weight: 500;
  height: 55px;
  border: none;
  width: 85%;
  float: left;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F5F5F5;
}
.mailinglist form input:focus {
  background: rgba(255, 255, 255, 1);
  outline-color: rgba(107, 184, 255, 1);
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.mailinglist form button {
  border:none;
  border-radius:0px 5px 5px 0px;
  height:55px;
  position:absolute;
  background:#1189b9;
  float:right;
  margin: 0;
  min-width: 65px;
}
.mailinglist form button:hover{
  background: rgba(35, 147, 190, 1);
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}

input, input[type="password"], input[type="search"], isindex {
-webkit-appearance: textfield;
padding: 1px;
background-color: rgb(240, 240, 240);
border: 2px inset;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
}

















/*  ==========================================================================
    BEGIN Media Queries 
    ==========================================================================*/

/* Tablet (portrait and landscape) */
@media  (max-width: 1024px) {
  .mailinglist form input:focus {
    background: #f5f5f5;
    outline-color: rgba(107, 184, 255, 1);
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
  }
} 

@media (max-width: 767px) {

  .intro .wrap,
  .features .wrap,
  .newsletter .wrap {
  }
  h1.title {
    font-size: 1.5em;
    margin-top: 40px;
  }
  .intro h3 {
    font-size: 1.1em;
    padding-bottom: 28px;
  }
  .features h2 {
    font-size: .9em;
    padding: 0 10px;
  }
  .mailinglist h2 {
    font-weight: 500;
    font-size: 1.3em;
    color: #868686;
    text-align: center;
    text-transform: uppercase;
  }
  .mailinglist h2+h2 {
    font-weight: 200;
    font-size: .9em;
    margin-top: 1em;
    text-transform: none;
  }
  .mailinglist p {
    text-transform: none;
    letter-spacing: 1px;
    font-size: .8em;
    text-align: center;
    margin-top: .2em;
    font-weight: 200;
    padding: 0 10px;
  }
  .mailinglist form {
    background: none;
    border-radius: 3px 3px 3px 3px;
    overflow: auto;
    text-align: left;
    width: 95%;
    margin: 32px auto;

    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
.mailinglist form input {
    font-size: 1.2em;
    height: auto;
    padding: 0 10px;
    margin-left: 0;
    font-weight: 500;
    height: 45px;
    border: none;
    float: left;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #F5F5F5;
  }
  .mailinglist form button {
    border: none;
    border-radius: 0px 5px 5px 0px;
    height: 45px;
    background: #1189b9;
    float: right;
    min-width: 42px;
  }

  button.main > img {
    xwidth: 95%;
    margin-bottom: 3px;
  }

  .mailinglist form input:focus {
    border-color: rgba(107, 184, 255, 1);
    xbackground: rgba(255, 255, 255, 1);
    background: #F5F5F5;
    outline-color: rgba(107, 184, 255, 1);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .logo {
    float: right;
  }
  .mobile-menu {
    display: block;
    height: 100%; /* Displays Mobile Menu Button */
  }
  .menu { /* Hides Inline Nav Menu */
    width: 100%;
    float: left;
    background: #fff;
    left: 0;
    margin-top: 0;
    display: none;
    overflow: hidden;
  }
  .menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0;
  }
  .menu li a {
    text-align: center;
    padding: 8px 0px 8px 0px; /* top left bottom right */
    background: #343B4E;
    color: rgba(223, 223, 223, 1);
    border-top: 1px solid rgba(0, 0, 0, 0.49);
  }
  .menu li a:hover, .menu li:hover > a {
    background: #566F8F;
    color: #fff;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}


/* END Media Queries */

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

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

.clearfix:after {
    clear: both;
}

/* For IE 6/7 only
   Include this rule to trigger hasLayout and contain floats. */
.clearfix {
    *zoom: 1;
}

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

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

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

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

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

    /* Don't show links for images, or javascript/internal links */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

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

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

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

    @page {
        margin: 0.5cm;
    }

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

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

/* ==========================================================================
   CSS3 Transition Effects: Reference Guide
   ========================================================================== */
/* -------------------------------------------------

   -webkit-transition:all 0.2s linear;
      -moz-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;
           transition:all 0.2s linear;       
   
   -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
       -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
           transition: all 0.2s ease-in; 
   
   -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
           transition: all 0.2s ease-out;
    
    -webkit-transition: all 1.6s ease-in-out;
       -moz-transition: all 1.6s ease-in-out;
        -ms-transition: all 1.6s ease-in-out;
         -o-transition: all 1.6s ease-in-out;
            transition: all 1.6s ease-in-out;  

  ----------------------------------------------------*/

