    .box {
  padding: 1em;
  margin: 0 0 2em 0;
  background-color: #dfdfdf;
  transition: 0.6s ease background-color;
  min-height: 180px; }

.box:hover {
  background-color: #fafafa; }

.box h3 {
  font-weight: bold;
  margin: 0 0 0.5em; }
  
.text-danger {
color: #333333;
text-transform: uppercase;
}
body { background: #efefef; }
  
.button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-height: 1em;
  outline: 0;
  border: 0;
  background-color: #ebebeb;
  color: #999;
  padding: .8em 1.5em;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 -0.185rem 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -0.185rem 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -0.185rem 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
  -moz-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
  -o-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
  -ms-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
  transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
  -webkit-appearance: none; }


.button.green {
  background-color: #42BBA3;
  color: #fff;
  border-bottom: 1px solid #68ae6e; }

.button.green:hover,
.button.green:focus {
  background-color: #42bba3; }


.logo-class {
	height:100px;
	text-align:center;
}

.logo-class img {
    max-width:100%;
}

.ilogic-logo img{
	margin-top:20px;
}



.main-content img { margin-top:10px; margin-bottom:10px; }

.footer {
	margin-top:20px;
	height:50px;

}

@media (min-width: 992px) {
.logo-class {
    text-align:left;
}

.swf-logo {
    text-align:right;
    margin-top:10px;
}




