l@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i);
/* 
Mixin 
*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.bubblingG {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -36px 0 0 -57px;
  width: 115px;
  height: 73px;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 36px auto;
  background: #939598;
  -moz-border-radius: 72px;
  -moz-animation: bubblingG 1.7s infinite alternate;
  -webkit-border-radius: 72px;
  -webkit-animation: bubblingG 1.7s infinite alternate;
  -ms-border-radius: 72px;
  -ms-animation: bubblingG 1.7s infinite alternate;
  -o-border-radius: 72px;
  -o-animation: bubblingG 1.7s infinite alternate;
  border-radius: 72px;
  animation: bubblingG 1.7s infinite alternate;
}

#bubblingG_1 span {
  background: #939598;
}

#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#bubblingG_2 {
  -moz-animation-delay: .51s;
  -webkit-animation-delay: .51s;
  -ms-animation-delay: .51s;
  -o-animation-delay: .51s;
  animation-delay: .51s;
}

#bubblingG_3 {
  -moz-animation-delay: 1.02s;
  -webkit-animation-delay: 1.02s;
  -ms-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  animation-delay: 1.02s;
}

@-moz-keyframes bubblingG {
  0% {
    width: 14px;
    height: 14px;
    background-color: #939598;
    -moz-transform: translateY(0);
  }
  100% {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -moz-transform: translateY(-30px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 14px;
    height: 14px;
    background-color: #939598;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -webkit-transform: translateY(-30px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 14px;
    height: 14px;
    background-color: #939598;
    -ms-transform: translateY(0);
  }
  100% {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -ms-transform: translateY(-30px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 14px;
    height: 14px;
    background-color: #939598;
    -o-transform: translateY(0);
  }
  100% {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -o-transform: translateY(-30px);
  }
}

@keyframes bubblingG {
  0% {
    width: 14px;
    height: 14px;
    background-color: #939598;
    transform: translateY(0);
  }
  100% {
    width: 35px;
    height: 35px;
    background-color: #fff;
    transform: translateY(-30px);
  }
}

/* 
Extend 
*/
._reset-ul-style {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

._reset-ul-style-2, .tab-history .nav-tabs, .social-icon-content, .social-icon-footer, .footer-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.divider.divider-47 {
  height: 47px;
}

.divider.divider-80 {
  height: 80px;
}

/* #Site Styles
================================================== */
html {
  overflow-x: hidden;
}

body {
  font: 16px/22px "Lato", sans-serif;
  color: #454545;
  background-color: #fff;
  font-weight: lighter;
}

a, a:active, a:focus, a:hover, a:visited {
  color: #454545;
  outline: 0;
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

/* title
================================================== */
.title-underline {
  text-align: center;
  text-transform: uppercase;
  color: #454545;
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 77px 0;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
}

.title-underline:after {
  content: '';
  width: 75px;
  height: 3px;
  background: #c22032;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  margin-top: 40px;
}

@media (max-width: 577px) {
  .title-underline {
    font-size: 24px;
    line-height: 27px;
    padding: 0 0 60px 0;
  }
  .title-underline:after {
    margin-top: 24px;
  }
}

.title-underline.text-left {
  text-align: left;
}

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

/* end title
================================================== */
/* font-size
================================================== */
.font-size-18 {
  font-size: 18px;
  line-height: 24px;
}

/* end font-size
================================================== */
/* table-price
================================================== */
.table-price {
  padding: 0 0;
}

.table-price table {
  width: 100%;
}

.table-price table td {
  font-weight: 400;
  padding: 5px 0;
}

.table-price table tr {
  border-bottom: 1px solid #efefef;
}

.table-price table tr td:first-child {
  text-align: left;
  padding-right: 10px;
  width: 70%;
}

.table-price table tr td:last-child {
  text-align: right;
  padding-left: 10px;
  width: 30%;
}

.table-price table tr:last-child {
  border: none;
}

/* end table-price
================================================== */
/* panel-content
================================================== */
.title-base {
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  font-family: "Lato", sans-serif;
  padding-bottom: 23px;
}

.panel-body {
  padding: 21px;
}

.panel-content p {
  margin-bottom: 21px;
}

.panel-content p:last-child {
  margin-bottom: 0;
}

/* end panel-content
================================================== */
/* panel
================================================== */
.panel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.panel .panel-heading {
  padding: 0;
  border-bottom: 2px solid #fff;
}

.panel .panel-title {
  position: relative;
}

.panel .panel-title a {
  display: block;
  font-weight: bold;
  padding: 15px 45px 15px 32px;
  background: #f5f5f5;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-left: 3px solid #f5f5f5;
}

.panel .panel-title a:hover {
  background: #666666;
  color: #fff;
  border-left: 3px solid #c22032;
}

.panel .panel-title a:after {
  position: absolute;
  display: block;
  top: 0px;
  text-align: center;
  right: 0;
  z-index: 0;
  content: "+";
  font-size: 24px;
  line-height: 46px;
  color: #c22032;
  width: 70px;
  height: 60px;
}

.panel .active .panel-title a {
  background: #666666;
  color: #fff;
  border-left: 3px solid #c22032;
}

.panel .active .panel-title a:after {
  content: "-";
}

/* end panel
================================================== */
/* responsive video
==================================== */
.video-indent {
  max-width: 585px;
  margin: 0 auto;
  overflow: hidden;
}

.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.myvideo iframe, .myvideo object, .myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* /responsive video
==================================== */
/*******************************************************************
* Header
*******************************************************************/
/* logo
================================================== */
.logo {
  margin: 40px 0 38px 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .logo {
    display: block;
    text-align: center;
    margin: 30px 0 22px 0;
  }
  .logo img {
    max-width: 320px;
    display: inline-block;
  }
}

@media (max-width: 420px) {
  .logo img {
    max-width: 300px;
  }
	.logo {
    margin: 20px 0 20px 0;
  }
}

/* /logo
================================================== */
/* box-location
================================================== */
header .box-location {
  position: relative;
  font-weight: lighter;
  padding: 0 0 0 32px;
  top: 45px;
  font-size: 18px;
  line-height: 26px;
}

header .box-location:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #c22032;
}

/* /box-location
================================================== */
/* box-telephone
================================================== */
.box-telephone {
  position: relative;
  font-weight: lighter;
  padding: 0 0 70px 32px;
  top: 45px;
  font-size: 18px;
}

.box-telephone:before {
  content: "\e906";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  font-size: 21px;
  line-height: 27px;
  color: #c22032;
}

.box-telephone address {
  font-size: 29px;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.box-telephone address .icon {
  font-size: 18px;
  line-height: 24px;
  color: #c22032;
  margin: 0 5px 0 0;
}

@media (max-width: 991px) {
  .box-telephone {
    top: 10px;
    text-align: center;
    padding: 0 0 0 0;
  }
  .box-telephone:before {
    display: none;
  }
  .box-telephone address {
    font-size: 24px;
  }
}

/* /box-telephone
================================================== */
/* header-menu
================================================== */
.box-nav {
  background: #4c4d4f;
  width: 100%;
  text-align:center;
}

.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Rubik", sans-serif;
	text-align:center;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}

.menu > li > a {
  text-decoration: none;
  padding: 19px 24px;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #c22032;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu > li > a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.menu > li:hover a:after,
.menu > li.active a:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.menu ul li {
  display: block;
  float: none;
}

.menu ul {
  display: none;
  margin: 0;
  padding: 10px 30px;
  width: 440px;
  position: absolute;
  left: 0px;
  background: #fff;
}

.menu ul li {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #454545;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e3eae5;
  font-weight: 300;
  padding: 24px 0 22px !important;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu ul li a:hover {
  color: #c22032;
}

@media (min-width: 991px) {
  .menu ul li:last-child a {
    border: none;
  }
}

/* end header-menu
================================================== */
/*======== top-menu ========*/
.menu li:hover > ul {
  display: block;
}

.menu ul ul {
  left: 290px;
  top: 0px;
}

.mobile-menu {
  display: none;
  width: 53px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  background: #870018;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: center;
}

.mobile-menu span {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 13px;
}

.mobile-menu:hover {
  background: #c22032;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

@media (max-width: 991px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .box-nav {
    top: 10.9em;
    z-index: 77;
  }
  .box-nav nav {
    margin: 0;
    top: 3.6em;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a:after {
    display: none;
  }
  .menu li a,
  .menu li span {
    background: #ffffff;
    color: #797979;
    padding: 11px 20px;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
  }
  .menu li a:hover,
  .menu li:hover > a,
  .menu li span:hover {
    background: #fff;
    color: #c22032;
    border-left: 3px solid #c22032;
  }
  .menu ul {
    display: block;
    position: relative;
    background-color: #fff;
    top: 0;
    left: 25%;
    width: 100%;
    padding: 0;
  }
  .menu ul li a {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
    text-align: left;
    padding-left: 30px !important;
    font-size: 14px;
  }
  .menu ul li a:hover,
  .menu ul li:hover > a {
    border-left: 3px solid #c22032;
  }
  .menu ul ul {
    left: 0;
  }
}

/*=============  /top-menu ============= */
/*******************************************************************
* End Header
*******************************************************************/
/*******************************************************************
* rs-slider
*******************************************************************/
.rs-slider {
  position: relative;
  z-index: 1;
}

.rs-slider .rs-text-block-left {
  margin-left: 45%;
  width: 37em;
}

.rs-slider .rs-text-block-right {
  width: 37em;
  margin-left: -45%;
}

.rs-slider .rs-text-block-center {
  margin-left: 10%;
  width: 47em;
}

@media (max-width: 781px) {
  .rs-slider .rs-text-block-center br {
    display: none;
  }
}

.rs-slider .rs-text-1 {
  font-size: 2.5em;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 1000px) {
  .rs-slider .rs-text-1 {
    font-size: 40px;
  }
}

@media (max-width: 1280px) {
  .rs-slider .rs-text-1 br {
    display: none;
  }
}

@media (max-width: 859px) {
  .rs-slider .rs-text-1 {
    font-size: 19px;
  }
}

@media (max-width: 615px) {
  .rs-slider .rs-text-1 {
    font-size: 13px;
  }
}

.rs-slider .rs-text-2 {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rubik", sans-serif;
  margin-top: 4px;
  text-align: center;
}

@media (min-width: 1000px) {
  .rs-slider .rs-text-2 {
    font-size: 22px;
  }
}

@media (max-width: 859px) {
  .rs-slider .rs-text-2 {
    font-size: 14px;
  }
}

@media (max-width: 615px) {
  .rs-slider .rs-text-2 {
    font-size: 11px;
  }
}

@media (max-width: 470px) {
  .rs-slider .rs-text-2 {
    display: none;
  }
}

@media (max-width: 1280px) {
  .rs-slider .rs-text-2 br {
    display: none;
  }
}

.rs-slider .rs-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 17px 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 4em;
}

@media (max-width: 948px) {
  .rs-slider .rs-btn {
    margin-top: 1em;
  }
}

@media (max-width: 615px) {
  .rs-slider .rs-btn {
    font-size: 12px;
    padding: 6px 13px;
  }
}

.rs-slider .rs-text-2.color-grey {
  margin-top: 1em;
}

.rs-slider .color-grey {
  color: #454545;
  text-transform: uppercase;
}

@media (max-width: 561px) {
  .rs-slider .color-grey br {
    display: none;
  }
}

.rs-slider .rs-btn:hover {
  color: #fff;
  background: #111;
}

.rs-slider .btn-green {
  background: #c22032;
}

.rs-slider .btn-blue {
  background: #c22032;
}

/*******************************************************************
* End rs-slider
*******************************************************************/
/*  NAV SLIDER  */
.tp-leftarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}

.tp-rightarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
  top: 50% !important;
  margin-top: -20px !important;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  color: #c22032;
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: 'laundry';
  font-size: 39px;
  line-height: 40px;
  cursor: pointer;
}

.tp-leftarrow.default:before {
  content: "\e927";
}

.tp-rightarrow.default:before {
  content: "\e928";
}

/*******************************************************************
* Content
*******************************************************************/
.page-content .container,
.page-content .content {
  margin-top: 72px;
}

@media (max-width: 560px) {
  .page-content .container,
  .page-content .content {
    margin-top: 50px;
  }
}

.page-content .offset-top-35 {
  position: relative;
  margin-top: -35px;
  z-index: 3;
}

@media (max-width: 700px) {
  .page-content .offset-top-35 {
    margin-top: 0;
  }
}

.page-content .offset-top0 {
  margin-top: 0px;
}

.page-content .offset-top50 {
  margin-top: 50px;
}

.page-content .offset-top60 {
  margin-top: 60px;
}

.page-content .offset-top90 {
  margin-top: 90px;
}

.offset-top0 {
  margin-top: 0px !important;
}

/* fill-bg
================================================== */
.fill-bg-1 {
  background: #4d4d4f;
  color: #fff;
}

.fill-bg-2 {
  background: #f5f5f5;
}

.fill-bg-3 {
  background: #c22032;
  color: #fff;
}

/* fill-bg
================================================== */
/* services-box
================================================== */
.services-box-mobile .slick-dots {
  bottom: -45px;
}

.services-box {
  text-align: center;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding: 52px 30px 30px 30px;
  min-height: 339px;
}

.services-box:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-box .icon {
  font-size: 90px;
  line-height: 90px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin: 0 0 0 -45px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.services-box .icon-box {
  height: 125px;
}

.services-box .title {
  margin-top: 43px;
  font-size: 22px;
  padding-bottom: 4px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.services-box p {
  font-weight: lighter;
}

.services-box.fill-bg-1 {
  color: #fff;
}

.services-box.fill-bg-1 .icon {
  color: #fff;
}

.services-box.fill-bg-2 {
  color: #5e5e5e;
}

.services-box.fill-bg-2 .icon {
  color: #454545;
}

.services-box.fill-bg-3 {
  color: #fff;
}

.services-box.fill-bg-3 .icon {
  color: #fff;
}

/* /services-box
================================================== */
/* box-step
================================================== */
.fill-bg-green {
  background: #c22032;
}

.fill-bg-aquamarine {
  background: #939598;
}

.fill-bg-blue-light {
  background: #c20f2f;
}

.fill-bg-blue-dark {
  background: #870018;
}

.img-responsive1 {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.box-step {
  padding: 29px 0 18px 0;
  overflow: hidden;
}

.box-step h3 {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 41px;
  padding: 0 15px;
}

.box-step .item {
  width: 20%;
  float: left;
  position: relative;
  margin: 0 2.5%;
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .box-step .item {
    width: 45%;
    margin: 0 2.5%;
    text-align: center;
  }
  .box-step .item:after {
    display: none;
  }
}

@media (max-width: 500px) {
  .box-step .item {
    width: 95%;
  }
}

.box-step .item:hover .title {
  letter-spacing: 0.02em;
  color: #454545;
}

.box-step .item:hover .description {
  color: #870018;
}

.box-step .item:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.box-step .item:last-child {
  margin-right: 0;
}

.box-step .icon {
  text-align: center;
}

.box-step .icon img {
  height: auto;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.box-step .description {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: lighter;
  margin-top: 23px;
  font-weight: lighter;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.box-step .title {
  margin-top: 9px;
  font-size: 22px;
  line-height: 28px;
  color: #870018;
  font-weight: lighter;
  text-align: center;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

/* /box-step
================================================== */
/* promo-fluid
================================================== */
.promo-fluid {
  background: #939598;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 52px 36px 48px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.promo-fluid:hover {
  background: #c22032;
  color: #fff;
}

/* /promo-fluid
================================================== */
/* box-icon-tex
================================================== */
.box-color-white {
  color: #fff;
}

.box-color-white .title-underline {
  color: #fff;
}

.box-color-white .title-underline:after {
  background: #fff;
}

.box-icon-text {
  text-align: left;
  padding-bottom: 40px;
  overflow: hidden;
}

.box-icon-text .description {
  width: 80%;
  padding-top: 13px;
  margin-left: 78px;
}

.box-icon-text .title {
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  padding-bottom: 17px;
}

.box-icon-text .title a {
  color: #fff;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.box-icon-text .title a:hover {
  color: #c22032;
}

.box-icon-text .icon {
  font-size: 50px;
  line-height: 50px;
  color: #c22032;
  display: inline-block;
  position: absolute;
}

/* /box-icon-tex
================================================== */
/* box-text
================================================== */
.box-text {
  padding: 15px 0 50px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .box-text {
    padding: 15px 0 20px 0;
  }
}

.box-text .title {
  font-size: 22px;
  color: #454545;
  padding-bottom: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.box-text .title a {
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #454545;
}

.box-text .title:hover a {
  color: #c22032;
}

/* /box-text
================================================== */
/* services-box-info
================================================== */
.services-box-info {
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-top: 30px;
  padding: 0 30px 30px;
  display: block;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.services-box-info .img {
  margin-top: -76px;
}

.services-box-info .img img {
  width: 227px;
  height: 227px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-info .title {
  margin-top: 47px;
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.services-box-info:hover {
  border: 1px solid #c22032;
}

.services-box-info:hover .title {
  color: #c22032;
}

/* /services-box-info
================================================== */
/* product-box
================================================== */
.product-box-mobile .slick-dots {
  bottom: -45px;
}

.product-box {
  text-align: center;
  display: block;
  padding: 10px 0 25px 0;
}

.product-box .icon {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 40px;
  display: inline-block;
  color: #5e5e5e;
  margin-bottom: 48px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.product-box .title {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.product-box .description {
  font-size: 18px;
  line-height: 24px;
  padding-top: 2px;
}

.product-box:hover .icon {
  color: #c22032;
}

/* /product-box
================================================== */
/* carousel-blog-box
================================================== */
@media only screen and (min-width: 1025px) {
  .carusel--parallax {
    background-attachment: fixed;
  }
}

.carusel--parallax {
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.carousel-blog-box {
  padding: 14px 0 87px;
  overflow: hidden;
}

.carousel-blog-box a {
  display: inline-block;
  position: relative;
}

@media (min-width: 991px) {
  .carousel-blog-box .col-xs-3:after {
    content: "“";
    display: inline-block;
    position: absolute;
    top: -20px;
    right: 170px;
    font-size: 150px;
    line-height: 150px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #c22032;
  }
}

.carousel-blog-box .img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: right;
  width: 123px;
  height: 123px;
  background: #c22032;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.carousel-blog-box .img:before {
  content: "\e909";
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 37px;
  font-size: 50px;
  font-family: 'laundry';
}

.carousel-blog-box .center-y {
  height: 123px;
  display: table-cell;
  vertical-align: middle;
}

.carousel-blog-box .title {
  font-size: 22px;
  line-height: 29px;
  color: #c22032;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 420px) {
  .carousel-blog-box .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.carousel-blog-box .description {
  font-size: 24px;
  line-height: 29px;
  font-style: italic;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 420px) {
  .carousel-blog-box .description {
    font-size: 18px;
    line-height: 22px;
  }
}

/* /carousel-blog-box
================================================== */
/* map
================================================== */
#map {
  height: 389px;
  width: 100%;
}

/* /map
================================================== */
/* tab-history
================================================== */
.tab-history {
  padding-top: 30px;
}

.tab-history .nav-tabs {
  border: none;
  position: relative;
}

.tab-history .nav-tabs:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dddddd;
  top: -6px;
  position: absolute;
  display: block;
}

.tab-history .nav-tabs li {
  width: 16.66%;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  top: -12px;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.tab-history .nav-tabs li a {
  display: block;
  padding: 36px 0 0 0;
  border: none;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.tab-history .nav-tabs li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #870018;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  left: 50%;
  top: 0;
  position: absolute;
  margin-left: -6px;
}

.tab-history .nav-tabs li:hover a {
  background: none;
  border: none;
}

.tab-history .nav-tabs li:hover:before {
  background: #c22032;
}

.tab-history .nav-tabs li.active a {
  border: none;
  background: none;
}

.tab-history .nav-tabs li.active:before {
  background: #c22032;
  width: 21px;
  height: 21px;
  top: -4px;
  margin-left: -9px;
}

.tab-history .nav-tabs li {
  text-align: center;
}

.tab-history .tab-content {
  padding: 40px 0 0 0;
  text-align: left;
}

.tab-history .tab-content .img {
  margin: 25px 0 0 0;
  width: 100%;
  height: auto;
}

.tab-history .tab-content .title {
  padding: 0 0 17px 0;
}

/* tab-history
================================================== */
/* permission-box
================================================== */
.permission-box-mobile .slick-dots {
  bottom: -45px;
}

.permission-box {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.permission-box .icon {
  font-size: 50px;
  line-height: 50px;
  color: #c22032;
  position: absolute;
}

.permission-box .description {
  padding: 0 0 0 79px;
}

.permission-box .title {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  line-height: 27px;
  padding: 10px 0 15px 0;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #454545;
}

.permission-box:hover .title {
  color: #c22032;
}

/* /permission-box
================================================== */
/* breadcrumb
================================================== */
.breadcrumb {
  border-bottom: 1px solid #dce9ee;
  background: #fff;
}

.breadcrumb ul {
  padding: 0;
  margin: 0 0 0 24px;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #b6bdc0;
  padding: 0 0 0 20px;
  margin-right: 10px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.breadcrumb li:before {
  content: '\e928';
  font-family: 'laundry';
  font-size: 8px;
  left: 0;
  position: absolute;
  display: inline-block;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #b6bdc0;
}

.breadcrumb li a:hover {
  color: #c22032;
}

.breadcrumb li:first-child {
  padding: 0;
}

/* /breadcrumb
================================================== */
/* box-personal
================================================== */
.box-personal {
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
  display: block;
}

.box-personal .img {
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.box-personal .img img {
  width: 100%;
  height: auto;
}

.box-personal .title {
  font-size: 22px;
  line-height: 27px;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.box-personal .description {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
}

.box-personal:hover .title {
  color: #c22032;
}

/* /box-personal
================================================== */
/* product-total
================================================== */
.product-total {
  padding: 20px 0 78px;
  overflow: hidden;
}

.product-total .icon {
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  color: #c22032;
  margin-bottom: 33px;
}

.product-total .title {
  font-size: 48px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.product-total .description {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  margin-top: 9px;
}

/* /product-total
================================================== */
/* social-icon-content
================================================== */
.social-icon-content {
  text-align: right;
  margin-top: 25px;
}

.social-icon-content li {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 12px;
}

.social-icon-content li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  color: #404040;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social-icon-content li a:hover {
  background: #404040;
  color: #fff;
}

.social-icon-content li:first-child {
  margin-left: 0;
}

/* /social-icon-content
================================================== */
/* contacnt-box-01
================================================== */
.contacnt-box-01 {
  position: relative;
  padding-right: 33px;
  text-align: right;
  font-weight: 400;
}

.contacnt-box-01 .title {
  font-size: 17px;
  line-height: 24px;
  color: #454545;
  font-weight: bold;
}

.contacnt-box-01:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 0;
  font-size: 21px;
  line-height: 27px;
  color: #c22032;
}

@media (max-width: 767px) {
  .contacnt-box-01 {
    padding: 0;
    text-align: center;
  }
  .contacnt-box-01:before {
    position: relative;
    margin-bottom: 15px;
  }
}

/* /contacnt-box-01
================================================== */
/* contacnt-box-02
================================================== */
.contacnt-box-02 {
  position: relative;
  padding-right: 33px;
  margin-top: 29px;
  text-align: right;
  font-weight: 400;
}

.contacnt-box-02 .title {
  font-size: 17px;
  line-height: 24px;
  color: #454545;
  font-weight: bold;
}

.contacnt-box-02:before {
  content: "\e906";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 0;
  font-size: 21px;
  line-height: 27px;
  color: #c22032;
}

@media (max-width: 767px) {
  .contacnt-box-02 {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
  .contacnt-box-02:before {
    position: relative;
    margin-bottom: 15px;
  }
}

/* /contacnt-box-02
================================================== */
/* contacnt-box-03
================================================== */
.contacnt-box-03 {
  margin-top: 29px;
  text-align: right;
}

.contacnt-box-03 .title {
  font-size: 17px;
  line-height: 24px;
  color: #454545;
  font-weight: bold;
}

.contacnt-box-03 a {
  text-decoration: underline;
}

.contacnt-box-03 a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .contacnt-box-03 {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}

/* /contacnt-box-03
================================================== */
/* form
================================================== */
.form-control {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #959595;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.control-label {
  font-weight: lighter;
}

.form-control:focus {
  border-color: #c22032;
  outline: 0;
  box-shadow: none;
}

.btn-default {
  background: #c22032;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 27px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  outline: none !important;
}

.btn-default:hover {
  background: #000;
  color: #fff;
}

.social-icon-content {
  width: 200px;
  text-align: right;
  float: right;
  margin-top: 75px;
  overflow: hidden;
}

.social-icon-content li {
  display: inline-block;
}

@media (max-width: 767px) {
  .social-icon-content {
    text-align: center;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 35px;
  }
}

/* form
================================================== */
/*******************************************************************
* End Content
*******************************************************************/
/*******************************************************************
* Footer
*******************************************************************/
.social-icon-footer li {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 12px;
}

.social-icon-footer li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  color: #404040;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social-icon-footer li a:hover {
  background: #404040;
  color: #fff;
}

.social-icon-footer li:first-child {
  margin-left: 0;
}

.footer-separator {
  border-bottom: 1px solid #939598;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 28px;
}

.promo-footer {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 25px;
}

.promo-footer .text-1 {
  color: #eeeeee;
  text-transform: uppercase;
  margin-right: 11px;
}

.promo-footer .text-2 {
  font-weight: 500;
}

.copyright-box {
  padding-bottom: 40px;
  font-weight: lighter;
  line-height: 24px;
}

footer {
  margin-top: 75px;
}

footer .box-location {
  position: relative;
  font-weight: lighter;
  padding: 0 0 28px 32px;
  font-size: 18px;
  line-height: 26px;
}

footer .box-location:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
}

.time-table {
  position: relative;
  font-weight: lighter;
  padding: 0 0 28px 35px;
  font-size: 18px;
  line-height: 26px;
}

.time-table:before {
  content: "\e907";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
}

.footer-link li {
  padding: 0 0 3px 0;
}

.footer-link li a {
  color: #fff;
  text-decoration: underline;
  font-weight: lighter;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.footer-link li a:hover {
  text-decoration: none;
}

footer {
  background: #4c4d4f;
  color: #fff;
  padding: 37px 0 37px 0;
}

footer a {
  color: #fff;
}

footer .container:last-child {
  margin-top: 47px;
}

@media (max-width: 1229px) {
  footer .footer-separator .pull-left,
  footer .footer-separator .pull-right {
    width: 100%;
  }
  footer .logo-footer img {
    max-width: 280px;
    height: auto;
  }
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .footer-link li {
    display: inline-block;
    padding: 0 15px;
  }
  footer .box-location {
    width: 250px;
    margin: 0 auto;
    text-align: left;
  }
  footer .time-table {
    width: 250px;
    margin: 0 auto;
    text-align: left;
  }
  footer .footer-separator {
    border-top: 1px solid #939598;
    margin-top: 25px;
  }
  footer .copyright-box {
    border-top: 1px solid #939598;
    padding-top: 35px;
  }
  footer .promo-footer > span {
    display: block;
    width: 100%;
    float: inherit;
  }
}

@media (max-width: 500px) {
  footer .promo-footer {
    font-size: 28px;
    line-height: 35px;
  }
}

footer .footer-separator {
  padding: 30px 0;
}

footer .container:last-child {
  margin-top: 30px;
}

footer .copyright-box {
  padding-bottom: 30px;
}

/*******************************************************************
* End Footer
*******************************************************************/
.base-color {
  color: #c22032;
}

.foot {
	a {color:#ffffff; text-decoration: none;}
	a:hover {color:#D4D4D4; text-decoration: none;}
}