﻿@charset "UTF-8";

.header {
	height:300px;
    background:url('../img/dbl-top-bg-5.jpg') top center no-repeat;
}

@media (max-width: 575px) {
  .header {
    height:85px;
    background-size:auto 100%;
  }
  .clear{
  	padding:15px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header {
    height:120px;
    background-size:auto 100%;
  }
  .clear{
  	padding:15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height:180px;
    background-size:auto 100%;
  }
  .clear{
  	padding:15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    height:220px;
    background-size:auto 100%;
  }
  .clear{
  	padding:10px 0;
  }
}

.bg {
    background-color:#eee;
     background-position: -5px -80px; 
}
.img-fluid {
     max-width: 100%;
     height: auto;
}
.border-danger {
    border-color: #dc3545 !important;
}

ul li {
    height: 150px;
    width: 500px;
}


.clear{
    clear:both;
}

#footer {
    position: relative;
    text-align: center;
    padding: 20px 0;
    line-height: 28px;
    background-color: #ac2317;
    color: #fff;
}
#footer .copyRight a {
    text-decoration: underline;
    color: #fff;
}
#footer img {
    vertical-align: middle;
    margin-right: 10px;
}
#footer p{
    line-height:28px;
    margin:0;
}
a.thumbnail{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #f00;
	box-shadow: 1px 1px 5px #f00;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
