/* 
----------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------

01) Atabec page Globals
02) Video Header + Intro
03) Informational Videos
04) Cost Savings
05) Key Features
06) Responsive Media Queries
  a) Min-width: 768px
  b) Min-width: 990px
  c) Min-width: 1200px
  d) Min-width: 1440px
*/

/* 
----------------------------------------------
01
Globals 
----------------------------------------------
*/

section {
  position: relative;
}

.body {
  background-color: #eaecef;
}

.snNavStick {
  z-index: 104;
}

/* 
----------------------------------------------
02
Video Header + Intro 
----------------------------------------------
*/

section#videoHeader {
  padding: 0;
}
.headerVideo h1 {
  color: white;
  font-size: 5rem;
}
.headerVideo h1 span {
  display: block;
  font-size: 3rem;
  color: #ef7a5d;
}
#videoHeader {
  /* padding-left: 0px !important;
  padding-right: 0px; */
  padding-top: 63px !important;
  background-color: #eaecef;
}
.headerVideo {
  /* margin-top: 95px; */
  position: relative;
  height: 280px;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}
.headerVideo video {
  position: fixed;
  opacity: 1;
  min-width: 100%;
  min-height: 50%;
  width: auto;
  height: auto;
  top: 0;
}
.videoOverlay {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  background-color: rgba(25, 35, 46, 0.5);
  position: absolute;
  z-index: 100;
  top: 0;
}
.headerVideo .container {
  position: relative;
  z-index: 101;
  text-align: center;
}
/* intro pannel row offset */
.intro {
  background-color: white;
  margin-top: -150px;
  padding: 50px;
  position: relative;
  z-index: 103;
}

section#intro {
  background: #eaecef;
}

section#intro h2 {
  font-size: 2.5em;
}

/* 
----------------------------------------------
03
Informational Videos 
----------------------------------------------
*/

section#infoVideos {
  background: white;
}
section#nextStep {
  background: #eaecef;
}
.videoWrap {
  position: relative;
  overflow: hidden;
}

#infoVideos .row,
#nextStep .row {
  margin-bottom: 50px;
}

#infoVideos .row:last-of-type,
#nextStep .row:last-of-type {
  margin-bottom: 0;
}

#infoVideos .container-fluid,
#nextStep .container-fluid {
  max-width: 1600px;
}

.infoVideo {
  height: 300px;
  width: 100%;
}

/* 
----------------------------------------------
04
Cost Savings 
----------------------------------------------
*/

#costSavings {
  background: #eaecef;
}
#costSavings ul {
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
}
#costSavings ul li {
  list-style: none;
}
#costSavings ul li::before {
  content: "\2022";
  color: #f04a22;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  margin-top: 10px;
}
.clockImg {
  margin-bottom: 15px;
}
.clockImg img {
  width: 100px;
  display: block;
  margin: auto;
  border-radius: 50px;
}
.clockImg div{
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.clockImg div.rig{
  background-image: url(../img/icons/rig.png);
}
.clockImg div.inspect{
  background-image: url(../img/icons/inspect.png);
}
.clockImg div.counterweight{
  background-image: url(../img/icons/counterweights.png);
}
.clockImg div.stroke{
  background-image: url(../img/icons/stroke.png);
}
.clockImg div.horsehead{
  background-image: url(../img/icons/horsehead.png);
}

.oclock {
  margin-top: 30px;
}
.oclock h4 {
  text-align: center;
  font-size: 1em;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.3em; */
  font-weight: 700;
}
.positions {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 48%;
}
.positions p {
  line-height: 24px;
  text-align: center;
}
.positions:last-of-type {
  margin-right: 0;
}
.clockLine {
  background-color: grey;
  margin: 15px auto;
  height: 3px;
  width: 25px;
}

/* 
----------------------------------------------
05
Key Features 
----------------------------------------------
*/

#keyFeatures {
  padding: 0 0 80px 0;
  background: white;
}
#keyFeatures .sectionImg {
  background: url(../img/atabec/KeyBanner.jpg);
  background-size: cover;
  /* position: -webkit-sticky; Safari */
  /* position: sticky; */
  /* top: 65px; */
}
#keyFeatures .container {
  margin-top: -450px;
}
#keyFeatures .panelImg {
  height: 200px;
  background-position: center center;
}
.itemOne .panelImg {
  background: url(../img/atabec/KeyOne.jpg) no-repeat;
}
.itemTwo .panelImg {
  background: url(../img/atabec/keyTwo.jpg) no-repeat;
}
.itemThree .panelImg {
  background: url(../img/atabec/KeyThree.jpg) no-repeat;
}
.itemFour .panelImg {
  background: url(../img/atabec/KeyOne.jpg) no-repeat;
}
.itemFour {
  /* margin-bottom: 1000px; */
}
#keyFeatures .infoPanel {
  padding: 0 15px;
}
#keyFeatures .infoPanel .panelContent {
  padding: 30px;
}
.infoPanel h2 {
  font-size: 2.5em;
}

.infoPanel button {
  padding: 0 30px;
}

#getInTouch {
  background: #fff;
}

footer {
  position: relative;
}

/* 
----------------------------------------------
06
Responsive Media Queries 
----------------------------------------------
*/

/* 
--------------------------
Media Query:
MIN WIDTH: 768px
--------------------------
*/
@media screen and (min-width: 768px) {
  #videoHeader {
    padding-top: 155px !important;
  }
  #keyFeatures .panelImg,
  .panel .row {
    height: 100%;
  }
  #keyFeatures .sectionImg {
    top: 156px;
  }
  .positions {
    margin-right: 2%;
    width: 18%;
  }
  .snMenuItems li {
    margin-right: 8%;
  }
  section#intro h2 {
    font-size: 3.5em;
  }
  .infoVideo {
    height: 500px;
    width: 100%;
  }
  .headerVideo video {
    position: fixed;
    opacity: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -mos-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .headerVideo {
    height: 400px;
  }
  .intro {
    margin-top: -200px;
  }

  .clockImg div.rig{
    background-image: url(../img/icons/rig.gif);
  }
  .clockImg div.inspect{
    background-image: url(../img/icons/inspect.gif);
  }
  .clockImg div.counterweight{
    background-image: url(../img/icons/counterweight.gif);
  }
  .clockImg div.stroke{
    background-image: url(../img/icons/stroke.gif);
  }
  .clockImg div.horsehead{
    background-image: url(../img/icons/horsehead.gif);
  }
}

/* 
--------------------------
Media Query:
MIN WIDTH: 990px
--------------------------
*/
@media screen and (min-width: 990px) {
  .infoPanelVideo {
    height: 60%;
    margin-top: 5%;
    margin-left: -200px;
  }
  .infoVideoText {
    width: 500px;
    padding: 0 15px 15px 15px;
  }
  .keyImgBox {
    max-height: 100%;
  }
  .infoVideo {
    height: 650px;
    width: 100%;
  }
}

/* 
--------------------------
Media Query:
MIN WIDTH: 1200px
--------------------------
*/
@media screen and (min-width: 1200px) {
  .headerVideo {
    height: 550px;
  }

  #infoVideos .infoPanel,
  #nextStep .infoPanel {
    height: auto;
    margin-left: -200px;
  }
}

/* 
--------------------------
Media Query:
MIN WIDTH: 1440px
--------------------------
*/
@media screen and (min-width: 1440px) {
  .secondNavWrap {
    top: 128px;
  }

  #videoHeader {
    padding-top: 175px !important;
  }
}
