@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,700,400italic,700italic&subset=latin,latin-ext);
body {
  font-family: "Lato";
  font-size: 14px;
  font-weight: normal;
}
body a {
  color: #ed1c24;
  line-height: 1.3em;
  font-family: "Lato";
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a:link, body a:focus, body a:active, body a:visited, body a::-moz-focus-inner {
  outline: none !important;
  text-decoration: none !important;
}
body a:hover {
  color: #1e1e1c;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover.underline:after {
  width: 200px;
  max-width: 200px;
}

p {
  font-family: "Lato";
  margin-top: 0px;
  line-height: 1.3em;
}

strong {
  font-family: 'Lato';
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.3em;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  p, ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  p, ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p, ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  p, ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  p, ul {
    font-size: 18px;
  }
}

.underline {
  margin-bottom: 5px;
}
.underline::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 78px;
  width: 0;
  height: 1px;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.phone {
  color: #1e1e1c;
}
.phone:hover {
  color: #ed1c24;
  -webkit-transition: color 0.3s;
  -khtml-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

html, body {
  height: 100%;
}

body {
  font-family: "Lato";
  font-weight: normal;
  line-height: 1.3em;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  body {
    line-height: 1.4em;
  }
}

.slick-track .slider input[type="button"] {
  outline: none;
}
.slick-track .slider input[type="button"]::-moz-focus-inner {
  border: 0;
}
.slick-track .slider .slick-arrow {
  z-index: 10;
  position: absolute;
  top: 45%;
  background-color: transparent;
  border: 0;
  outline: none;
}
.slick-track .slider .slick-next {
  right: 30px;
}
.slick-track .slider .slick-prev {
  left: 30px;
}
.slick-track .slider .fa {
  color: #fff;
  font-size: 65px;
  opacity: 0.5;
  outline: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-track .slider .fa:hover {
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.container-fluid {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

body a:link, body a:focus, body a:active, body a:visited, body a::-moz-focus-inner {
  outline: none !important;
}

#slider .item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
}

@media screen and (max-width: 480px) {
  .main-content .logo-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content .logo-wrapper {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .main-content .logo-wrapper {
    padding: 30px 0;
  }
}
.main-content .logo-wrapper .logo {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
}
@media screen and (max-width: 480px) {
  .main-content .logo-wrapper .logo {
    margin: 0 auto;
    max-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .main-content .logo-wrapper .logo {
    max-height: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .main-content .logo-wrapper .logo {
    max-height: 65px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .main-content .logo-wrapper .logo {
    margin-left: 90px;
    max-height: 70px;
  }
  .main-content .logo-wrapper .logo:hover {
    transform: scale(1.3);
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main-content .middle {
  background-color: #737476;
  color: #fff;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .main-content .middle {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 992px) {
  .main-content .middle .slider-wrapper {
    margin-left: -30px;
  }
}
.main-content .middle .slider-wrapper .slider {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .main-content .middle .slider-wrapper .slider {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .middle .slider-wrapper .slider img {
    max-height: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content .middle .slider-wrapper .slider img {
    min-height: 450px;
    max-height: 550px;
  }
}
.main-content .content {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .main-content .content {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .main-content .content {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content .content {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .content {
    padding: 30px 30px;
  }
}
.main-content .content h2 {
  font-weight: bold;
  margin: 15px 0;
}
@media screen and (min-width: 992px) {
  .main-content .content h2 {
    margin: 0 0 5px;
  }
}
.main-content .content ul {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .main-content .content ul {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-content .content ul {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-content .content ul {
    margin: 25px 0;
  }
}
.main-content .content ul li {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .main-content .content ul li {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .content ul li {
    margin-bottom: 5px;
  }
}
.main-content .content ul li::before {
  content: '-';
  margin: 0;
  padding-right: 5px;
  width: 5px;
  height: 5px;
}
.main-content .content ul ul {
  padding-left: 25px;
}
.main-content .content ul ul li {
  list-style: disc;
  padding-left: 5px;
}
.main-content .content ul ul li:before {
  display: none;
}

.footer {
  color: #000;
  padding-top: 0;
  clear: both;
  margin: 0 -15px;
}
.footer .contact {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer .contact {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer .contact {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .contact {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .contact p {
    margin: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .contact p {
    margin: 25px 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact .new-line {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .map a .map-image {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer .map a .map-image {
    float: right;
    padding-right: 50px;
    max-height: 300px;
  }
}

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