
/* -------------------------------- 
Fixed bg
-------------------------------- */

.cd-fixed-bg{
/* you need to assign a min-height to the main content so that the children can inherit it*/
  position: relative;
  /*min-height: 100%;*/
  /*height:800px;*/
  /*min-height: 70%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../src/new/background-photo.jpg");
  /*z-index: 0;  if removed, button works,navbar on phone not*/
}
.cd-fixed-bg-mobile {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
    position: relative;
    /*min-height: 100%;*/
    /*height:800px;*/
    /*min-height: 70%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../src/new/background-photo.jpg");
    /*z-index: 0;  if removed, button works,navbar on phone not*/
  }
.cd-fixed-bg h1{
  /*top: 40%;*/
  width: 100%;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.cd-fixed-bg-mobile h1{
  /*top: 40%;*/
  width: 100%;
  text-align: center;
  /*font-size: 30px;*/
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

@media only screen and (max-width: 1298px) { /*540*/

  .cd-fixed-bg-mobile {
    background-attachment: fixed;
    display:block;
    height:500px;
    overflow: auto;
  }
  .cd-fixed-bg-mobile h1{
    font-size: 28px;
  }
  .t_text{
    top:150px;
  }
  .t_form , .cd-fixed-bg{
    display: none !important;
  }
  .t_form2{
    display:block;
    background-color: var(--form-background-color);
  }
  .seeoffers a{
    font-size:14px;
    }

}
/*@media only screen and (min-width: 540px) and (max-width: 1170px){ /*400
  .cd-fixed-bg-mobile {
    background-attachment: fixed;
  }
  .cd-fixed-bg-mobile h1 {
    font-weight: 300;
  }
  .t_text{
    top:200px;
  }
  .t_form{
    display:none;
  }
  .cd-fixed-bg{
    display:none;
  }
  .t_form2{
    display:block;
  }
  .cd-fixed-bg-mobile {
    display:block;
    height: 80%;
  }
  .seeoffers a{
    font-size:20px;
    }
}*/
@media only screen and (min-width: 1299px) { /*1170*/
  .cd-fixed-bg {
    background-attachment: fixed;
    display:block;
    height: 800px;
  }
  .cd-fixed-bg h1 {
    font-size: 48px;
    font-weight: 300;
  }
  .t_text{
    top:300px;
  }
  .t_form{
    /*top:150px;*/
    display:block;
  }
  .t_form2 , .cd-fixed-bg-mobile{
    display: none !important;
  }
  .seeoffers a{
    font-size:20px;
    }
}

.seeoffers a{
  width:60%;
  text-align: center;
  color: #fff;
  background-color: var(--background);/*Transparent;*/
  border: solid 3px var(--background);
  border-radius: 40px;
  overflow: hidden;
  outline:none;
}
.seeoffers a:hover{
  border-color:var(--button-hover);
  background-color: var(--button-hover);
  color:#000;
}
.seeoffers{
  text-align: center;
}


/* <!--!!!!!!!!!!!!!!! Send Email !!!!!!!!!!!!!!!!!-->	 */

.emailform{
  border-left:2px /*#3530A1*/ var(--background) solid;
  border-right:2px /*#3530A1*/ var(--background) solid;
  border-bottom:2px /*#3530A1*/ var(--background) solid;
  /*background-color:rgb(255, 255, 255);/*#333;/*#13232f;*/
  background-color:rgb(255, 255, 255, 0.7);
  margin:50px;
  /*width:90%;*/
  text-align: center;
  /*color:#333;*/
  color:#111;
}
#form_id, #form_id_mobile{
  margin:20px;
}


.btn-send-form{
  text-align: center;
  padding-right:10%;
  padding-left:10%;
  padding-top:10px;
  padding-bottom:10px;
}
.send-form{
  border-radius: 40px;
  text-align: center;
  background-color:var(--brand-color);
  color:#fff;
}
.send-form:hover{
  color:#000;
  background-color: var(--button-hover);
}

/* <!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->	 */

input[type="time"].form-control {
  line-height: 20px;
}

.form-control,.input-group-addon,.time_input{
  background-color:rgb(228, 228, 228);/*#333;*/
  color:rgb(80, 80, 80);
}

.input-group{
  padding-bottom:15px;
}

/* <!--!!!!!!!!!!!!!!! Carousel!!!!!!!!!!!!!!!!!-->	 */
.carousel-indicators, .carousel-inner{
  margin-bottom:30px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}

.carousel-headline{
  font-family:garamond;
  border-bottom: 2px solid black;
  background-color:var(--background);
  text-align: center;
  color:#fff;
  padding:5px;
}
.carousel-indicators{
  margin-bottom:-5px;
}

@media only screen and (max-width: 798px) {
  .carousel-headline h2{
    font-size: 20px;
  }
 }


/************** What we Offer ******************/

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: var(--button-hover);
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
/*text-transform: capitalize;*/
z-index: 1;
background-color: transparent;
color:#fff !important;
}

.site-heading h4::before {
background: var(--button-hover) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading {
margin-bottom: 10px;
/*overflow: hidden;*/
margin-top: -5px;
color: #fff;
}


#features {
  background-color: var(--background-shade-color);
}

.features-items,
.features-items .items-box {
overflow: hidden;
}

.features-area .equal-height::after {
background: #e7e7e7 none repeat scroll 0 0;
content: "";
height: 100%;
position: absolute;
right: -1px;
top: 0;
width: 1px;
}

.features-area.item-full .equal-height::before {
/*background: #e7e7e7 none repeat scroll 0 0;*/
content: "";
height: 1px;
position: absolute;
bottom: -1px;
right: 0;
width: 100%;
}

.features-area .features-items .item {
  padding: 15px 30px;
  }

.features-area.item-full .features-items .item {
padding: 30px;
}

.features-area .features-items .item h4 {
position: relative;
}

.features-area.bottom-small {
padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
padding-bottom: 30px;
}

.features-area .item .icon {
margin-bottom: 20px;
}

.features-area .item .icon i {
background: #ffffff none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
color: var(--button-hover);
display: inline-block;
font-size: 35px;
height: 100px;
line-height: 100px;
position: relative;
text-align: center;
width: 100px;
z-index: 1;
}

.features-area .features-items .items-box i {
background: transparent;
}

.features-area .item .icon {
margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
border-radius: inherit;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
color: var(--background);
display: inline-block;
font-size: 50px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
}


.features-area .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  color:#000 !important;
  background-color: transparent;
  /*color:#fff;
  background-color: var(--background);*/
}
.features-area .item .info p {
margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
padding-left: 0;
margin:20px;
}

.features-area .features-items .items-box.inc-cell .item .info a {
color: #666666;
display: inline-block;
margin-top: 15px;
text-transform: uppercase;
}
/*
.features-area .features-items .items-box.inc-cell .item .info a:hover {
color: var(--button-hover);
}*/

.brand-icon {
margin-bottom: 30px;
width: 200px;
}

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

.contact {
  color: var(--brand-color);
  font-size: large;
}

.sr-only {
  display: block;
  color: #000;
}
.required-asterisk {
  color: red;
}
