#map_canvas{
	min-height:250px;
	min-width:100%;
}

.well-lightblue{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 19px;
	margin-bottom: 20px;
	border-radius: 4px;
}
#ajax-loader {
   display: none;
}
.green{
	color:#05cf05;
}
.red{
	color:#ff0000;
}
.darkPurple{
    color:#2a1a46;
}
.purple{
    color:#4d1d77;
}
.twitter{
	color:#00aced;
}
.facebook{
	color:#3b5998;
}

/* YouTube Embed to be responsive 
   ================================================== */
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media (min-width: 768px) {
	.owl-carousel .owl-item .item img{
    	min-height:400px;
    	max-height:490px;
    	width:auto;
	}

		.caption-bottom{ 
		position: absolute;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	.owl-carousel .owl-item .item{
    	min-height:400px;
    	min-height:490px;
	}
}

@media (min-width: 1200px) {
	.owl-carousel .owl-item .item{
    	min-height:400px;
    	min-height:490px;
    
	}	
}
/* Set Carousel Caption Default Color */
.item{
	color:#ffffff;
}

/* Collapse Navbar for smaller screens including tablets */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}