body {
  color: #2E2D33;
  font-family: calibri, arial;
  color: #2E2D33;
  font-size: 18px; }

a, a:active, a:focus {
  color: #2E2D33;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #EF112A; }

header img, footer img {
  display: inline;
  float: left; }

.bold {
  font-weight: bold; }

.bg-grey {
  background: #2C2C31; }

.white-border {
  border: 1px solid #fff; }

.grey-border {
  border: 1px solid #C3C3C3; }

.light-grey {
  background: #E3E3E3; }

.mid-grey {
  background: #75777A; }

.border-right-white {
  border-right: 2px solid #fff; }

.border-left-white {
  border-left: 2px solid #fff; }

.border-bottom-white {
  border-bottom: 2px solid #fff; }

.border-right-grey {
  border-right: 2px solid #2C2C31; }

.border-top-white {
  border-top: 2px solid #fff; }

.r {
  background: #FF0000 !important; }

.g {
  background: #008000 !important; }

.b {
  background: #0000FF !important; }

.dot-holder {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px; }

.smaller-text {
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.red {
  color: #EF112A; }

.white {
  color: #fff; }

.hp-block {
  padding: 30px 50px 30px 50px; }

.red-bg {
  background: #EF112A; }

.overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  padding: 10px 0px; }

.list-images img {
  width: 100%; }

.btn:hover, .btn:active, .btn:focus {
  color: #fff; }

.blog-button:hover, .blog-button:active, .blog-button:focus {
  color: #000; }

.bg-white {
  background: #fff; }

.overlay-up {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 1.5s ease; }

.col-md-4:hover .overlay-up {
  height: 100%; }

.col-md-4:hover .overlay {
  display: none; }

.text {
  color: white;
  width: 80%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.nav_link {
  display: inline;
  font-size: 1.2vw;
  padding: 0px 1.5% 0px 1.5%; }

.nav_link:hover {
  text-decoration: none; }

.nav-and-socal-holder {
  padding-top: 2.5%; }

.divider {
  display: inline;
  font-size: 1.5vw; }

header {
  border-bottom: 3px solid #2E2D33;
  padding-bottom: 10px; }

.logo {
  margin-top: 10px; }

@media (min-width: 769px) and (max-width: 1024px) {
  .nav_link, .divider {
    font-size: 20px; }

  .nav_link {
    padding: 0px 10px 0px 10px; }

  .logo {
    margin-top: 15px; }

  .nav-and-socal-holder {
    padding-top: 30px; } }
footer a:hover {
  text-decoration: none; }
footer .bg-grey {
  font-size: 0.9em; }
footer .bg-grey a {
  color: #fff; }

.carousel .item {
  min-height: 190px; }

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none; }

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000; }

.carousel-control-prev i {
  left: 0px; }

.carousel-control-next i {
  right: 0px; }

.navbar-toggle .icon-bar {
  background: #EF112A; }

.navbar-toggle {
  border: 1px solid #E3E3E3; }

@media (max-width: 767px) {
  .text-left-mob {
    text-align: left; }

  .no-border-mob {
    border: 0; }

  p {
    font-size: 18px; }

  h1, h2, h3 {
    font-size: 22px; } }
@media (max-width: 768px) {
  .carousel .item {
    min-height: 0px; } }

/*# sourceMappingURL=main.css.map */
