.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    color: #F9F9F9;
    font-size: 20px;
    left: 0;
    opacity: 0.65;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 45%;
    width: 0%;
    
}
.carousel-control.left {
    background: url('http://us.dlink.com/wp-content/uploads/2015/04/buttons_880l.jpg') 0 0 no-repeat;
    height: 50px;
    width: 38px;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background: url('http://us.dlink.com/wp-content/uploads/2015/04/buttons_880l.jpg') -48px 0 no-repeat;
    height: 50px;
    width: 38px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #FFF;
    opacity: .9;
    outline: 0 none;
    text-decoration: none;
}

.slide_row{
    min-height: 100px;
    display: table;
    color: #FFF;
}
.slide_img{
    text-align: center;
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}
#contact_banner{
    color: #FFF;
    height: 90px;
    background: #068ea7; /* Old browsers */
    background: -moz-linear-gradient(top,  #068ea7 0%, #5cb2c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#068ea7), color-stop(100%,#5cb2c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #068ea7 0%,#5cb2c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068ea7', endColorstr='#5cb2c3',GradientType=0 ); /* IE6-9 */
}
#contact_banner h2{
    font-family: "lato", Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
    padding-top: 10px;
    margin-bottom: 5px;
}
span.text{
    font-family:  Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}
span.note_txt{
    font-size:13px;
    font-family:Arial, sans-serif;
    color: #777;
}
.slide_textbox{
    width: 80%;
    padding: 10px 30px 10px 30px;
    display: table-cell;
    vertical-align: middle;
}
.slide_textbox h5{
    font-family:  Arial, sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.slide_textbox p{
    color: #FFF;
    font-family:  Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact_banner{
    color: #FFF;
    height: 90px;
    background: #068ea7; /* Old browsers */
    background: -moz-linear-gradient(top,  #068ea7 0%, #5cb2c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#068ea7), color-stop(100%,#5cb2c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #068ea7 0%,#5cb2c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #068ea7 0%,#5cb2c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068ea7', endColorstr='#5cb2c3',GradientType=0 ); /* IE6-9 */
}
#contact_banner h2{
    font-family: "lato", Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
    padding-top: 10px;
    margin-bottom: 5px;
}