html {
  position: relative;
  min-height: 100%;
	box-sizing: border-box;
}

body {
    background: rgba(255,255,255,1);
    margin-bottom: 60px;
}
.site-footer {
    background-color: #033c52;
    color: white;
}

.site-footer h6{
    
    color: rgba(162,191,56,1.00);
}
.site-footer .footer-bottom {
    background-color: #062a39;
}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 100px;
  padding: 20px 0px;
  background-color: rgba(150,150,150,1);
}
.footer p {
    margin: 0px;
    color: rgba(255,255,255,1);
}
*/

/* BREADCRUMBS */
.breadcrumb-container {
    background: rgba(150,150,150,1);
    margin-bottom: 15px;
}
.breadcrumb-container .container .breadcrumb {
    margin: 0px;
    background: transparent;
}
.breadcrumb-container .container .breadcrumb li a {
    color: rgba(225,225,225,1);
}
.breadcrumb>li+li:before {
    color: rgba(225,225,225,1);
}
/* BREADCRUMBS */

/* PRODUCT PRICE*/
.price-new {
	font-weight: 600;
	color:#FD0004; 
	margin: 0;
}
.price-old {
	color: #999;
	margin: 0;
	text-decoration: line-through;
	margin-left: 0px;
}
.price-tax {
	color: #999;
	margin: 0;
	font-size: 12px;
	display: block;
}
/* PRODUCT PRICE*/

/* SPEAKERS */
.speaker-desc {
    font-size: 12px;
}
.img-speaker {
    margin-bottom: 10px;
}
.well-speaker {
    border: solid 1px rgba(220,220,220,.5);
    padding: 10px;
    height: 125px;
    margin-bottom: 15px;
}
/* SPEAKERS */

#top-nav {
    background: rgba(0,173,239,1);
    border-radius: 0px;
    margin: 0px;
    border: none;
	
	
}
@media (min-width: 768px) {
    #main-nav-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#jum-header {
    margin: 0px;
    padding: 10px 0px;
    background: rgba(255,255,255,1);
}
#jum-header #logo-text {
    margin: 0px;
}

#main-nav {
    border-radius: 0px;
    margin: 0px;
}

#countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#countdown .c-item-wrap {
    background: white;
    text-align: center;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 5px 5px 0px 0px;
    margin: 0px 1px;
    box-shadow: 0px 5px 1px rgba(0,0,0,.1);
    width: 90px;
    padding: 10px 0px;
    flex: 1;
}

#countdown .c-item-wrap .c-item {
    font-size: 40px;
    font-weight: bold;
    color: #2A4277;
}

#countdown .c-item-wrap .c-item-desc {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

#blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block {
    background: rgba(33, 125, 187, 1);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 5px;
    color: rgba(255,255,255,1);
    flex-grow: 1;
}
.section-title {
	border-top: 5px solid rgba(3,60,82,.8);
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: bold;
    color: #033c52;
    /*text-align: center;*/
}
.section-title span {
	/*font-weight: bold;*/
	background: #fff;
    display: inline-block;
    padding: 0 24px 0 0;
    position: relative;
    top: -18px;
}
#featured{
	margin: 20px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}