
section#slider {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    height: 474px;
    background: #333;
    overflow: hidden;
    position: relative;
    top: 0;
}
section#slider article.slide {
    position: absolute;
    height: 479px;
    overflow: hidden;
    z-index: 888;
    top: -100%;
    left: 0;
    width: 100%;
    visibility: hidden;
}
section#slider article.slide .wrapper { height: 530px }
section#slider article.slide hgroup {
    position: absolute;
    bottom: -200px;
    left: 3%;
    width: 800px;
    z-index: 999;
}
section#slider article.slide hgroup h3, section#slider article.slide hgroup h1 {
    font-size: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
	text-transform:uppercase;
    margin: 0 0 1px 0;
    padding: 0;
    color: #fff;
    max-width: 800px;
}
@media screen and (max-width:750px) {

    section#slider article.slide hgroup h3, section#slider article.slide hgroup h1 {
    font: normal normal 20px/25px 'Source Sans Pro',sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
    margin: 0 0 1px 0;
    padding: 0;
    color: #fff;
    max-width: 800px;
}
}
section#slider article.slide hgroup h2 {
    font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
    margin: 0 0 25px 0;
    padding: 0;
    color: #333;
    max-width: 800px;
}
section#slider article.slide hgroup h3 span, section#slider article.slide hgroup h1 span {
    background: #333237;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px 6px 10px;
    display: inline-block;
}
section#slider article.slide hgroup h4 span {
    background: #fff;
    background: rgba(255,255,255,0.74);
    padding: 5px 10px 10px 10px;
    display: inline-block;
}

section#slider article.slide.light hgroup h3 span, section#slider article.slide.light hgroup h1 span {
    background: #333237;
    background: rgba(255,255,255,0.1);
    padding: 5px 15px 0;
    display: inline-block;
}
section#slider article.slide.light hgroup h4 span {
    background: #333237;
    background: rgba(255,255,255,0.1);
    padding: 5px 15px;
    display: inline-block;
}
section#slider article.slide hgroup h4 {
    font: normal normal 14px/24px 'Source Sans Pro',sans-serif;
    
    clear: both;
    padding: 0;
    color: #111;
}
section#slider article.slide hgroup .button {
    overflow: hidden;
    position: relative;
    float: left;
    height: 50px;
    clear: left;
    width: 170px;
    top: 800px;
    margin-top: 20px;
    display: inline-block;
}
section#slider article.slide hgroup .button span {
    background: #df0020;
    color: #fff;
    height: 44px;
    float: left;
    clear: left;
    font: normal normal 18px/48px 'Source Sans Pro',sans-serif;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    text-decoration: none;
    width: 100%;
}

.bgheight { height: 100% }
.bgwidth { width: 100% }
#bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}
#controls {
    position: absolute;
    top: 410px;
    z-index: 999;
    width: 100%;
    float: left;
    height: 15px;
}
#controls #next,
#controls #prev { display: none }
#controls #navi {
    float: right;
    position: absolute;
    top: 0;
    right: 43px;
}
@media screen and (max-width:750px) {
#controls #next,
#controls #prev { display: none }
#controls #navi {
    float: right;
    position: absolute;
    top: 0;
    right: 0px;
}    
}
#navi a,
div#small_nav a {
    width: 9px;
    height: 9px;
    background: url('https://www.dcomtechnologies.com/bullet1.png')  no-repeat;
    display: block;
    text-align: center;
    float: left;
    margin: 0 11px 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#navi a:last-child { margin: 0 }
#navi a.activeSlide,
div#small_nav a.activeSlide { background-position: 0 0 }

section#slider article.slide.active {
    z-index: 888;
    top: 0;
}

div#visit.block {
    position: relative;
    width: 346px;
    height: 410px;
}
div#visit div.address {
    width: 286px;
    height: 410px;
    background: #fdfcf1;
    position: absolute;
    top: -34px;
    padding: 30px;
    z-index: 999;
}
div#visit div p {
    color: #323236;
    font: normal normal 16px/20px 'Source Sans Pro',sans-serif;
}
div#visit div.address a {
    position: relative;
    top: 33px;
    font: normal normal 14px/16px 'Source Sans Pro',sans-serif;
    float: left;
    clear: both;
    color: #df0020;
    margin: 0 0 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}
div#visit div.address a:hover {
    color: #90071a;
    background-position: 81px -397px;
}
