@charset "UTF-8";

/* CSS Document */

header,
nav,
footer,
section,
aside {
  display: block;
  position: relative
}

html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #F7F7F7;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #404041;
  margin: 0;
  padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-x: hidden;
}

header {
  background: url('../template/bg-header.png') no-repeat right center / cover;
  background-color: #fff;
  position: relative;
  border-bottom:solid 4px #999;
  z-index: 9999;
}

a#neb-logo {
  display: block;
  text-decoration: none;
  outline: 0;
  border: 0;
  max-width: 205px;
  position:absolute;
  z-index: 99999;
}

a#neb-logo:hover {
  text-decoration: none;
  outline: none;
  border: none;
}

p#headphone {
  margin: 0;
  padding: 10px 10px 5px;
}
p#headphone a, p#headphone a:visited {
  display: inline-block;
  color: #2f3d55;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  outline:none;
  border: none;
}
p#headphone a:hover {
  display: inline-block;
  color: #2f3d55;
  text-decoration: none;
  outline:none;
  border: none;
}

/* ---------------------------------------------------- Mobile Nav */

#mobile-nav {
  color: #000;
  font-size: 24px;
  cursor: pointer;
  margin:0 20px;
}

#mobile-nav:hover {
  opacity: .9;
}


/* ---------------------------------------------------- Social */
ul.social {
  margin: 0px 10px 5px;
  padding:0;
  list-style:none;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  display: inline-block;
  color: #313c53;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  padding-top: 1px;
  border:none;
  outline: none; 
}
ul.social li a:hover {
  color: #222a3c;
}

footer ul.social li {
  padding: 0 3px 0 0;
}
footer ul.social li a, footer ul.social li a:visited {
  color:#fff;
}
footer ul.social li a:hover {
  color:#999;
}


/* ---------------------------------------------------- Tags */

#main {
  min-height: 600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  color: #1c263c;
  line-height: 1;
}
h1 {
  font-size: 43px;
  font-weight: 500;
  margin: 12px 0px 15px;
}
h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0px 20px;
}
h3 {
  font-size: 32px;
  font-weight: 400;
}
h4 {
  font-size: 19px;
}

.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background: #eee;
}
.car-blue {
    color:#39a6de;
}

/* ---------------------------------------------------- Main */

a.link, a.link:visited {
  color: #1c263c;
  text-decoration: none;
}
a.link:hover {
  color: #1c263c;
  text-decoration: underline;
}





#services .img-cover img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    object-fit: cover;
}

@media screen and (max-width:1100px) {
    #services .img-cover img {
        min-height: 300px;
    }
}

@media screen and (max-width:767px) {
    #services article {
        margin-bottom: 25px;
    }
}


/* ---------------------------------------------------- Main Nav */

nav {
  display: inline-block;
  position: relative;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}

nav ul li:last-child {
  padding-right: 0;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #1c263c;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: none;
  padding: 8px 10px;
  transition: color 1s;
}

nav ul li a:hover {
  color: #222a3c;
  text-decoration: none;
  outline: 0;
  border: none;
  transition: color 1s;
}



/* --------------------------- BUTTONS */
a.bttn {
  display: inline-block;
  background: #313c53;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 50px;
  border: solid 1px #1b212c;
  border-radius: 0px;
  cursor: pointer;
  transition: all 1s;
}
a.bttn:hover {
  background: #222a3c;
  color: #fff;
  border: solid 1px #1b212c;
}



#content {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 15px;
  box-shadow: 0 0 5px #bbb;
}

@media screen and (max-width:767px) {
    #content {
      padding: 0;
    }
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shad {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}
#map-wrap {
  width: 100%;
  height: 400px;
}
#map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------- Contact Form */

#c-form .form-group {
  margin-bottom: 10px;
}
#c-form .form-control {
  background-color: #e7e7e7;
  color: #15101d;
  font-size: 14px;
  height: auto;
  padding: 13px 15px;
  border-radius: 5px;
}
#c-form .form-control:focus {
  border-color: #ddd;
}
#c-form textarea.form-control {
  height: 150px;
}
#c-form button {
  display: inline-block;
  background: #313c53;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 50px;
  border: solid 1px #1b212c;
  border-radius: 0px;
  cursor: pointer;
  transition: all 1s;
}
#c-form button:hover {
  background: #242d40;
  color: #fff;
  border: solid 1px #1b212c;
}


/* ---------------------------------------------------- Footer */
footer {
  background-color: #1a2231;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding: 35px 0 30px;
  border-top: solid 3px #fff;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#344460+0,1a2231+100 */
background: #344460; /* Old browsers */
background: -moz-linear-gradient(top,  #344460 0%, #1a2231 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #344460 0%,#1a2231 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #344460 0%,#1a2231 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344460', endColorstr='#1a2231',GradientType=0 ); /* IE6-9 */

}
img#f-logo {
  max-width: 175px;
}
footer a.link, 
footer a.link:visited {
  color: #fff;
  text-decoration: none;
}
footer a.link:hover {
  color: #fff;
  text-decoration: none;
}
footer p {
  margin: 5px auto 10px;
}
footer ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
footer a, 
footer a:visited {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  outline: none;
  border: none;
}
footer a:hover {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  outline: none;
  border: none;
}

/* ------------------ disclaimer */
#disclaimer {
  background-color: #121822;
  text-align: center;
  padding: 10px;
}
#disclaimer p {
  color: #eee;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}
#disclaimer a, 
#disclaimer a:visited {
  color: #eee;
  text-decoration: none;
  outline: none;
  border:none;
}
#disclaimer a:hover {
  color: #fff;
  text-decoration: none;
}

/* -------------------  SIDR */

.sidr {
  background: #181818;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-weight: 300;
  color: #FFF;
  border-right: solid 1px #999;
}

.sidr img {
  display: block;
  width: 88%;
  margin: 25px auto 0;
}

.sidr .sidr-inner {
  padding: 0 0 15px
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 30px;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.sidr ul li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 25px;
}

.sidr ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidr ul li ul li {
  line-height: 30px;
}

.sidr ul li ul li a {
  background: rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 0 40px;
}

.sidr ul li a:hover, 
.sidr ul li a.active {
  color: #fff;
  text-decoration: none;
}

.sidr ul li.dropdown > a::after {
  content: "+";
  color: #68b1c6;
  position: absolute;
  top: 0px;
  right: 15px;
}

.sidr ul li.closed > a::after {
  content: "-";
  color: #68b1c6;
  position: absolute;
  top: 0px;
  right: 15px;
}

#close-btn {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
