#sp-header {
    width: 100% !important;
    background-color: rgba(255,255,255,0.96);
    height: 80px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-main-body {
    padding: 0px 0px 20px 0px;
}
.badge-info {
	color: #E36F1E;
}
.carousel-item H3 {
	color:#A4A510;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.mod_rsfe_testimonials .carousel-inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.mod_rsfe_testimonials .carousel-inner .carousel-item .badge, .mod_rsfe_testimonials .carousel-inner .item .badge {
    margin: 0px 0px 10px 0px !important;
}
.btn-sm {
display:none !important;
}
#sp-top-bar a {
    color: #fff;
}
#sp-footer, #sp-bottom {
	font-size:16px !important;
}
#sp-footer, #sp-bottom a{
    color: #c9531e !important;
	font-size:16px !important;
}
@media (max-width: 768px){
#sp-page-builder .page-content .sppb-section {
    padding: 10px 0 !important;
}
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#sp-bottom {
    background-color: #444444 !important;
    padding: 10px 0px !important;
}
.sp-bottom-footer {
    padding: 10px 0 !important;
    background-color: #444444 !important;
    color: #fff !important;
    position: relative;
    font-size: 16px;
}

.border-right-box {
	border-right: solid 1px #fff;
}
.sp-default-logo {
	margin-top:5px;
}

.label {
    display: inline;
    padding: 2px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
}

#offcanvas-toggler {
    float: right;
    line-height: 80px;
}
.sp-megamenu-parent >li >a {
    display: inline-block;
    padding: 0 9px;
    line-height: 80px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
#sp-top-bar {
    background-color: #E36F1E !important;
    color: #ffffff;
}
.sp-contact-info li i {
    color: #A4A510;
}
.sp-module:first-child {
    margin-top: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 5px 5px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
@media (min-width: 1680px) {
  .sp-bottom-footer:before {
    background: #444444 !important;
  }
}
.imgcontainer {
  max-width: 960px;
  margin: 0 auto;
}

.imgphotos {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 980px;
}

.imgphotos img {
  display: block;
  float: left;
  flex: 0 0 auto;
  background-color: #fff;
  margin:2px;
}


@media screen and (min-width: 1024px) {
  .imgphotos img {
    width: calc(100%/6);
    height: calc(100%/6);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .imgphotos img {
    width: calc(100%/4);
    height: calc(100%/4);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .imgphotos img {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .imgphotos img {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media screen  and (max-width: 320px) {
  .imgphotos img {
    width: 100%;
    height: 100%;
  }
}
/* styles added by cost calculator */

.dropdown {
    width: 60% !important;
 }
 
 #output {
	 margin: 5px;
}
input[type="text"][readonly] {
	background:#fff;
}


.cost-label {

	display: block;

    font-weight: normal;

    font-size: 18px;

    font-family: Open Sans, sans-serif;

    }




#total_cost {

	width: 75%;

    height: 40px;

    font-size: 16px;

    font-weight: bold;
	background: #fff;

    }    

    

#time-on, #time-off, .dropdown-am-pm-on, .dropdown-am-pm-off {

    display: inline-block;

    }



.dropdown-hour-on, .dropdown-hour-off {
	display: inline-block;
    width: 200px;
    height: 30px;
    font-size: 14px;

    }



.dropdown-am-pm-on, .dropdown-am-pm-off {

	height: 30px;

    width: 80px;

    font-size: 14px;

    }



.calculate-button,.reset-button {

	padding: 10px 22px;

    font-size: 16px;

    background-color: #A4A510;

    color: white;

    border: none;

    }

    

.calculate-button:hover {background-color: #3e8e41}

.reset-button:hover {background-color: #3e8e41}



.add-button,.remove-button {

	padding: 5px 15px;

    font-size: 18px;

    color: black;

    }



#result1, #result2, #result3, #result4, #result5 {

    font-size: 15px;
    height: 30px;
	float:left;
    }

.sub-header {
	display: inline-block;
	margin:5px 4px 4px 4px;
	}

.sub-header,.room-button {
	display: inline-block;
	margin:0px 4px 4px 4px;
	font-size:12px;
	}

.image2 {

    float: right

    }



#insul1, #insul2, #insul3, #insul4, #insul5, #towel1, #towel2, #towel3, #towel4, #towel5 {

	border: none;
    width:0px;
	background:#fff;
	float:left;
	padding:0px !important;
    }

#insul_cost,#insul_cost2 {

	border:none;

    width:100%;

    font-weight: bold;

    font-size: 18px;

    color: #ff531a;

    white-space: initial;

    word-break: break-word;
	background:#fff;

    }



