.navbar {
  background-color: #000000;
}

.navbar-toggle {
  border: 2px solid white;
  border-radius: 4px;
}

button:hover {
  border: 2px solid #d74f37;
  border-radius: 4px;
}

.navbar-toggle .icon-bar:hover {
  background-color: #d74f37;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-toggle {
  background-color: red;
}

.active {
  background-color: #999999;
}

a {
  color: #ffffff;
}

.jumbotron {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  color: #515154;
  text-align: center;
}

.jumbotron em {
  color: black;
  font-variant: small-caps;
}

.jumbotron .info {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  color: black;
  text-align: center;
}

.jumbotron h1 {
  font-size: 30px;
  font-family: magneto, sans-serif;
}

.page-header {
  font-family: magneto, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
}

.navbar-brand {
  font-family: magneto, sans-serif;
}

.powerheading {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 3000;
  line-height: 1.4;
  text-align: center;
  font-family: amble, sans-serif;
}

.Opening {
  font-size: 30px;
  font-family: magneto, sans-serif;
}

.fa-circle {
  color: #d74f37;
}

.breadcrumb {
  background-color: #999999;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px solid #eee;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d74f37;
}

.contact .caption {
  background-color: #999999;
}

.contact .caption small {
  color: white;
}

p {
  font-family: "Amble";
}

h3 {
  font-family: "Amble";
}

/* FONT FACE LOACTIONS FOR EMBEDDED FONTS */

@font-face {
  font-family: "Amble";
  src: url("../fonts/amble/Amble-BoldItalic.ttf") format("truetype");
}

.sales .jumbotron {
  color: white;
  background-color: #e67e6c;
  padding: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #d74f37;
  border-color: #fff;
  font-size: 20px;
  margin-top: 15px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e86c56;
  border-color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #d74f37;
  border-color: #122b40;
}

.salebox {
  padding-top: 25px;
  padding-bottom: 25px;
  border-color: black;
  border-spacing: inherit;
  border-style: solid;
  margin-bottom: 50px;
  border-radius: 15px 50px;
  background-size: 100% 100%;
  text-transform: uppercase;

  background: #ffffff; /* For browsers that do not support gradients */
}

.salespic {
  height: 100%;
  width: 250px;
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}

.salebox #carHeading {
  font-size: 22px;
  font-weight: bolder;
}

.salebox h5 {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  padding-right: 25px;
  font-size: large;
  font-weight: bold;
}

.salebox li {
  margin: 9px;
  font-size: 15px;
  letter-spacing: 0.08px;
}

.salebox h6 {
  margin: 9px;
  font-size: 14px;
}

.details {
  font-weight: bold;
  list-style: circle;
}

/* Poptrox */

.poptrox-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  padding-bottom: 3em;
  box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1em 0 0 -1em;
  width: 2em;
  height: 2em;
  display: block;
  font-size: 2em;
}

.poptrox-popup .loader:before {
  -moz-animation: spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-rotate 0.75s infinite linear !important;
  animation: spinner-rotate 0.75s infinite linear !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: "\f1ce";
  cursor: default;
  display: block;
  height: 2em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2em;
}

.poptrox-popup .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 3em;
  line-height: 2.8em;
  text-align: center;
  cursor: default;
  z-index: 1;
  font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
  content: "";
  position: absolute;
  width: 96px;
  height: 64px;
  background: url("../img/images/poptrox-nav.svg");
  top: calc(50% - 1.5em);
  margin: -32px 0 0 0;
  background-color: black;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
  opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
  opacity: 1;
}

.poptrox-popup .nav-previous:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH;
}

.poptrox-popup .nav-next {
  right: 0;
}

.poptrox-popup .nav-next:before {
  right: 0;
}

.poptrox-popup .nav-previous {
  left: 0;
}

.poptrox-popup .nav-previous:before {
  left: 0;
}

.poptrox-popup .closer {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 2;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  background: url("../img/images/poptrox-closer.svg") center center;
  color: #ffffff !important;
}

.poptrox-popup:hover .closer {
  opacity: 1;
}

.poptrox-popup:hover .closer:hover {
  opacity: 1;
  color: black;
  background-color: black;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
  opacity: 1 !important;
}

@media screen and (max-width: 736px) {
  .poptrox-popup .nav-next:before,
  .poptrox-popup .nav-previous:before {
    width: 48px;
    height: 32px;
    background-size: contain;
    margin: -16px 0 0 0;
  }

  .poptrox-popup .closer:before {
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    background-size: contain;
    opacity: 0.65;
  }
}

/* Box Model */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text {
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 5px 15px;
  text-align: center;
}

.opening-times {
  text-align: center;
}

#facebookButton {
  width: 100%;
}

nav a:hover {
  color: #d74f37;
}

.rentalCaraousel {
  width: 100%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 100px;
}

.carousel-indicators li {
  height: 25px;
  width: 25px;
}

.carousel-indicators .active {
  height: 20px;
  width: 20px;
}

.ContactInfo img {
  height: 250px;
  width: 250px;
}

.ContactInfo a {
  color: #d74f37;
}

#About {
  margin-top: -20px;
}

.required {
  font-weight: 850;
  text-transform: uppercase;
  font-style: italic;
}

#CallForRent a {
  color: #d74f37;
}

.features-list-items {
  font-style: oblique;
}

.mmacvans-banner {
  background-image: url("../../imgs/MMACVans-homepage-banner.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 350px;
  width: auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mmacvans-van-for-you {
  background-image: url("../../imgs/mmacvans-van-for-you.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 350px;
  width: auto;
  background-repeat: no-repeat;
}

.mmacvans-about-us {
  background-image: url("../../imgs/mmacvans-about-us.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 350px;
  width: auto;
  background-repeat: no-repeat;
  background-position: right;
}

.Van-Hire-banner {
  background-image: url("../../imgs/vans-for-hire-ireland-at -mmac-vans.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 350px;
  width: auto;
  background-repeat: no-repeat;
}

.Van-Hire-banner h1 {
  vertical-align: bottom;
  font-size: 45px;
  font-family: magneto, sans-serif;
  color: #d74f37;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.identification-heading {
  font-weight: 800;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  color: antiquewhite;
  -webkit-user-modify: read-write-plaintext-only;
}

.Contact-us-for-vans {
  background-image: url("../../imgs/Contact-us.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 400px;
  width: auto;
  background-repeat: no-repeat;
  display: block;
  height: auto;
}

.Contact-us-for-vans h1 {
  font-size: 45px;
  font-family: magneto, sans-serif;
  color: #d74f37;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#callnowbutton {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 2147483647;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  left: 20px;
  bottom: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transform: scale(1);
  background: no-repeat #d74f37;
}

#callnowbutton img {
  min-block-size: -webkit-fill-available;
}

#vancallnowbutton {
  text-decoration: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transform: scale(1);
  background: no-repeat #d74f37;
}
.Contact-banner {
  background-image: url("../../imgs/Quality-Vans-Ireland.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: 350px;
  width: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
