.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

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

.navbar {
  background-color: #1e2d3b;
}

.navbar-image {
  max-width:50%;
  max-height:50%;
}

.header-text {
  padding-top: 0px;
  color: white;
}

.main-image-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.main-image {
  width: 100%;
}

.main-image-text {
  position: absolute;
  color: white;
  font-weight: bold;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 15%;
}

#image-resize-text {
  display: inline-block;
  font-size: 28px;
  margin: 0 auto;
  vertical-align: top;
}

.dura-img-resize {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 5px;
}

.image-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.image-wrapper p {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border: 1px solid #FFF;
  width: 218px;
  color: #FFF;
  margin: 5px;
}

.header-logo {
  float:left;
  margin-right: 5px;
  width: 30px;
}

.fb-img {
  padding: 20px;
  float: right;
}

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

.footer-left {
  padding: 20px;
}

.red {
  color: red;
}

.price {
  color: red;
  font-size: 125%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.fp {
  color: grey;
  font-size: 50%;
  font-style: italic;
  line-height: 80%;
  margin-top: 0px;
  padding-top: 0px;
}

.toast-top-center {
  right: 0;
  width: 100%;
  top: 50%;
}

.main-body {
  background-color: white;
  min-height: 800;
  min-width: 100%;
  border-radius: 5px;
  padding: 1px;
  position:absolute;
  top:0;
}

.body-row {
  padding: 5px;
}

.low-box {
  border-color: #edcd1f;
  border-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  width: 75%;
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-size: 124%;
  font-weight: bold;
  padding: 15px;
}

.body-section {
  background-color: #f7f7f7;
  font-size: 135%;
  padding: 10px;
  border-radius: 20px;
}

.body-special {
  padding-top: 20px;
  text-align: center;
  font-size: 165%;
  font-weight: bold;
}

.body-special-section {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}

.special-big {
  font-size: 175%;
  font-weight: bold;
}

.body-address {
  margin: auto;
  width:300px;
}

.page-header {
  border-color: #edcd1f;
  border-width: 10px;
  max-width: 75%;
  font-size: 300%;
  color: #08498a;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}

.sub-header {
  font-size: 150%;
  color: #08498a;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.design-img-container {
  position: relative;
}

.design-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.view_gallery {
  position: absolute;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 75%;
  opacity: .6;
  font-weight: bold;
  color: black;
  background-color: #edcd1f;
  border-color: #edcd1f;
  border-radius: 20px;
  font-size: 15px;
}

.view_gallery:hover {
  background-color: #f4e075;
  border-color:  #f4e075;
}

.body-option-image {
  padding-left: 20px;
  padding-right: 20px;
}

.dura-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dura-img-product {
    display: block;
    margin: auto;
    padding-bottom: 25px;
    height: 75px;
    width: auto;
}

.hr-page {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8c8c inset;
}

.hr-solid {
  display: block;
  height: 0px;
  border: 0;
  border-top: 5px solid #edcd1f;
  margin: 1em 0;
  padding: 0;
}

.footer {
  background-color: #edcd1f;
}

.carousel {
  position:relative;
  width: 100%;
  top:0;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-header {
  border-radius: 5px;
  padding: 5px;
  background-color: #08498a;
}

.carousel-inner > .item > img {
  margin: 0 auto;
  border-radius: 5px;
  min-width: 100%;
}

.carousel-testimonial {
  width: 100%;
  height: 425px;
  margin: 0 auto;
  background-color: #08498a;
}

.carousel-testimonial .carousel-inner .item {
  width: 80%;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: white;
  top:50%;
  transform: translateY(15%);
  position: relative;
}



.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out 1s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}

.gallery_thumbs {
  padding: 5px;
  cursor: pointer;
}

.gallery_thumbs:hover {
  opacity: .5;
}

#photo-modal {
  visibility: hidden;
  opacity: .8;
  transition: all 0.5s ease;
}


.hidden_photo {
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease;
}
.active_photo {
  visibility: visible;
  opacity: 1;
  transition: all 0.9s ease;
}

.large_photo_container {
  position: fixed;
  z-index: 1100;
  left: 50%;
  top: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
}

.fb-like2 {
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
}



#photo_container {
  position: relative;
  margin: 20px;
  min-width: 1200px;
  display: inline-block;
  transition: width 0.5s ease, height 0.5s ease;
}

#gallery_photo {
}

.large_photo {
  position:absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.close_photo {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 0 0 0 3px;
}

.close_photo:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.prev_photo,
.next_photo {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.prev_photo {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.next_photo {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev_photo:hover,
.next_photo:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}
