body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

#sb-site {
  background: #144572;
}

h1,
h2,
p,
ul {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

h2,
p {
  margin-bottom: 20px;
}

img {
  height: auto;
}

a:link,
a:visited {
  font-weight: 700;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #0098cb;
}

.ltGr,
.ltBl,
.dkGr,
.dkBl,
.ftr {
  color: #fff;
}

.ltGr {
  background: #659800;
}

.ltBl {
  background: #0098cb;
}

.dkGr {
  background: #198f30;
}

.dkBl {
  background: #144572;
}

.ftr {
  background: #001d26;
}

/* TYPOGRAPHY */
body {
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

h1 {
  font-weight: 300;
  font-size: 50px;
  line-height: 48px;
  margin-bottom: 50px;
}

h2 {
  font-size: 18px;
}

h2,
strong {
  font-weight: 700;
}

#services img {
  width: 150px;
}

#fleet img {
  max-width: 90%;
}

.partners img {
  width: 80px;
}

/* HOME */
#home {
  min-height: 420px;
  padding: 40px 0 20px !important;
}

#home h1 {
  margin-bottom: 30px;
}

#home h2 {
  font-size: 15px;
}

.scrollInst {
  text-transform: uppercase;
  padding-top: 40px;
}

#sb-site > div > div.backstretch {
  max-width: 100%;
  background: #144572;
}

#sb-site {
  min-width: 320px;
  padding-top: 56px !important;
  background: #fff;
  -webkit-box-shadow: -1px 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0 20px rgba(0, 0, 0, 0.2);
  min-height: 1200px !important;
}

#sb-site > div {
  overflow: hidden;
  padding: 40px 0 30px;
}

#sb-site > div > div {
  max-width: 1200px;
  margin: 0 auto;
}

#navBar ul#nav {
  display: none;
}

br,
#contact div:nth-child(n + 4) h2 {
  display: none;
}

#contact div:nth-child(n + 3):not(:last-child) p {
  margin: 0;
}

#contact br {
  display: block;
}

/* navBar */
#navBar {
  height: 36px;
  padding: 10px 0 !important;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
}

#navBar #mNav {
  height: 36px;
  width: 36px;
  position: absolute;
  left: 10px;
  float: left;
}

#logo {
  height: 36px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* SINGLE COLUMN */
#sb-site > div > div > div {
  width: 320px;
  clear: both;
  margin: 0 auto;
}

li {
  text-align: center;
  list-style-position: inside;
  margin-left: -20px;
}

/* TABLET */
@media all and (min-width: 500px) {
  #sb-site > div > div > div {
    width: 500px;
    clear: both;
    margin: 0 auto;
  }
  .scrollInst {
    padding-top: 200px;
  }
}

/* DESKTOP */
@media all and (min-width: 768px) {
  #sb-site > div > div > div {
    float: left;
    clear: none;
  }
  #sb-site > div.c1 > div > div {
    width: 900px;
  }
  #sb-site > div.c2 > div > div {
    width: 50%;
  }
  #sb-site > div.c3 > div > div {
    width: 33%;
  }
  #sb-site > div.c4 > div > div {
    width: 25%;
  }
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

/* PARTNERS */
.partners div > div img {
  padding-bottom: 10px;
}

.partners div > div h2 {
  margin-bottom: 30px;
}

.al h2 {
  margin: 0;
}

@media all and (min-width: 400px) {
  .partners div > div img {
    padding-bottom: 20px;
  }
  .partners div > div img {
    float: left;
  }
  .partners div > div img {
    margin-left: 40px;
  }
  .partners div > div h2 {
    height: 80px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    max-width: 200px;
  }
}

@media all and (min-width: 768px) {
  li {
    text-align: left;
    list-style-position: outside;
    margin-left: 20px;
  }
  #sb-site {
    padding-top: 90px !important;
  }
  #sb-site > div {
    overflow: hidden;
    padding: 80px 0 40px;
  }
  #navBar {
    height: 50px;
    padding: 20px 0 !important;
  }
  #navBar #mNav {
    height: 36px;
    width: 36px;
    top: 27px;
    left: 20px;
  }
  #logo {
    height: 50px;
  }
  #home h1 {
    font-size: 72px;
  }
  .c1 p,
  .c1 h1,
  .c1 h2 {
    max-width: 100%;
  }
  #home {
    min-height: 360px;
    padding: 200px 0 60px !important;
  }
  br,
  #contact div:nth-child(n + 4) h2 {
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  #sb-site > div.partners > div > div {
    width: 50%;
  }
  .al h2,
  .al p {
    text-align: left;
  }
  #sb-site > div.c1 > div > div {
    float: none;
    width: 100%;
  }
}

@media all and (min-width: 900px) {
  #mNav {
    display: none;
  }
  #navBar > div {
    max-width: 1200px;
    margin: 0 auto;
  }
  #logo {
    float: left;
    padding-left: 20px;
  }
  #navBar ul#nav {
    display: block !important;
    float: right;
    max-width: none;
  }
  #navBar ul#nav li {
    display: inline-block;
    float: left;
    list-style: none;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
  }
  #navBar ul#nav li a {
    color: inherit;
    font-weight: 400;
  }
}

@media all and (min-width: 1100px) {
  .al h2,
  .al p {
    text-align: left;
  }
  #sb-site > div.c1 > div > div {
    float: none;
    width: 900px;
  }
  #navBar ul#nav li {
    margin-left: 20px;
  }
}

/* SIDENAV */
.sb-slidebar {
  background: #222;
}

.sb-left ul {
  padding: 0;
  padding-bottom: 56px;
}

.sb-left ul li {
  list-style: none;
  height: 56px;
  line-height: 56px;
  text-align: left;
  font-weight: 700;
  padding-left: 20px;
  margin: 0;
  background: inherit;
  color: #fff;
}

.sb-active ul#nav li:nth-child(even) {
  background: #242424;
}

/*.sb-active { position: fixed; }

 LOCK SCROLL
.lock { 
overflow: hidden; 
height:100%;
position: fixed !important;
} */
#gallery {
  padding: 0 !important;
}

#gallery h1 {
  padding-top: 80px;
}

#full-width-slider {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

#sb-site > div#gallery > div > div.rsArrow {
  width: 44px;
}

#sb-site > div#gallery > div > div.rsBullets {
  width: 100%;
  background: none;
}

.rsBullet {
  padding: 16px 3px !important;
}

.rsArrowIcn {
  background: none;
}
/*# sourceMappingURL=global.css.map */