.navbar {
    background-color: #28a7e1;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    font-size: Large;
}

.navbar-toggle{
    border: 2px solid white;
    border-radius: 4px;
}

button:hover {
    border-radius: 4px;
}

.navbar-toggle .icon-bar:hover {
    background-color: #28a7e1;
}

.navbar-toggle .icon-bar{
    background-color: white;
}

.navbar-toggle {
    background-color: #28a7e1;
}

.active{
    background-color: #000000;
}

.container{
    background-color: #eee;
    margin-top: 10px;
    border-radius: 20px;
    text-align: center;
}

a{
    color: #ffffff;
}

.jumbotron {
  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: Anton, sans-serif;
    text-transform: uppercase;
}



.page-header{
    font-family: Anton, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
}

.navbar-brand{ 
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.powerheading {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 3000;
  line-height: 1.4;
  text-align: center;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.Opening{
    font-size: 30px;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.fa-circle{
    color:#000000;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #28a7e1;
}

.fa-inverse {
    color: #28a7e1;
}

.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 #28a7e1;
}

.contact .caption{
    background-color: #999999;
}

.contact .caption small{
    color: white;
}

p{
/*    font-family: 'Anton'; */
    font-weight: 800;
}

h3{
    font-family: 'Anton';
    text-transform: uppercase;
}


}

.sales .jumbotron{
    color: white;    
    background-color: #e67e6c;
    padding: 20px;
}

.sales hr{
    border-top: 1px solid #000000;
    margin-left: 25%;
    margin-right: 25%;
}

.btn-primary {
    color: #fff;
    background-color: #28a7e1;
    border-color: #000;
    font-size: 20px;
    margin-top: 15px;
    border-width: medium;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.information{
    color: #000;
    font-weight: bold;
    font-style: italic;
    background-color: #286090;
    border-color: #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}

.salebox{
    padding-top: 25px;
    padding-bottom: 25px;
    border-color: #eeeeee;
    border-spacing: inherit;
    border-style: solid;
    margin-bottom: 50px;
    background-size: 100% 100%;
	text-transform: uppercase;

    background: #ffffff; /* For browsers that do not support gradients */    
}

.salespic{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
/*    width: 250px;
    float: none;
    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.0;
}

.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.0;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
    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.0 !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;
    padding-bottom: 25px;
}

#facebookButton{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

@media screen and (max-width: 736px) {
#facebookButton{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
}

#facebookButton a:hover{
    color: #28a7e1;
    border-color: red;
    border-style: double;
} 

nav a:hover{
    color: #000000;
} 

.footer-header{
    color: #FFFFFF;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    font-size: xxx-large;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
} 

.footer-header a:hover{
    color: #28a7e1;
} 


@media screen and (max-width: 736px) {
    .footer-header{
        font-size: 65px;
    } 
}

.rentalCaraousel{
    width:80%;
    margin-left: 10%;
}

.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: 20px;
    width: 20px;
}

.carousel-indicators .active {
    height: 20px;
    width: 20px;
}

.ContactInfo img{
    height: 250px;
    width: 250px;
}

.ContactInfo a{
    color: #28a7e1;
}

.SocialInfo{
    padding: 15px;
}

.SocialInfo img{
    height: 150px;
    width: 150px;
}

.SocialInfo a{
    color: #28a7e1;
}

#About{
    margin-top: -20px;
}

#CallForRent a{
    color: #D74F37;
}

.features-list-items {
      font-style: oblique;
}

.template-banner {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
	width:auto;
	background-repeat: no-repeat;
    background-position: right;    
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    color: antiquewhite;
        margin-left: auto;
    margin-right: auto;
}

#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 #28a7e1;
}

#callnowbutton img{
    min-block-size: -webkit-fill-available;
}

.BlackBlueWhiteSeries iframe{
    margin-top: 60px;
}

.BlackBlueWhiteSeries img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
    width: 250px;
}

.service-information {
    min-height: 250px;
}

.pricing li{
    list-style-position: inside;
    padding-bottom: 10px;
}

.groups {
    height
}

.ContactInfo H3{
    color: black;
}

.pricingSpeil hr{
    margin-left: 25%;
    margin-right: 25%;
    border-style: dashed;
}

.pricingSpeil {
    font-weight: 800;
    font-size: larger;
}

.pricingOneOffs {
    font-style: italic;
    font-size: larger;
}

.sr-pulls {
    min-height: 250px;
}

.featurette-heading {
    text-decoration: underline;
    font-variant: petite-caps;
    font-weight: 900;
}

.fa-stack-1x {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #28a7e1;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 10px 0px;
}
span h3{
    color: black;
}

.comingsoon{
    opacity: 0.4;
    -moz-opacity: 0.5; /* Firefox and Mozilla browsers */
   -webkit-opacity: 0.5; /* WebKit browser e.g. Safari */
   filter: alpha(opacity=50); /* For IE8 and earlier */
}

.comingsoon h3{
        transform: rotate(-45deg);
    font-size: 400%;
    color: #28a7e1;
}

.clickHere{
    border: outset;
    border-color: #CDCDCF;
    border-width: 4px 5px 4px 5px;
}


.social {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pricingPicture {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
