/*!
Theme Name: Air Defense
Description: Theme for designflairstudio <a href="http://www.designflairstudio.com/">Designflairstudio</a>.
Version: 1.0
Author: Alyssa
Author URI: http://www.designflairstudio.com/
Tags: custom
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==============================================
	 Normalize
	 ============================================*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Raleway");
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }
  body, html {   
	  overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
  }
  .page-wrapper {
	    /* -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
	min-height:80vh;*/
	  
	  }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==============================================
	 Mixins
	 ============================================*/
/* ==============================================
	 Web fonts
	 ============================================*/
/* ==============================================
	 Font Awesome
=================================================*/
/* ----------------- VARIABLES CONFIG ------------------- */
html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff; }

a {
  outline: 0; color:#fff;}

a img {
  border: 0px;
  text-decoration: none; }

a:link, a:visited {.header .main-menu ul li a
  color: #ffffff;
  padding: 0 1px;
  text-decoration: underline; }

a:hover, a:active {
  color: #ffffff;
  text-decoration: underline; }

/* Paragraphs */
p {
  margin-bottom: 20px; }

* p:last-child {
  margin-bottom: 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em; }

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

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

::-moz-selection {
  background: #F6CF74;
  color: #fff; }

::selection {
  background: #F6CF74;
  color: #fff; }

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

* p:last-child {
  margin-bottom: 0; }

textarea {
  resize: none; }

/***** Layout *****/
img.right figure.right {
  float: right;
  margin: 0 0 12px 12px; }

img.left, figure.left {
  float: left;
  margin: 0 12px 12px 0; }

a:focus {
  outline: none; }

.clear, .clearboth {
  clear: both; }

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

iframe {
  max-width: 100%; }

img {
  max-width: 100%;
  height: auto; }

.header {
  position: relative;
  z-index: 1; }
  .header .main-menu {
    width: 100%;
    margin-bottom: 38px; }
    .header .main-menu ul {
      margin: 0px;
      padding: 0px; }
      .header .main-menu ul li {
        list-style: none;
        display: inline-block;
        margin-right: 90px; }
        .header .main-menu ul li a {
          color: #ffffff;
          font-size: 26px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
		  cursor:pointer;
          text-decoration: none;
          position: relative; }
          .header .main-menu ul li a:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 0%;
            background-color: #ffffff;
            height: 1px;
            display: block;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
        .header .main-menu ul li:hover > a:before, .header .main-menu ul li.current > a:before {
          width: 100%; }

/* Design Start */
.background-slider {
  border: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  height:100vh;
  top: 0;
  left: 0px; }
  .background-slider ul {
    margin: 0px;
    padding: 0px; }
    .background-slider ul li {
      list-style: none;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 500px;
      width: 100%; }

.page-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-color: rgba(0, 50, 62, 0.8);
  max-width: 1024px;
  width: 100%;
  background-image: url(images/Lines.png);
  background-blend-mode: screen;
  background-position: center bottom;
  padding: 60px 60px 25px;
  z-index: 2;
  /* &:before{
  	content:"";
  	position:absolute;
  	bottom:0px;
  	right:0px;
  	background-image:url(images/Lines.png);
  	background-repeat:no-repeat;
  	background-size:100% auto;
  	background-position:center bottom;
  	width:100%;
  	height:100%;	
  } */ }

.page-container {
  position: relative;
  z-index: 2;
  margin-bottom: 200px; }
  .page-container a {
    text-decoration: none; }
    .page-container a:hover {
      text-decoration: underline; }

.content-section {
  max-width: 70%;
  margin-left: 0px; }

.company-logos {
  font-size: 0px;
  margin-top: 30px; }
  .company-logos:hover .company-logo img {
    /*opacity: 0.6;*/
	  opacity:1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .company-logos .company-logo {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    text-align: center;
    margin: 10px 5%; }
    .company-logos .company-logo:hover img {
      opacity: 1; }
/*.company-logo:nth-child(4n) {margin:10px 1% 10px 7%!important;}
.company-logo:nth-child(1n + 4) {margin:10px 7% 10px 1%!important;} */
.hide-desktop {
  display: none !important; }

.hide-mobile {
  display: block !important; }

.footer {
  height: 125px;
  bottom: 14px;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 3;
  padding: 0px 45px 0 60px; }
  .footer .copyright {
    display: inline-block;
    vertical-align: bottom;
    color: #ffffff;
    font-size: 10px;
    width: 49%;
    text-align: left;
    font-family: Arial; }
  .footer .footer-logo {
    display: inline-block;
    width: 49%;
    text-align: right;
    vertical-align: bottom; }
    .footer .footer-logo img {
      max-width: 185px; }

.menu-navigate {
  position: absolute;
  display: none;
  top: 10px;
  right: 20px;
  z-index: 3; }
  .menu-navigate a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .menu-navigate a span {
      display: block;
      background: #ffffff;
      position: absolute;
      height: 4px;
      width: 100%;
      right: 0px;
      top: 10px;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.1s ease-out;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      .menu-navigate a span.mv2 {
        top: 20px; }
      .menu-navigate a span.mv3 {
        top: 30px;
        width: 70%; }
    .menu-navigate a:hover span.mv3 {
      width: 100%; }

@media all and (max-width: 1100px) {
  .page-wrapper {
    max-width: 100%;
    margin: 30px !important;
    width: calc(100% - 60px); }
	.page-container {margin-bottom:175px}

  .header .main-menu ul li {
    margin-right: 50px; } }
@media all and (max-width: 850px) {
  .content-section {
    max-width: 100%; }

  .page-wrapper::before {
    background-size: 100% auto; }
	
	.page-container {margin-bottom:150px}

  .header .main-menu ul li {
    margin-right: 30px; }
    .header .main-menu ul li a {
      font-size: 22px; }

  .company-logo img {
    max-width: 80%; } }
@media all and (max-width: 768px) {
  .footer .footer-logo {
    display: none; }

  .hide-mobile {
    display: none !important; }

  .hide-desktop {
    display: block !important; }

  .site-logo {
    text-align: center;
    margin: 0px 0px 10px;
    position: relative;
    z-index: 2; }
    .site-logo img {
      max-width: 150px; } }
@media all and (max-width: 700px) {

 
  .company-logos {
    text-align: center; }
    .company-logos .company-logo {
      width: 30.3%;
      margin: 10px 1.5%; }

  .menu-navigate {
    display: block; }
    .menu-navigate.active a span.mv1 {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transform: translateX(0%) rotate(45deg);
      -moz-transform: translateX(0%) rotate(45deg);
      -ms-transform: translateX(0%) rotate(45deg);
      transform: translateX(0%) rotate(45deg);
      top: 20px;
      opacity: 0; }
    .menu-navigate.active a span.mv2 {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transform: translateX(0%) rotate(-45deg);
      -moz-transform: translateX(0%) rotate(-45deg);
      -ms-transform: translateX(0%) rotate(-45deg);
      transform: translateX(0%) rotate(-45deg);
      top: 20px; }
    .menu-navigate.active a span.mv3 {
      width: 100%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transform: translateX(0%) rotate(45deg);
      -moz-transform: translateX(0%) rotate(45deg);
      -ms-transform: translateX(0%) rotate(45deg);
      transform: translateX(0%) rotate(45deg);
      top: 20px; }

  .header .main-menu {
    max-height: 0px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0; }
    .header .main-menu ul li {
      display: block; }
      .header .main-menu ul li a {
        padding: 10px 0px;
        display: block; }
        .header .main-menu ul li a:before {
          /*display: none; */}
    .header .main-menu.active {
      max-height: 1000px;
      opacity: 1; } }
@media all and (max-width: 560px) {
  .page-wrapper {
    padding: 20px 25px 25px;
    z-index: 2; }
	 .site-logo img {
      max-width: 120px; }

  .page-container {
    margin-bottom: 100px; }

  .footer {
    padding: 0 25px; }

  .footer {
    height: auto; }

  .company-logos:hover .company-logo a img {
    opacity: 1; }

  .hidemobile {
    display: none; } }
@media all and (max-width: 420px) {
  .company-logos {
    text-align: center; }
    .company-logos .company-logo {
      width: 43%;
      margin: 10px 3.5%; }

  .footer .footer-logo {
    width: 100%;
    text-align: center; }
    .footer .footer-logo img {
      max-width: 80%; }

  .footer .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }

  body {
    font-size: 16px; }

  .header .main-menu {
    margin-bottom: 0px; }

  .page-container {
    margin-top: 30px; } }
@media all and (max-width: 330px) {
  .page-wrapper {
    margin: 20px !important;
    width: calc(100% - 40px); }

  .header .main-menu ul li a {
    font-size: 20px;
    padding: 7px 0px !important; } }

/*# sourceMappingURL=style.css.map */
