/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  /*padding-top: 54px;*/
}

@media (min-width: 992px) {
  body {
  /*padding-top: 56px;*/
  }
}

.business-header {

  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

}

.card {
  height: 100%;
}
.img-fluid {
	width: 600px;
	height: auto;
}
#light {
  display: none;
}
/*light box*/
.modal-dialog {
  height: auto;
  width: 100%;
  top: 20%;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/*Tags for articles*/

.input-tags {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 auto;
}

.label-info {
  background-color: #5bc0de;
  padding: 3px;
}
input[type=checkbox] + label {
  font-style: normal;
}
input[type=checkbox]:checked + label {
  color: #00cc66;
  font-weight: bold;
  font-style: normal;
}