@charset "utf-8";
/* CSS Document */

/* Carousel Slider */
.slide .carousel-inner .item .slider-content .col-md-12 .h2{
	color:#fff;
}

/* Footer */
ul.footer-nav1 li a {
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav1 li a:hover {
	color: #fff;
}