html, body {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.text-center {
  text-align: center;
}

#services img {
  width: 100%;
  /*border-radius: 20px;*/
}

#services {
  /*background-color: black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;*/
}

#service-wholesale {
  background-image: url('../img/services/wholesale.jpg');
  position: relative;
  /*width: 100%;*/
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}

#wholesale, #realestate, #stationleasing {
  margin: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  background-image: url("../img/services/wholesale.jpg");
}

#realestate {
  background-image: url("../img/services/real_estate.jpg");
}

#stationleasing {
  background-image: url("../img/services/stationlease.jpg");
}

#wholesale:hover, #realestate:hover, #stationleasing:hover {
  background-size: 110% !important;
}

#service-real-estate {
  background-image: url('../img/services/real_estate.jpg');
  position: relative;
  /*width: 100%;*/
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}

#service-station-leasing {
  background-image: url('../img/services/stationlease.jpg');
  min-height: 400px;
  position: relative;
  /*width: 100%;*/
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}

#service-wholesale h3, #service-real-estate h3, #service-station-leasing h3 {
  margin-top: 200px;
  color: white;
}

.company-brands {
  width: 12%;
  display: block;
  float: left;
  margin: 1.1%;
}

#company-brands {
  width: 100%;
}

#brands-container {
  margin-left: 0px;
  width: 100%;
}

#company, .company {
  background-color: white;
  color: black !important;
}

#company {
  padding-top: 20px;
  padding-bottom: 20px;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  border-color: #FF0000;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #FFF;
}

a:hover, a:focus {
  color: #fff;
}

#mercury_home_logo {
  /*position: relative;
  top: -5px;*/
  padding: 1px;
  display: none;
}

#mercury_footer_logo {
  margin-top: 20px;
  width: 100%;
}

.header-text {
  font-family: 'Roboto', sans-serif;
  font-size: 8em;
}

.menuwidth {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 100%;
}

#stations_header {
  /*display: none;*/
}

.main-page-section {
  padding: 0px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-primary {
  background-color: #337ab7;
}

.bg-dark {
  background-color: #222222;
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255);
}

#header-sub-text {
  margin-bottom: 0px;
  color: white;
}

section {
  padding: 100px 0;
}

iframe {
  height: 500px;
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0px;
}

.navbar-default {
  background-color: white;
  color: rgba(0, 0, 0, 0);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-default .navbar-header .navbar-brand {
  color: rgba(255, 255, 255, 0);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
  color: #FF0000;
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
  color: #FF0000 !important;
  background-color: transparent;
}

.navbar-default .nav>li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .nowrapwhitespace{
    white-space: nowrap;
  }
  .navbar-default {
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0);
  }
  .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: rgba(0, 0, 0, 0);
  }
  .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    color: white;
  }
  .navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: black;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
    color: #FF0000;
  }
}

header {
  /*position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');*/
  text-align: center;
  color: white;
}

.img-link-hovered {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#careers, #stations, #about_header, #career-page_header, #services-page, #services {
  position: relative;
  width: 100%;
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: left;
  background-image: url('../img/careers/careers_header.jpg');
  text-align: center;
  color: white;
  padding: 100px 0;
}

#career-page_header, #services-page, #about_header {
  min-height: 600px;
}
#about_header {
  background-image: url('../img/company/about-us/about_header.jpg');
  background-position: top;
  min-height: 630px;
  margin-top: 60px;
}


#downarrow {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 45px);
}

#stations {
  background-position: 50% 30%;
  background-image: url('../img/stations/stations_header.jpg');
  border-bottom: 1px solid black;
}

#services {
  border-bottom: 1px solid black;
  background-position: 50% 30%;
  background-image: url('../img/services/services_header.jpg');
}

#services-page {
  background-position: 50% 30%;
  background-image: url('../img/services/services_header.jpg');
}

header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
  vertical-align: middle;
}

header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  transform: translateY(-50%%);
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}

header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-heading {
  margin-top: 10;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.no-margin {
  margin: 0px;
}

#services-container, #about-container {
  padding-top: 50px;
  padding-bottom: 50px;
}


/*#services-container img, #about-container img{
  border-radius: 10px;*/


}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 15px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
#locations-page-store-loc-button {
  padding-top: 75px;
}
.text-primary {
  color: #FF0000;
}
.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #fffcfc;
  background-color: #f00;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #222222;
  background-color: #lightgrey;
  border-color: #ededed;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.94);
  border-color: #FF0000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #337ab7;
  background-color: rgba(255, 255, 255, 0.94);
  border-color: #ed431f;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-primary .badge {
  color: #FF0000;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.animation-element {
  position: relative;
  /*width: 30%;*/

  margin: 0% 1.33 2.66% 1.33%;
  /*float: left;*/
}

/*3 grid layout*/

/*.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}*/
.bounce-up .elToBounce {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view .elToBounce {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width:1600px) {
  #careers, #stations, #company, #stations-page, #services {
    min-height: 400px;
    font-size: .8em;
  }
}
@media screen and (min-width:1600px) {
  #careers, #stations, #company, {
    /*min-height: 600px;*/
  }
  /*#company{
    padding: 75px;
    max-height: 460px;
  }*/
}
.map {
  min-height: 250px;
  background-image: url('../img/store_locator/map_header.jpg');
  position: relative;
  /*width: 100%;*/

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}
#sitemap {
  background-color: black;
  color: lightgray;
}
#sitemap ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
.social-section li {
  padding: 10px;
  float: left;
}
#sitemap a {
  color: lightgray;
}
#sitemap h3, li {
  text-align: left;
}

.social-section>ul {
  display: inline-block;
}
.social-section {
  text-align: center;
}
.social-section i {
  font-size: 2em;
}
.instagram-roll, .facebook-roll {
  background-image: url('../img/social/instagram.png');
  height: 48px;
  width: 48px;
  margin: 10px;
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.facebook-roll {
  background-image: url('../img/social/facebook.png');
  border-radius: 20%;
}
.instagram-roll:hover, .facebook-roll:hover {
  background-image: url('../img/social/instagram_color.png');
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */

  -webkit-transform: scale(1.1, 1.1);
  /* Safari */

  transform: scale(1.1, 1.1);
  /*-webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);*/
}
.facebook-roll:hover {
  background-image: url('../img/social/facebook_color.png');
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
  /*-webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);*/
}
.footer-logo {}
.row {
  /*margin-left: 0;
    margin-right: 0;*/
  /*padding: 10px*/
}
.container {
  /*.row{
        margin-left: -15px;
        margin-right: -15px;
    }*/
}
@media screen and (max-width:500px) {
  #mercury_home_logo {
    position: relative;
    top: 1px;
  }

  #sitemap li, #sitemap h3, #sitemap h1 {
    text-align: center;
  }

  #about_header {
    min-height: 200px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
  }
}
@media screen and (max-width:990px) {
  #sitemap li, #sitemap h3, #sitemap h1 {
    text-align: center;
  }
}
.white {
  color: white;
}
img {
  border: none;
}
.btn-xl {
  padding: 6px 12px;
  /*border: 1px solid red;*/

  font-weight: 500;
}
.textbutton {
  color: black;
  border: 1px solid black;
}
.textbutton:hover {
  background-color: lightgray;
}
@media only screen and (max-width: 767px) {
  #company {
    display: none !important;
  }
}
@media only screen and (max-width: 350px) {
  .header-text {
    font-size: 6em;
  }
}