
.container {
  max-width: 1130px;
}

body
{
	font-family: 'Open Sans',sans-serif;
}

h2,h3,h4,h5,h6
{
	font-family: Signika,sans-serif;
}

h1 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	font-family: Signika,sans-serif;
}

.yellow-highlight {
  text-shadow: 
    -3px 0px 3px yellow,
     3px 0px 3px yellow,
     6px 0px 6px yellow,
    -6px 0px 6px yellow;
}

.taglist {
	line-height: 250%; 
	background-color:#A00000; color: #FFF; 
	padding:1px; padding-right:16px; padding-left: 16px; 
	margin: 8px;
	margin-left: 0;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0745098);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0745098);
	white-space:nowrap;
	border: 1px solid #FFF;
}

.btn-download {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: none;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.lead-text {
	background-color:#FFF0F0; color: #000000; 
	padding: 2px 5px 2px 5px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0745098);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0745098);
	border: 1px solid #FFF;
	font-family: Signika,sans-serif;
	font-size: 18px;
}

.bg-highlight {
	background-color: #FFFFE0;
	color: #000;
	padding: 4px 2px 4px 2px;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark div,
.bg-danger h1, .bg-danger h2, .bg-danger h3, .bg-danger h4, .bg-danger h5, .bg-danger h6, .bg-danger p, .bg-danger div
{
	color: #FFFFFF;
}


.navbar-brand > img  {
	height: 40px;
}

.bg-red {
	background-color: rgba(200,0,0,0.85);
}

.bg-light-red {
	background-color: #FFF0F0;
}

.navbar {
	padding:0;
}

.navbar > input {
	border: none;
}

.bg-red .nav-item {
	border: 1px solid rgba(255,255,255,0.15);
	margin-right: 2px;
}

.content {
	margin-top: 50px;
}

.side {
	float: left;
}

.main {
	float: right;
}


.collapse.show {
	padding-left: 10px; 
	padding-right: 10px; 
}

.vblock {
	background-color: #FFFFFF;
	height: auto;
}

.vblock-wide {
	padding-top: 20px;
}

.vblock-main {
	padding-left: 20px;
	text-align: justify;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: rgba(255,255,255,1);
	border-left: 40px solid rgba(245,245,245,0.7);
}

.vblock-side {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: rgba(255,255,255,1);
}

.vblock-main h1, .vblock-wide h1, .col-sm-12 h1 {
	font-family: Signika,sans-serif;
}

.vblock-main h1:first-of-type, .vblock-wide h1:first-of-type {
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	background-image: url(//bcdn.softnik.com/images/bg/grip.png), linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background-repeat: repeat-x repeat-y;
	background-position: 50% 50%;
	color: #000000;
	font-size: 32px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.vblock-main h2, .vblock-wide h2 {
	margin-top: 40px;
	color: #FF2323;
	margin-top: 70px;
	margin-bottom: 30px;
	border-bottom: 0px dotted #23ACFF;
	text-align: left;
	font-size: 28px;
}

.vblock-main h3, .vblock-wide h3, .vblock-side h3 {
	margin-top: 40px;
	color: #946F00;
	margin-top: 70px;
	margin-bottom: 30px;
	border-bottom: 0px dotted #FF2323;
	text-align: left;
	font-size: 28px;
}

.vblock-main h3 a {
	color: #946F00;
}

.lead-head {
	margin-top: 30px;
	text-align: left;
	background-color: #F0F0F0;
	color: #FF0000;
	padding: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 23px;
	color: #FF2323; 
	text-decoration: none;
}

.vblock-side h3:first-of-type {
	margin-top: 10px;
	text-align: left;
	background-color: #F0F0F0;
	color: #FF0000;
	padding: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 23px;
}

.vblock-side h3:first-of-type a{
	color: #FF2323;
	text-decoration: none;
}

.vblock-side h3:first-of-type a:hover {
	text-decoration: underline;
}

.vblock-side .list-group-item
{
	padding: 5px 10px 5px 30px;
	background-color: #F0F0F0;
	color: #FF0000;
	margin-bottom: 5px;
	border: none;
	border-radius: 0px;
	font-family: Signika,sans-serif;
	text-transform: uppercase;
}

.vblock-side .list-group-item a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #946F00;
}

.vblock-side .list-group-item a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.row-padded .right-aligned  .list-group-item 
{
	padding: 5px 10px 5px 30px;
	border: none;
	background-color: transparent;
	color: #000000;
	margin-bottom: 5px;
	border-radius: 0px;
	text-align: right;
	background-image: url(//bcdn.softnik.com/images/icons/24/check.png);
	background-repeat: no-repeat;
	padding-right: 56px;
	background-position: right 12px center;
	font-size: 20px;
	font-family: 'Open Sans',Tahoma,Verdana,Arial,sans-serif;
}

.site-footer {
	background-color: rgba(255,0,0,0.05); 
	margin-left: 0; 
	clear: both;
}

.row-padded {
	padding: 50px 0 50px 0;
}

.row-heading, .row-band  {
	padding-top: 20px;
}

.breadcrumb {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.panel-title  {
	font-family: Signika,Verdana,Tahoma,Arial,sans-serif;
	font-weight: 800;
	font-size: 22px;
}


#image-popup-modal
{
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	display:none;
	right: 10px;
	left:10px;
	top: 10px;
	height: auto;
	width: 500px;
	z-index: 1050;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	background-color:rgba(255, 255, 255, .95);
	border: 0px solid rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

#dimScreen
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
	z-index: 1049;
	display: none;
}

pre
{
	background-color: #F0F0F0;
	padding: 10px;
}

.image-lightbox { cursor: pointer; }

.form-control {
	margin-bottom: 24px;
}

@media (max-width: 768px) {

	.vblock-main {
		border-left: none;
		padding-left: 0px;
	}
	
	.bg-red {
		background-color: rgba(255,0,0,1);
	}
	
	.nav-item { border: none;}
}
