body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 130%;
  color: #808080;
  font-weight: 300;
  margin: 0;
  padding: 0 0 75px 0;
  min-height: calc(100vh - 75px);
  position: relative;
}

body a {
  text-decoration: none;
  color: #808080;
}

.text-right {
  text-align: right;
}

.header-wrapper {
  height: 114px;
}


header {
  position: fixed;
  width: 100%;
  left: 0;
  top:0;
  transition: transform 0.3s;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  background-color: white;
  z-index: 3;
}

.header-top a {
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s;
}

.header-top a:hover {
  color: #eb2520;
}

.header-top {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}

.header-logo img {
  max-height: 100px;
  width: auto;
}

.header-bottom {
  padding: 5px 0;
}

.header-bottom ul.menu,
.header-bottom ul.menu > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-bottom ul.menu > li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  padding: 10px 0;
}

.header-bottom ul.menu > li.menu-item-has-children {
  margin-right: 20px;
}

.header-bottom ul.menu > li.menu-item-has-children:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: calc(50% + 1px);
  right: -45px;
  margin-right: 30px;
  transition: transform 0.3s;
}

.like-table {
  display: table;
  height: 100%;
  width: 100%;
}

.like-table > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.header-bottom ul.menu a {
  transition: color 0.3s;
}

.header-bottom ul.menu a:hover,
.header-bottom ul.menu li.current-menu-item > a{
  color: #eb2520;
}

.header-bottom ul.menu li.current-menu-item > a{
  font-weight: 400;
}

.header-bottom ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: white;
  display: block;
  padding: 10px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  text-align: left;
  width: 230px;
  transition: all 0.3s;
  pointer-events: none;
}

.header-bottom ul.menu > li.menu-item-has-children:hover > ul {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.header-bottom ul.menu > li > ul > li {
  margin-bottom: 10px;
}

.header-bottom ul.menu > li > ul > li:last-child {
  margin-bottom: 0;
}

.header-bottom .menu-wrap {
  height: 100%;
}

.hero-section {
  background-size: cover!important;
  background-position: center center!important;
}

.hero-section.with-image > div {
  background: rgba(0,0,0, 0.5);
  padding:200px 0;
}

.hero-section.with-image .page-title h1 {
  text-align: center;
  color: white;
  font-size: 46px;
  line-height: 58px;
}


.main-content-section .page-title h1 {
  border-bottom: 1px solid #eb2520;
  color: #333;
  padding-bottom: 20px;
  margin-top: 12px;
}

.main-content-section {
  padding: 30px 0;
}

.main-content a,
.sidebar-content a,
.red-color {
  color: #eb2520;
}

.sidebar {
  margin: 0 25px 30px;
}

.sidebar-title {
  border-bottom: 1px solid #eb2520;
}

.sidebar-title h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.sidebar-content hr {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
}

.sidebar-content {
  font-size: 15px;
}


p.marker {
  padding-left: 30px;
  background: url('../img/location.png') no-repeat;
  background-size: 20px auto;
  background-position: left 5px!important;
}

p.phone {
  padding-left: 30px;
  background: url('../img/phone-call.png') no-repeat;
  background-size: 20px auto;
}

footer {
  background-color: #524f4f;
  padding: 25px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer .copyright,
footer .copyright a {
  color: white;
  font-size: 15px;
}

footer .footer-menu {

}

footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer .footer-menu ul li {
  display: inline-block;
  margin-left: 15px;
}

footer .footer-menu ul li a {
  color: white;
  font-size: 15px;
}

.m-t-img {
  margin-top: 30px;
}

.form-wrap p {
  margin-top:0;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"] {
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.form-wrap textarea {
  width: 100%;
}

.form-wrap input[type="submit"] {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border:none;
  background-color: #eb2520;
  color: white
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fk-faq {
  margin: 15px 0;
  border-top: 1px solid #f2f2f2;
}

.fk-faq-item {
  border-bottom: 1px solid #f2f2f2;
}

.fk-faq-item-question {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}

.fk-faq-item-question:after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  height: 15px;
  width: 15px;
  background: url('../img/chevron.svg') no-repeat center center;
  background-size: 15px auto;
  transition: transform 0.3s;
}

.fk-faq-item-question.opened:after {
  transform: rotate(180deg)
}

.fk-faq-item-answer {
  display:none;
  padding-bottom: 15px;
}

@media all and (max-width: 1199px) {
  .header-logo img {
    max-height: 55px;
  }

  .header-wrapper {
    height: 69px;
  }

  .hero-section.with-image > div {
    padding: 150px 0;
  }
}

@media all and (max-width: 991px) {
  .sidebar {
    margin: 0 0 30px;
  }

  .mobile-menu {
    width: 30px;
    cursor: pointer;
    margin-top: 20px;
  }

  .mobile-menu span {
    display: block;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background-color: #a9a9a9;
    transition: all 0.3s;
    position: relative;
  }

  .mobile-menu.opened > span:first-child {
    transform: rotate(45deg);
    top:6px
  }

  .mobile-menu.opened > span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu.opened > span:last-child {
    transform: rotate(-45deg);
    top:-6px
  }

  .menu-wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100vh!important;
    background: rgba(0,0,0, 0.5);
    transition: opacity 0.3s;
    pointer-events: none;
  }

  .menu-wrap.opened {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
  }

  .menu-wrap > .like-table {
    display: block;
    width: 300px;
    background-color: white;
    height: 100%;
    position: relative;
    transition: transform 0.3s;
    transform: translateX(-100%);
  }

  .menu-wrap.opened > .like-table {
    transform: translateX(0);
  }

  .menu-wrap > .like-table > div {
    display: block;
    text-align: left;
    padding-top: 30px;
    position: relative;
  }

  .menu-wrap > .like-table > div > ul > li {
    display: block;
  }

  .header-bottom ul.menu > li.menu-item-has-children::after {
    display: none;
  }

  .header-bottom ul.menu > li > ul {
    position: static;
    opacity: 1;
    z-index: 1;
    box-shadow: none;
    padding-bottom: 0;
    pointer-events: auto;
  }

  .close-mobile-menu {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    top:15px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    z-index: 3;
  }

  .footer-menu.text-right {
    text-align: center;
    margin-bottom: 20px;
  }

  .copyright {
    text-align: center;
  }

  body {
    padding-bottom: 0;
  }

  footer {
    position: static;
  }
}

@media all and (min-width: 1200px) {
  .main-content-section .container {
    max-width: 1024px;
  }
}

@media all and (max-width: 767px) {
  .header-wrapper {
    height: 70px;
  }

  .hero-section.with-image .page-title h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media all and (max-width: 575px) {
  .container {
    max-width: calc(100% - 24px);
  }

  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="tel"],
  .form-wrap textarea {
    width: calc(100% - 12px);
  }

}