@charset "utf-8";
    .dropdown-menu {
    min-width: 200px;
    }
    .dropdown-menu.columns-2 {
    min-width: 400px;
    }
    .dropdown-menu.columns-3 {
    min-width: 600px;
    }
    .dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
    }
    .multi-column-dropdown {
    list-style: none;
    }
    .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    }
    .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    }
	
	.footer-margin-top {
		margin-top: 10px;
	}
    
	.footer-text (
		color: #ffffff;
	} 
	
	. footer-text a:link{
		color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: black;
	}
    @media (max-width: 767px) {
    .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
    }
    }
	
	
/* Very Small Devices */
    @media (max-width: 767px) {
		#slideshow1 {
			height:300px !important;
		}
	}
/*Small Devices*/
	@media (min-width: 768px) {
		#slideshow1 {
			height:300px !important;
		}
	}

/*Medium Devices*/
	@media (min-width: 992px) {
		#slideshow1 {
			height:300px !important;
		}
	}

/*Large Devices*/
	@media (min-width: 1200px) {
		#slideshow1 {
			height:300px !important;
		}
	}

