/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

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

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/* ======================= END OF NORMALIZE ================================= */

@font-face {
    font-family: 'font1'; /*a name to be used later*/
    src: url('../../fonts/amazone.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'font2'; /*a name to be used later*/
    src: url('../../fonts/Abel-Regular.ttf'); /*URL to font*/
}
body {
    background: url('images/') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
a:link, a:visited, a:active {
	color: #808080;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
#maintenance {
    width: 520px;
    padding: 20px;
    background: #F2F0F0;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 200px auto;

}
#maintenance h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.cover {
    background: url('images/gear2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.main-wrap{
    margin:0 auto; /* 0 mergin and Centered */
	width: 100%;
	clear:both; /* no floating element will be on the left or right side of element */
}
.galleria {
    width: 100vw;
    height: 89vh;
}*/
/*@media only screen and (max-device-width: 1280px) {
    .galleria {
    height: 100px;
    }
    .body{
    height: 100px;
    }
}
@media only screen and (max-device-width: 1920px) {
    .galleria {
    height: 870px;
    }
    .body{
    height: 870px;
    }
}
@media only screen and (max-device-width: 1366px) {
    .galleria {
    height: 587px;
    }
    .body{
    height: 587px;
    }
}*/

.header{
    float: left;
    width: 100%;
}
.logo-wrap{
    float: left;
    width: 25%;
}
#logo {
    padding: 10px 0 10px 45px;
    color: #808080;
    /*background: rgba(0, 0, 0, .4); */
    text-align: left;
    font-size: 22px;
    font-family: font1;
    /*font-style: italic;*/
    font-weight: bold;
}
#logo .logo-img {
    width: 23px;
}
#menu-wrap{
    float: left;
    width: 50%;
    /*background: rgba(0, 0, 0, .1); */
}
nav {
    margin: 0;
    padding: 0;
    color: #808080;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    font-family: font2;
    /*font-style: italic;*/
    font-weight: normal;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}
nav a {
  display: block;
  padding: 4px 13px;
  line-height: 39px;
  text-decoration: none;

}
nav a:active, nav .active a:link, nav .active a:visited  { 
    
    text-decoration: underline;
}
nav ul li ul li:hover { background: #808080; }
nav a:hover { color: #000000; }
nav ul ul li a:hover { color: #FFFFFF; }
nav ul ul {
  display: none;
  position: absolute;
  top: 47px;
  z-index: 99;
}
nav ul li:hover > ul { display: inherit; }
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  background-color: #333333;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
nav ul ul:after {
    content:"";
    position: absolute;
    left: 27px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #333333 transparent;
    z-index:9998;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
li > a:after { content: ' +'; }
.toggle, [id^=drop] {
 display: none;
}
li > a:only-child:after { content: ''; }

.social-wrap{
    float: left;
    width: 25%;
}
.social {
    padding: 12px 45px 15px 0;
    text-align: right;
    /*background: rgba(0, 0, 0, .4); */
}
.body{
    float: left;
    width: 100%;
    height: 89vh;
}
/* footer copyright */
.footer{
    float: left;
    width: 100%;
    height: 20px;
    /*background: rgba(0, 0, 0, .4); */
}
.copyright {
    font-size: 9px;
    color: #333333;
    text-align: center;
    padding: 5px 0 5px 0;
}
.social ul {
    padding: 0;
    margin: 0 auto;
}
.social ul li {
    list-style: none;
    display: inline;
    padding: 0 0 0 7px;
    margin: 0 auto;
}
.social ul li a {
    color: rgba(0, 0, 0, .4);
}
.facebook a:hover {
    color: #3A5795;
}
.gplus a:hover {
    color: #C4543C;
}
.twitter a:hover {
    color: #00ACED;
}
.pinterest a:hover {
    color: #CB2027;
}
.instagram a:hover {
    color: #7B3D24;
}
.content {
    margin: 0 auto;
    width: 55%;
    padding: 40px 0 0 0;
    font-size: 1em;
    font-family: font2;
    /*background: #F2F2F2;*/
}
.scroll {
    margin: 0 auto;
    width: 50%;
    height: 89vh;
    padding-right: 25px;
    overflow-x: auto;
    font-size: 1em;
    font-family: font2;
}
.scroll h3 {
    text-transform: uppercase;
}
.contactDiv1 {
    width: 45%;
    float: left;
    font-family: font2;
}
.contactDiv2 {
    width: 55%;
    float: left;
    background-color: #808080;
    color: #FFFFFF;
    font-family: font2;
}  
/* Contact Form css */
#form-head {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 0 0;
}
#msg {
    height: 37px;
}
#form-messages {
    padding: 2px 25px 2px 25px;
    font-size: 12px;
}
.success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
}
#contactForm {
    margin: 5px 25px 25px 25px;
}
#contactForm .label{
    text-align: center;
    margin: 0 0 2px 0;
}
#contactForm input[type="text"],
#contactForm input[type="email"] {
    width:100%;
    height: 30px;
	border:0px solid #CCC;
	background:#C0C0C0;
	margin:0 0 5px;
	padding:1px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000000;
}
#contactForm textarea {
	height:100px;
	width:100%;
    padding:1px;
   	border:0px solid #CCC;
    background:#C0C0C0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000000;
}
#contactForm button[type="submit"] {
	cursor:pointer;
	width:100%;
    height: 30px;
	border:none;
	background:#4B4B4B;
	color:#FFFFFF;
	margin:6px 0 5px;
	padding:4px;
}
#contactForm button[type="submit"]:hover {
    background:#404040;
    color: #FFFFFF;
}
#contactForm input[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
.panel-btn {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 80px;
    right: 0;
    background: #969696;
    cursor: pointer;
    z-index: 4;
}
.panel-text {
    padding: 8px 2px 2px 2px;
    text-align: center;
    text-wrap: normal;
    text-transform: capitalize;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5em;
    color: #FFFFFF;
}
div.panel {
    display:none;
    position: absolute;
    top: 0;
    width:70%;
    right:0%;
    height: 100%;
    z-index: 3;
    margin: 0;
    overflow:hidden;
    background-color:#333333;
}
div.home {
    display:none;
    font-family: font2;
    color:white;
    padding:50px 140px 50px 50px;
    overflow:hidden;
}
div.home h4 {
    text-transform: capitalize;
}
span.close {
    position:absolute;
    left:15px;
    top:15px;
    cursor:pointer;
    font-family: sans-serif;
}
.comingsoon {
    z-index: 1000;
}
ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 50%;
	left:50%;
}

.ppt img {
    height: 80vh;
    margin-left:-50%;
	padding: 5px;
}
.homeimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 89vh;
}

@media all and (max-width : 768px) {

    .logo-wrap {
        float: left;
        width: 100%;
    }
    #logo {
        padding: 10px 0 10px 0;
        text-align: center;
    }
    #menu-wrap {
        width: 100%;
    }
    .social-wrap {
        width: 100%;
    }
    .social {
    padding: 12px 0 15px 0;
    text-align: center;
    }
    .content {
    width: 100%;
    font-size: 1em;
    font-family: font2;
    }
    .scroll {
    width: 100%;
    padding: 0;
    font-size: 1em;
    font-family: font2;
    }
    .contactDiv1 {
    width: 100%;
    float: left;
    }
    .contactDiv2 {
        width: 100%;
        float: left;
    }
    nav { margin: 0; }
    
    .toggle + a,
     .menu { display: none; }
    
    .toggle {
      display: block;
      background-color: #254441;
      padding: 0 20px;
      color: #FFF;
      font-size: 20px;
      line-height: 60px;
      text-decoration: none;
      border: none;
    }
    
    .toggle:hover { background-color: #000000; }
    
    [id^=drop]:checked + ul { display: block; }
    
    nav ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul .toggle,
     nav ul ul a { padding: 0 40px; }
    
    nav ul ul ul a { padding: 0 80px; }
    
    nav a:hover,
     nav ul ul ul a { background-color: #000000; }
    
    nav ul li ul li .toggle,
     nav ul ul a { background-color: #212121; }
    
    nav ul ul {
      float: none;
      position: static;
      color: #ffffff;
    }
    
    nav ul ul li:hover > ul,
    nav ul li:hover > ul { display: none; }
    
    nav ul ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul ul li { position: static;
    
    }
    }
    
    @media all and (max-width : 330px) {
    
    nav ul li {
      display: block;
      width: 94%;
    }

}