html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 120px;
	overflow-y: scroll;
}
.navbar {
	margin-bottom: 0;
	min-height:50px;
}
.navbar .navbar-header {
	margin: 2px 17px 2px 3px;
}
@media (min-width: 768px) { 
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.dropdown .dropdown-toggle {
		cursor: default;
	}
}

.carousel-caption {
	font-family: Tahoma, Geneva, sans-serif;
	color: #373737;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	height: 100%;
}
.carousel-caption h3 {
	margin: auto;
	font-weight: 100;
	font-size: 46px;
}
.carousel-caption h3 strong {
	font-weight: bold;
}
@media (max-width: 991px) { 
	.carousel-caption h3 {
		font-size: 30px;
	}
}
@media (max-width: 767px) { 
	.carousel-caption h3 {
		font-size: 25px;
	}
}
@media (max-width: 479px) { 
	.carousel-caption h3 {
		font-size: 18px;
	}
}
.carousel img {
	opacity: 0.4;
	min-width: 100%;
	max-height: 450px;
}

.top-buffer { margin-top: 20px; }
.top-separator { border-top: solid 1px #eee; padding-top: 5px; }
.left-separator { border-left: solid 1px #eee; }
.img-responsive { margin: 10px 0; }
.text-center .img-responsive { margin: 10px auto; }
.list-dash {
	list-style: none;
	padding-left: 10px;
}
.list-dash li:before {
	content: "- ";
	margin-left: -10px;
}

.btn-ima {
	background-color: #e14cab;
	border-color: #aa007b;
	color: #111111;
}
.btn-ima:hover { background-color: #ff71cd; }
.btn-imagine {
	background-color: #dbff63;
	border-color: #99cf16;
	color: #333333;
}
.btn-imagine:hover { background-color: #b9ee3f; }
.btn-magisoft {
	background-color: #9fffff;
	border-color: #1ca5a5;
	color: #333333;
}
.btn-magisoft:hover { background-color: #73e9e7; }
.btn-imalaw {
	background-color: #95f1ff;
	border-color: #008096;
	color: #333333;
}
.btn-imalaw:hover { background-color: #71cee6; }
.btn-youtube {
	background-color: #e74c3e;
	border-color: #b31217;
	color: #222222;
}
.btn-youtube:hover { background-color: #ff6a57; }

.jumbotron {
	margin-top: 30px;
	margin-bottom: 0;
}
.jumbotron a { color: inherit; }

.footer {
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	width: 100%;
	height: 110px;
	background-color: #eeeeee;
}

.subtitle {
	color: #777777;
}
.inblock { display: inline-block; }

/*img.hover:hover { opacity: 0.6; }*/
img[data-toggle=modal] {
	cursor: pointer;
}