.dl-table h4 {
    line-height: 32px;
}
#cart-table {
	color:#000;
	text-align:left;
}
#cart-table td {
	vertical-align:middle;
}	
.bg-primary a, .bg-primary a:hover, .bg-primary a:focus {
	color:#FFF !important;
}
.page-content-inner{
    background: #FFF;
    padding: 50px;
    box-shadow: 0px 0px 55px #ADADAD;
	text-align:left;	
	color:#333;
	padding-bottom:100px;
}
@media (max-device-width: 600px){ 
	header .header-content {
        height:100%;
    }
    .dot {
	    display: block;
	    background: transparent;
	    margin-top: 10px;
	}
	header .header-content .header-content-inner p {
		margin-top:10px;
	}
	
}

header img {
	min-height:100%;
	width:auto;
	min-width:100%;
}
#myCarousel {
	position:absolute;
}
#myCarousel, #myCarousel .carousel-inner, #myCarousel .carousel-inner .item {
	height:100%;
}
.page-footer {
	height:100px;
	margin-top:-100px;	
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 35px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
section#contact {
	padding-bottom:0;
}
section#contact #map {
	width:100%;
	height:300px;
	position:relative;
	margin-top:25px;
}
/* Featured Section */
.featured-section {
  margin: 0;
  padding: 0;
  background-image: url('/style/images/samples/slide-bg-sm.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#tab-title {
	margin-bottom:0;
	-webkit-transition: font-size 1s linear; /* Safari */
    transition: font-size 1s linear;
}
.img-thumbnail-wrapper {
	display:inline-block;
	position:relative;
	margin: 8px;
}
.img-thumbnail-wrapper a {
	position: absolute;
    top: -5px;
    right: -5px;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
    padding: 0 6px;
    border-radius: 16px;
}

	
@media (min-width: 992px) {
  .featured-section {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.featured-section.featured-section__alt {
  margin-bottom: -40px;
}
h2 + .featured-section {
  margin-top: 30px;
}
.featured-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.featured-item {
  height: 300px;
  padding: 35px;
  position: relative;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .featured-item:before {
    left: -15px;
    right: auto;
    bottom: 0;
    width: 1px;
    height: 20px;
  }
}
.featured-item:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 15px;
  top: 15px;
  left: -15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-item:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .featured-item:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .featured-section .row > [class^='col-']:first-child .featured-item:before {
    display: none;
  }
}
.featured-section .row > [class^='col-']:first-child .featured-item:after,
.featured-section .row > [class^='col-']:nth-child(3n) .featured-item:after {
  display: none;
}
.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}
.featured-item .featured-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
}
.featured-item .featured-icon {
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.featured-item .featured-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.featured-item .featured-subtitle {
  color: #fff;
  line-height: 1.5em;
}
.featured-item .featured-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .featured-item .featured-desc {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.featured-item .featured-desc > p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 992px) {
  .featured-item:hover {
    background-color: #dc2a0b;
  }
  .featured-item:hover .featured-icon {
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
  .featured-item:hover .featured-title {
    -webkit-animation: smallToBig 300ms ease;
    animation: smallToBig 300ms ease;
  }
  .featured-item:hover .featured-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
}
@media(min-width:768px) {
    #page-messages {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
	.page-content-inner #page-messages {
    position: inherit;
    margin: 0;
    padding: 0 30px;
    border-left: none; 
}
}


                                         
    
