/*Global*/
a { color: #0056b3 !important; }

/*Fonts*/
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }

/*colors*/
.bg-black { background-color: #222; }
.bg-white { background-color: #fff; }
.bg-blue { background-color: #1f6e9c; }

.color-black { color: #000; }
.color-white { color: #fff; }
.color-blue { color: #000080; }


/*Helpers*/
.half-visible { opacity: 0.85; }

/*classes*/
.top-menu-bg {
	background-color: rgba(247, 248, 250, 0.95);
	border-bottom: 1px solid #000080;
}
.logo-long {
	width: 100px;
	height: auto;
}
.logo-small-img {
	height: 30px;
	width: auto;
}
.gal-img {
	height: 300px;
	width: auto;
}
.paysystems {
	width: 960px;
	max-width: 100%;
	height: auto;
}
.head-img {
	max-width: 200px;
	height: auto;
	margin: 0 auto 24px auto;
}
.top-bg {
	background-image: url('/img/background.jpg');
	background-position: center center;
	background-size: cover;
}
.gerb {
	height: 144px;
	width: auto;
}
/*ids*/
#video {
	min-height: 450px;
}

/*Response Utilities*/
@media (max-width: 1199px) and (min-width: 992px) { /*-md-*/
	#video {
		min-height: 380px;
	}
	.hidden-md {
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) { /*-sm-*/
	#video {
		min-height: 290px;
	}
	.hidden-sm {
		display: none;
	}
}

@media (max-width: 767px) { /*-xs-*/
	#video {
		min-height: 240px;
	}
	.hidden-xs {
		display: none;
	}
}