/* New Pricing  table colors*/
/* line 4, ../sass/core/_utilities.scss */
.circle img {
  border-radius: 50%;
}

/* line 9, ../sass/core/_utilities.scss */
.col-one-half {
  width: calc(50% - 10px);
}

/* line 13, ../sass/core/_utilities.scss */
.row-one-half {
  height: calc(50% - 10px);
  width: 100%;
}

/* line 18, ../sass/core/_utilities.scss */
.col-one-third {
  width: calc(33.33333% - $one-third);
}

/* line 22, ../sass/core/_utilities.scss */
.row-one-third {
  height: calc(33.33333% - $one-third);
  width: 100%;
}

/* line 27, ../sass/core/_utilities.scss */
.col-two-thirds {
  width: calc(66.66667% - 6.66667px);
}

/* line 31, ../sass/core/_utilities.scss */
.row-two-thirds {
  height: calc(66.66667% - 6.66667px);
  width: 100%;
}

/* line 36, ../sass/core/_utilities.scss */
.col-one-quarter {
  width: calc(25% - 15px);
}

/* line 40, ../sass/core/_utilities.scss */
.row-one-quarter {
  height: calc(25% - 15px);
  width: 100%;
}

/* line 45, ../sass/core/_utilities.scss */
.col-three-quarters {
  width: calc(75% - 5px);
}

/* line 49, ../sass/core/_utilities.scss */
.row-three-quarters {
  height: calc(75% - 5px);
  width: 100%;
}

/* line 54, ../sass/core/_utilities.scss */
.col-one-sixth {
  width: calc(16.66667% - 16.66667px);
}

/* line 58, ../sass/core/_utilities.scss */
.row-one-sixth {
  height: calc(16.66667% - 16.66667px);
  width: 100%;
}

/* line 63, ../sass/core/_utilities.scss */
.col-five-sixths {
  width: calc(83.33333% - 3.33333px);
}

/* line 67, ../sass/core/_utilities.scss */
.row-five-sixths {
  height: calc(83.33333% - 3.33333px);
  width: 100%;
}

/* line 72, ../sass/core/_utilities.scss */
.col-five-twelves {
  width: calc(41.66667% - 11.66667px);
}

/* line 76, ../sass/core/_utilities.scss */
.row-five-twelves {
  height: calc(41.66667% - 11.66667px);
  width: 100%;
}

/* line 81, ../sass/core/_utilities.scss */
.col-seven-twelves {
  width: calc(58.33333% - 8.33333px);
}

/* line 85, ../sass/core/_utilities.scss */
.row-seven-twelves {
  height: calc(58.33333% - 8.33333px);
  width: 100%;
}

/* line 90, ../sass/core/_utilities.scss */
.top0 {
  margin-top: 0px !important;
}

/* line 94, ../sass/core/_utilities.scss */
.top1 {
  margin-top: 10px !important;
}

/* line 98, ../sass/core/_utilities.scss */
.top2 {
  margin-top: 20px !important;
}

/* line 102, ../sass/core/_utilities.scss */
.top3 {
  margin-top: 30px !important;
}

/* line 106, ../sass/core/_utilities.scss */
.top4 {
  margin-top: 40px !important;
}

/* line 111, ../sass/core/_utilities.scss */
.text-left {
  text-align: left !important;
}

/* line 115, ../sass/core/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 119, ../sass/core/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 123, ../sass/core/_utilities.scss */
.red-border:after {
  display: block;
  width: 40px;
  height: 8px;
  margin: 20px 0 30px 0;
  background: #ce2232;
  content: "";
}

/* line 132, ../sass/core/_utilities.scss */
.rtecenter {
  text-align: center !important;
}

/* line 151, ../sass/core/_utilities.scss */
.bottom0 {
  margin-bottom: 0px !important;
}

/* line 155, ../sass/core/_utilities.scss */
.bottom1 {
  margin-bottom: 10px !important;
}

/* line 159, ../sass/core/_utilities.scss */
.bottom2 {
  margin-bottom: 20px !important;
}

/* line 164, ../sass/core/_utilities.scss */
.bottom3 {
  margin-bottom: 30px !important;
}

/* line 168, ../sass/core/_utilities.scss */
.bottom4 {
  margin-bottom: 40px !important;
}

/* line 176, ../sass/core/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 180, ../sass/core/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 184, ../sass/core/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

@media (min-width: 576px) {
  /* line 190, ../sass/core/_utilities.scss */
  .container-d,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 199, ../sass/core/_utilities.scss */
  .container-d,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 212, ../sass/core/_utilities.scss */
  .container-d,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 222, ../sass/core/_utilities.scss */
  .container-d,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  /* line 234, ../sass/core/_utilities.scss */
  .container-d,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}
/* line 245, ../sass/core/_utilities.scss */
.container-d,
.container-d-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

/* line 261, ../sass/core/_utilities.scss */
.row-d {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 272, ../sass/core/_utilities.scss */
.row-d > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 281, ../sass/core/_utilities.scss */
.clickable-column {
  cursor: pointer;
}
/* line 284, ../sass/core/_utilities.scss */
.clickable-column:hover {
  cursor: pointer;
}

/* line 288, ../sass/core/_utilities.scss */
.w-full {
  width: 100%;
}

/* line 292, ../sass/core/_utilities.scss */
.h-auto {
  height: auto;
}

/* line 296, ../sass/core/_utilities.scss */
.object-cover {
  object-fit: cover;
}

/* line 300, ../sass/core/_utilities.scss */
.rounded {
  border-radius: 0.25rem;
  /* 4px */
}

/* line 304, ../sass/core/_utilities.scss */
.shadow {
  /* small default Tailwind shadow */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1300px) {
  /* line 122, ../sass/responsive.scss */
  .megamenu.menu-header nav.tbm li.level-1.menu-leftaligned .tbm-submenu {
    padding-left: 42%;
  }
}
/******************************************************************************
  Max Width "1300x"
*******************************************************************************/
@media (max-width: 1300px) {
  /* line 132, ../sass/responsive.scss */
  .boxed {
    padding-top: 0;
  }

  /* line 136, ../sass/responsive.scss */
  .boxed #footer {
    padding-bottom: 0;
  }

  /* line 140, ../sass/responsive.scss */
  .megamenu.menu-header nav.tbm li.level-1.menu-leftaligned .tbm-submenu {
    padding-left: 36%;
  }
}
/******************************************************************************
  Max Width "1299px" - Min Width "1200px"
*******************************************************************************/
@media (min-width: 1200px) and (max-width: 1299px) {
  /* line 150, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important;
  }

  /* line 154, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev,
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
/******************************************************************************
  Min Width "1200x"
*******************************************************************************/
@media (min-width: 1200px) {
  /* line 166, ../sass/responsive.scss */
  .navbar-toggle {
    display: none !important;
  }

  /* line 170, ../sass/responsive.scss */
  .carousel .col-md-1 {
    max-width: 100px;
  }

  /* line 174, ../sass/responsive.scss */
  .carousel .col-md-2 {
    max-width: 200px;
  }

  /* line 178, ../sass/responsive.scss */
  .carousel .col-md-3 {
    width: 300px;
    max-width: 300px;
  }

  /* line 183, ../sass/responsive.scss */
  .carousel .col-md-4 {
    max-width: 400px;
  }

  /* line 187, ../sass/responsive.scss */
  .carousel .col-md-5 {
    max-width: 500px;
  }

  /* line 191, ../sass/responsive.scss */
  .carousel .col-md-6 {
    max-width: 600px;
  }

  /* line 195, ../sass/responsive.scss */
  .carousel .col-md-7 {
    max-width: 700px;
  }

  /* line 199, ../sass/responsive.scss */
  .carousel .col-md-8 {
    max-width: 800px;
  }

  /* line 203, ../sass/responsive.scss */
  .carousel .col-md-9 {
    max-width: 900px;
  }

  /* line 207, ../sass/responsive.scss */
  .carousel .col-md-10 {
    max-width: 1000px;
  }

  /* line 211, ../sass/responsive.scss */
  .carousel .col-md-11 {
    max-width: 1100px;
  }

  /* line 215, ../sass/responsive.scss */
  .carousel .col-md-12 {
    max-width: 1200px;
  }

  /* line 219, ../sass/responsive.scss */
  .boxed.padding-top {
    padding-top: 420px;
  }
}
/******************************************************************************
  Max Width "1199px"
*******************************************************************************/
@media (max-width: 1199px) {
  /* line 230, ../sass/responsive.scss */
  .page-box.fr .phone-active,
  .page-box.fr .search-active {
    position: relative !important;
  }

  /* line 236, ../sass/responsive.scss */
  .banner-set .banner {
    padding: 19px 9px;
    width: 235px;
  }

  /* line 241, ../sass/responsive.scss */
  .banner-set.banner-set-mini .banner {
    width: 144px;
  }

  /* line 245, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 15px;
  }

  /* line 249, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 15px;
  }

  /* line 253, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* line 258, ../sass/responsive.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 0;
  }

  /* line 262, ../sass/responsive.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 0;
  }

  /* line 266, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 271, ../sass/responsive.scss */
  .toolbar .per-page {
    display: none;
  }

  /* line 275, ../sass/responsive.scss */
  .content .slider .slid-content {
    bottom: 43px;
  }

  /* line 279, ../sass/responsive.scss */
  .content .slider .pagination {
    padding: 0;
  }

  /* line 283, ../sass/responsive.scss */
  .content .slider .slider-nav .nav-box {
    bottom: 10px;
  }

  /* line 287, ../sass/responsive.scss */
  .content .slider .slider-nav .prev,
  .content .slider .slider-nav .next {
    display: none !important;
  }

  /* line 292, ../sass/responsive.scss */
  #car-bottom .total .checkout {
    font-size: 12px;
  }

  /* line 296, ../sass/responsive.scss */
  .pricing .title a {
    font-size: 21px;
  }

  /* line 300, ../sass/responsive.scss */
  .employee .employee-hover .role {
    margin: 0 0 15px;
  }

  /* line 304, ../sass/responsive.scss */
  .gallery-images:hover .bg-images i:before {
    font-size: 40px;
  }

  /* line 308, ../sass/responsive.scss */
  .banner-set.banner-set-mini .prev {
    margin-left: 0;
  }

  /* line 312, ../sass/responsive.scss */
  .banner-set.banner-set-mini .next {
    margin-right: 0;
  }

  /* line 316, ../sass/responsive.scss */
  .sidebar .whats-news .product {
    max-width: 270px;
    min-width: inherit;
  }

  /* line 321, ../sass/responsive.scss */
  .sidebar .whats-news .rotation.hover .default {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }

  /* line 327, ../sass/responsive.scss */
  .sidebar .whats-news .rotation .product-hover {
    display: none;
  }

  /* line 331, ../sass/responsive.scss */
  .rs-slider.full-width .tp-bullets {
    left: 27px !important;
    margin-left: 0 !important;
  }

  /* line 336, ../sass/responsive.scss */
  .rs-slider.full-width .right-box > * {
    left: auto !important;
    right: 15px;
  }
}
/******************************************************************************
  Min Width "960px"
*******************************************************************************/
@media (min-width: 960px) {
  /* line 346, ../sass/responsive.scss */
  .navbar-collapse {
    display: block !important;
    height: auto !important;
  }

  /* line 351, ../sass/responsive.scss */
  .greenhouse-job .sidebar {
    height: 980px;
  }

  /* line 355, ../sass/responsive.scss */
  .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 362, ../sass/responsive.scss */
  ul.latest-news-events li {
    float: left;
    width: 50%;
    padding: 0;
  }

  /* line 371, ../sass/responsive.scss */
  .nd-region.footer-top, .nd-region.footer-bottom {
    font-size: 13px;
    line-height: 21px;
  }
  /* line 376, ../sass/responsive.scss */
  .nd-region.footer-top .block, .nd-region.footer-bottom .block {
    margin: 0 40px 0 0;
  }

  /* line 385, ../sass/responsive.scss */
  .container-fluid .row .col-md-12.entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/******************************************************************************
  Max Width "1199px" - Min Width "960px"
*******************************************************************************/
@media (min-width: 960px) and (max-width: 1199px) {
  /* line 403, ../sass/responsive.scss */
  .header .primary .megamenu > .sub {
    margin: -1px 0 0 -37px;
    width: 832px;
  }

  /* line 408, ../sass/responsive.scss */
  .header-wrapper {
    padding: 0px 0px;
  }

  /* line 412, ../sass/responsive.scss */
  .slider .slid-content,
  .slider .slider-nav {
    width: 400px;
  }

  /* line 417, ../sass/responsive.scss */
  .sidebar .banners .slide {
    width: 220px;
  }

  /* line 421, ../sass/responsive.scss */
  .col-md-3.product,
  .col-md-3 > .product {
    max-width: 242px;
  }

  /* line 426, ../sass/responsive.scss */
  .top-header-menu {
    padding: 2px;
    margin-left: -40px;
    margin-right: -40px;
  }

  /* line 432, ../sass/responsive.scss */
  .language-menu {
    margin-right: -40px;
    float: right;
  }

  /* line 437, ../sass/responsive.scss */
  .top-cto {
    min-width: 420px;
  }
}
/******************************************************************************
  Max Width "959px"
*******************************************************************************/
@media (max-width: 959px) {
  /* line 447, ../sass/responsive.scss */
  .hidden-sm {
    display: none;
  }

  /* line 453, ../sass/responsive.scss */
  .container-fluid .row .col-md-12.entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 29, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .tb-megamenu-column {
    float: none;
  }
  /* line 33, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .mega-inner {
    padding: 10px;
  }
  /* line 37, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .megamenu-column-single {
    padding: 0px;
  }
  /* line 43, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav .dropdown-menu li {
    font-size: 18px;
    font-weight: 500;
  }
  /* line 44, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav .dropdown-menu li > span.tb-megamenu-no-link {
    margin-left: 10px;
    text-transform: capitalize;
  }
  /* line 49, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav .dropdown-menu li span {
    padding: 10px 10px;
  }
  /* line 56, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav .dropdown-menu li > a {
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-color: transparent;
    transition: none;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  /* line 15, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav .dropdown-menu li > a .active-trail {
    border-bottom: 4px #ce2232 solid;
  }
  /* line 62, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li {
    font-size: 18px;
  }
  /* line 66, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.open.active {
    border-bottom: #ce2232;
    border-bottom-width: 4px;
  }
  /* line 72, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown {
    border-top: 1px solid #d9d9d9;
  }
  /* line 75, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown.open {
    border-bottom: #ce2232;
    border-bottom-width: 4px;
  }
  /* line 79, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown.open.active {
    border-bottom: #ce2232;
    border-bottom-width: 4px;
  }
  /* line 85, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown > .dropdown-toggle {
    border-bottom: #ce2232;
    border-bottom-width: 4px;
  }
  /* line 93, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown-menu li > span.tb-megamenu-no-link {
    margin-left: 10px;
  }
  /* line 97, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown-menu li > a {
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-color: transparent;
    transition: none;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  /* line 15, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.dropdown-menu li > a .active-trail {
    border-bottom: 4px #ce2232 solid;
  }
  /* line 104, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li.tb-megamenu-item.level-1 {
    border-top: 1px solid #d9d9d9;
  }
  /* line 108, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li > a {
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-color: transparent;
    transition: none;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  /* line 15, ../sass/responsive.scss */
  .header .primary.primary-megamenu.gurus-main-menu .tb-megamenu .nav > li > a .active-trail {
    border-bottom: 4px #ce2232 solid;
  }

  /* line 466, ../sass/responsive.scss */
  .fixed-header .page-box {
    margin-top: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  /* line 471, ../sass/responsive.scss */
  .fixed-header .page-box .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border-bottom: 0px solid #222;
  }

  /* line 476, ../sass/responsive.scss */
  .fixed-top-box {
    padding-top: 0;
  }

  /* line 480, ../sass/responsive.scss */
  .fixed-top-box #top-box {
    background: #1e1e1e;
    position: static;
    top: inherit;
    z-index: inherit;
  }

  /* line 487, ../sass/responsive.scss */
  .fixed-header .header,
  .boxed.fixed-header .header,
  .boxed.fixed-header.fixed .header,
  .fixed-header.hidden-top.visible-top .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    top: inherit;
    z-index: inherit;
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    backface-visibility: inherit;
  }

  /* line 504, ../sass/responsive.scss */
  .fixed-header.hidden-top.visible-top .header {
    margin-top: 0px !important;
  }

  /* line 509, ../sass/responsive.scss */
  .fixed-header .header-two + * {
    margin-top: 0;
  }

  /* line 513, ../sass/responsive.scss */
  .hidden-top {
    margin-top: 0;
  }

  /* line 517, ../sass/responsive.scss */
  .fixed-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* line 522, ../sass/responsive.scss */
  .fixed-header.hidden-top {
    -webkit-transition: all 0 linear;
    transition: all 0 linear;
  }

  /* line 527, ../sass/responsive.scss */
  .fixed-header.fixed-top #top-box,
  .boxed.fixed-header.fixed-top #top-box {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  /* line 534, ../sass/responsive.scss */
  .fixed-header.fixed-top .header {
    margin-top: 0;
    position: static;
  }

  /* line 539, ../sass/responsive.scss */
  .fixed-header.hidden-top.visible-top .header,
  .fixed-header.hidden-top.fixed #top-box,
  .fixed-header.hidden-top.visible-top.fixed #top-box {
    margin-top: 0;
  }

  /* line 547, ../sass/responsive.scss */
  .header .cart-header .dropdown-menu {
    margin-top: -1px;
    margin-right: -98px;
  }

  /* line 552, ../sass/responsive.scss */
  .header .cart-header.open .dropdown-toggle:after {
    left: 0;
  }

  /* line 556, ../sass/responsive.scss */
  .header.header-two .phone-header {
    margin-right: 0;
  }

  /* line 560, ../sass/responsive.scss */
  .header.header-two .phone-active,
  .header.header-two .search-active {
    z-index: 1003;
  }

  /* line 565, ../sass/responsive.scss */
  .header.header-three .logo-box {
    width: 724px;
  }

  /* line 569, ../sass/responsive.scss */
  .top-fixed-box {
    display: none;
  }

  /* line 573, ../sass/responsive.scss */
  .slider {
    padding: 10px 0;
  }

  /* line 577, ../sass/responsive.scss */
  .slider .slid-content,
  .slider .slider-nav {
    width: 370px;
  }

  /* line 582, ../sass/responsive.scss */
  .slider .slid-content .title {
    margin: 0 0 14px;
  }

  /* line 586, ../sass/responsive.scss */
  .slider .slid-content .descriptions {
    margin: 0 0 17px 0;
  }

  /* line 590, ../sass/responsive.scss */
  .slider .slider-nav {
    right: 15px;
  }

  /* line 594, ../sass/responsive.scss */
  .slider .slider-nav .nav-box {
    bottom: 0;
  }

  /* line 598, ../sass/responsive.scss */
  .slider .slider-nav .prev,
  .slider .slider-nav .next {
    display: none !important;
  }

  /* line 603, ../sass/responsive.scss */
  .slider .slid-content {
    bottom: 60px;
  }

  /* line 607, ../sass/responsive.scss */
  .progressive-slider-two .slider-wrapper {
    height: auto !important;
  }

  /* line 611, ../sass/responsive.scss */
  .progressive-slider-two .sliders-container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 617, ../sass/responsive.scss */
  .progressive-slider-two .slider-banners {
    height: auto;
    width: 100%;
  }

  /* line 622, ../sass/responsive.scss */
  .progressive-slider-two .slider-banners .banner {
    display: table-cell;
    height: auto;
    width: 33.33333333%;
  }

  /* line 628, ../sass/responsive.scss */
  .page-slider {
    padding: 0;
  }

  /* line 632, ../sass/responsive.scss */
  .metro-banners {
    padding: 30px 0 11px;
  }

  /* line 636, ../sass/responsive.scss */
  .metro-banners .banner {
    margin-bottom: 19px;
  }

  /* line 640, ../sass/responsive.scss */
  .banner-set .banner {
    width: 180px;
  }

  /* line 644, ../sass/responsive.scss */
  .banner-set .banner .title {
    font-size: 18px;
  }

  /* line 648, ../sass/responsive.scss */
  .sidebar.col-sm-12 {
    margin-top: 40px;
  }

  /* line 652, ../sass/responsive.scss */
  .toolbar .grid-list .grid,
  .toolbar .grid-list .list {
    margin-right: 6px;
  }

  /* line 657, ../sass/responsive.scss */
  .toolbar .sort-catalog {
    margin: 0 6px 20px 1px;
  }

  /* line 661, ../sass/responsive.scss */
  .products.grid {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }

  /* line 667, ../sass/responsive.scss */
  .table-box {
    overflow-x: auto;
    padding: 0 1px;
  }

  /* line 672, ../sass/responsive.scss */
  .portfolio .filter-buttons {
    float: none;
    margin-bottom: 20px;
  }

  /* line 677, ../sass/responsive.scss */
  .portfolio .year-regulator {
    float: none;
    margin-bottom: 60px;
  }

  /* line 682, ../sass/responsive.scss */
  .product-page .product-options .buy-for,
  .product-page .product-options .col-sm-12 {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  /* line 689, ../sass/responsive.scss */
  .product-options-samples .col-sm-12 {
    margin-bottom: 20px;
  }

  /* line 693, ../sass/responsive.scss */
  .product-options-samples .required-box {
    margin-bottom: 0;
  }

  /* line 697, ../sass/responsive.scss */
  .product-bottom .col-sm-12 + .col-sm-12 {
    margin-top: 40px;
  }

  /* line 701, ../sass/responsive.scss */
  .shopping-cart-table tbody td,
  .shopping-cart-table .td-qty {
    padding: 20px;
  }

  /* line 706, ../sass/responsive.scss */
  #car-bottom .car-bottom-box {
    padding: 17px 20px 20px;
  }

  /* line 710, ../sass/responsive.scss */
  .employee-single {
    margin-left: 0;
  }

  /* line 714, ../sass/responsive.scss */
  .employee-single .images-box {
    float: none;
    margin: 0 auto 20px;
  }

  /* line 719, ../sass/responsive.scss */
  .employee-single .employee-description {
    margin-left: 0;
    width: 100%;
  }

  /* line 724, ../sass/responsive.scss */
  .employee-single-rotation .content-box {
    float: none;
    width: auto;
  }

  /* line 729, ../sass/responsive.scss */
  .employee-single-rotation .employee {
    margin: 0 20px 10px;
  }

  /* line 733, ../sass/responsive.scss */
  .employee-single-rotation .employee.pull-right {
    margin-right: 0;
  }

  /* line 737, ../sass/responsive.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow,
  img.rsImg {
    min-height: 220px !important;
  }

  /* line 743, ../sass/responsive.scss */
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }

  /* line 754, ../sass/responsive.scss */
  .infoBlock h3,
  .infoBlock h4 {
    font-size: 14px;
    line-height: 17px;
  }

  /* line 760, ../sass/responsive.scss */
  .layer-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 765, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 770, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -15px;
  }

  /* line 774, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -15px;
  }

  /* line 778, ../sass/responsive.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 783, ../sass/responsive.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -30px;
  }

  /* line 787, ../sass/responsive.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -30px;
  }

  /* line 791, ../sass/responsive.scss */
  .count-down-box {
    float: none;
    margin-bottom: 30px;
  }

  /* line 796, ../sass/responsive.scss */
  #footer .newsletter form {
    width: 270px;
  }

  /* line 800, ../sass/responsive.scss */
  .post.carousel .images-box + [class*="span"] {
    float: none;
    margin-left: 0;
    width: auto;
  }

  /* line 806, ../sass/responsive.scss */
  .full-width-box .fwb-paralax {
    background-position: 50% 50% !important;
  }

  /* line 810, ../sass/responsive.scss */
  #footer .sidebar .widget:nth-child(2n + 1) {
    clear: left;
  }

  /* line 814, ../sass/responsive.scss */
  #footer .sidebar .carousel-box header .title {
    margin-bottom: 0;
  }

  /* line 818, ../sass/responsive.scss */
  #footer .sidebar .carousel-box header .next,
  #footer .sidebar .carousel-box header .prev {
    bottom: inherit;
    left: 0;
    margin: 0 0 0 10px;
    position: static;
  }

  /* line 826, ../sass/responsive.scss */
  .nd-region.footer-top .block,
  .nd-region.footer-bottom .block {
    margin: 0 0px 0 0;
  }

  /* line 832, ../sass/responsive.scss */
  ul.latest-news-events li {
    float: none;
    width: auto;
    padding: 0;
  }

  /* line 851, ../sass/responsive.scss */
  .page-content .view-resources.view.view-teasers-tiles header .highlighted-block .view-content .views-row article.node,
  .page-content .view-news-events.view.view-teasers-tiles header .highlighted-block .view-content .views-row article.node,
  .page-content .view-blog-posts.view.view-teasers-tiles header .highlighted-block .view-content .views-row article.node,
  .page-content .view-news-events-block.view.view-teasers-tiles header .highlighted-block .view-content .views-row article.node {
    padding: 25px 0px;
  }

  /* line 867, ../sass/responsive.scss */
  .page-content .view-resources.view.view-teasers-tiles .teasers-tiles > *,
  .main .view-resources.view.view-teasers-tiles .teasers-tiles > * {
    padding-left: 0em;
    padding-right: 0em;
    margin: 0.65em 0;
  }

  /* line 875, ../sass/responsive.scss */
  .pricing-column.pricing {
    margin-bottom: 1.5em;
  }

  /* line 881, ../sass/responsive.scss */
  .block-builder-element-type-row > .row-inner .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 886, ../sass/responsive.scss */
  .block-builder-element-type-row > .row-inner .wrapper.row > [class*="col-"] .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 891, ../sass/responsive.scss */
  .block-builder-element-type-row > .row-inner .wrapper.row > [class*="col-"] .row > .row-inner .wrapper.row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/******************************************************************************
  Max Width "800px"
*******************************************************************************/
@media (max-width: 800px) {
  /* line 908, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important;
  }

  /* line 912, ../sass/responsive.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev,
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
/******************************************************************************
  Max Width "959px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 959px) {
  /* line 924, ../sass/responsive.scss */
  .carousel .col-sm-1 {
    max-width: 62px;
  }

  /* line 928, ../sass/responsive.scss */
  .carousel .col-sm-2 {
    max-width: 125px;
  }

  /* line 932, ../sass/responsive.scss */
  .carousel .col-sm-3 {
    max-width: 187px;
  }

  /* line 936, ../sass/responsive.scss */
  .carousel .col-sm-4 {
    max-width: 250px;
  }

  /* line 940, ../sass/responsive.scss */
  .carousel .col-sm-5 {
    max-width: 31px;
  }

  /* line 944, ../sass/responsive.scss */
  .carousel .col-sm-6 {
    max-width: 375px;
  }

  /* line 948, ../sass/responsive.scss */
  .carousel .col-sm-7 {
    max-width: 437px;
  }

  /* line 952, ../sass/responsive.scss */
  .carousel .col-sm-8 {
    max-width: 500px;
  }

  /* line 956, ../sass/responsive.scss */
  .carousel .col-sm-9 {
    max-width: 562px;
  }

  /* line 960, ../sass/responsive.scss */
  .carousel .col-sm-10 {
    max-width: 625px;
  }

  /* line 964, ../sass/responsive.scss */
  .carousel .col-sm-11 {
    max-width: 687px;
  }

  /* line 968, ../sass/responsive.scss */
  .carousel .col-sm-12 {
    max-width: 750px;
  }

  /* line 972, ../sass/responsive.scss */
  .top-navbar .nav > li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 977, ../sass/responsive.scss */
  .primary .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 981, ../sass/responsive.scss */
  .primary .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 985, ../sass/responsive.scss */
  .load.banner-set .container {
    height: 258px;
  }

  /* line 989, ../sass/responsive.scss */
  .toolbar .price-regulator {
    width: 245px;
  }

  /* line 993, ../sass/responsive.scss */
  .toolbar .price-regulator .layout-slider {
    width: 200px;
  }

  /* line 997, ../sass/responsive.scss */
  .product-page .add-cart-form .add-cart {
    min-width: 200px;
  }

  /* line 1001, ../sass/responsive.scss */
  .product-page .image-box .thumblist-box {
    padding: 0 45px;
  }

  /* line 1005, ../sass/responsive.scss */
  .product-page .image-box #thumblist a {
    height: 70px;
    width: 70px;
  }

  /* line 1010, ../sass/responsive.scss */
  #car-bottom .total .checkout {
    padding: 9px 10px;
  }

  /* line 1014, ../sass/responsive.scss */
  .contact-info address {
    float: none;
    width: 100%;
  }

  /* line 1019, ../sass/responsive.scss */
  .package .title a {
    font-size: 20px;
  }

  /* line 1023, ../sass/responsive.scss */
  .package .price-box .icon {
    display: none;
  }

  /* line 1027, ../sass/responsive.scss */
  .package .price-box .description {
    margin: 0 0 17px 0;
  }

  /* line 1031, ../sass/responsive.scss */
  .sidebar .banners .slide {
    width: 165px;
  }

  /* line 1035, ../sass/responsive.scss */
  .sidebar .banners .banner-text {
    padding: 10px;
  }

  /* line 1039, ../sass/responsive.scss */
  .sidebar .banners .banner-text p {
    display: none;
  }

  /* line 1043, ../sass/responsive.scss */
  .products-tab .tab-content {
    overflow: visible;
  }

  /* line 1047, ../sass/responsive.scss */
  .col-sm-5.respond-carousel .carousel .respond {
    max-width: 312px;
  }

  /* line 1051, ../sass/responsive.scss */
  #footer .footer-top .col-md-3 {
    margin-bottom: 40px;
  }

  /* line 1054, ../sass/responsive.scss */
  .caption img {
    max-width: 320px;
  }
}
/******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) {
  /* line 1064, ../sass/responsive.scss */
  .caption img {
    width: 320px;
  }

  /* line 1067, ../sass/responsive.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 1071, ../sass/responsive.scss */
  .let-us-connect li {
    width: 25%;
    float: left;
  }

  /* line 1076, ../sass/responsive.scss */
  .builder-grid-row {
    background-attachment: fixed !important;
  }

  /* line 1080, ../sass/responsive.scss */
  .d-none-md {
    display: none !important;
  }

  /* line 1084, ../sass/responsive.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 1088, ../sass/responsive.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 1092, ../sass/responsive.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 1096, ../sass/responsive.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 1100, ../sass/responsive.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 1104, ../sass/responsive.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 1108, ../sass/responsive.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 1112, ../sass/responsive.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1117, ../sass/responsive.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  /* line 1125, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-toggle {
    display: none;
  }

  /* line 1129, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-menu {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block !important;
    float: none;
    left: inherit;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: relative;
    top: inherit;
    z-index: inherit;
  }

  /* line 1146, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li {
    float: left;
    margin: 0 20px 10px 0;
  }

  /* line 1151, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a {
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: none;
    color: #1e1e1e;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  /* line 1167, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a:hover {
    background: transparent;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  /* line 1176, ../sass/responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a.active {
    border: 1px solid #e1e1e1;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
  }

  /* line 1184, ../sass/responsive.scss */
  .filter-list.filter-buttons.white .dropdown-menu > li > a {
    color: white;
  }

  /* line 1191, ../sass/responsive.scss */
  .fixed-header.fixed-top .header {
    margin-top: 0px;
  }
  /* line 1195, ../sass/responsive.scss */
  .fixed-header.fixed-top .page-box {
    padding-top: 0px;
    background-color: white;
  }

  /* line 1202, ../sass/responsive.scss */
  .nd-region {
    padding: 0px 0px;
  }
  /* line 1209, ../sass/responsive.scss */
  .nd-region.page-content .container-fluid, .nd-region.cms-header .container-fluid, .nd-region.footer-bottom .container-fluid, .nd-region.footer-top .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1213, ../sass/responsive.scss */
  .nd-region.page-content .container-fluid .row, .nd-region.cms-header .container-fluid .row, .nd-region.footer-bottom .container-fluid .row, .nd-region.footer-top .container-fluid .row {
    xmargin-left: 0px;
    xmargin-right: 0px;
  }

  /* line 1224, ../sass/responsive.scss */
  #block-views-block-blogs-recent-posts-block .recent-posts-block .views-row,
  .blog-post-list-featured .recent-posts-block .views-row {
    width: 33.333333%;
    padding-right: 1.85em;
  }
}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) {
  /* line 1239, ../sass/responsive.scss */
  .main-menu.col-xs-12 {
    padding: 0px 0px;
  }

  /* line 1244, ../sass/responsive.scss */
  .let-us-connect li {
    width: 100%;
    float: none;
  }

  /* line 1249, ../sass/responsive.scss */
  .header .primary .navbar .btn-navbar {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px;
  }

  /* line 1255, ../sass/responsive.scss */
  .cms-header .header .logo {
    text-align: center;
  }

  /* line 1260, ../sass/responsive.scss */
  div#block-ameya-progressivemainmenu .top-header-menu {
    display: block;
  }
  /* line 1265, ../sass/responsive.scss */
  div#block-ameya-progressivemainmenu .top-cto a.button {
    width: 100%;
    margin: 0 0 1.25em;
  }
  /* line 1270, ../sass/responsive.scss */
  div#block-ameya-progressivemainmenu .top-cto .call-number {
    width: 100%;
    margin: 0px 0px 0px -8px;
  }
  /* line 1274, ../sass/responsive.scss */
  div#block-ameya-progressivemainmenu .top-cto .call-number a {
    margin: 20px 0px;
  }

  /* line 1281, ../sass/responsive.scss */
  .top-box-mobile {
    margin: 5px 0px;
  }

  /* line 1285, ../sass/responsive.scss */
  #top-box .btn-group.btn-select.language {
    width: 100%;
  }

  /* line 1290, ../sass/responsive.scss */
  .carousel .col-sm-1,
  .carousel .col-sm-2,
  .carousel .col-sm-3,
  .carousel .col-sm-4 {
    min-width: 160px;
  }

  /* line 1297, ../sass/responsive.scss */
  .carousel .col-sm-5,
  .carousel .col-sm-6,
  .carousel .col-sm-7,
  .carousel .col-sm-8,
  .carousel .col-sm-9,
  .carousel .col-sm-10,
  .carousel .col-sm-11,
  .carousel .col-sm-12 {
    min-width: 300px;
  }

  /* line 1308, ../sass/responsive.scss */
  .carousel .col-md-1,
  .carousel .col-md-2,
  .carousel .col-md-3,
  .carousel .col-md-4,
  .carousel .col-xs-1,
  .carousel .col-xs-2,
  .carousel .col-xs-3,
  .carousel .col-xs-4,
  .carousel .col-xs-5,
  .carousel .col-xs-6,
  .carousel .col-xs-7,
  .carousel .col-xs-8,
  .carousel .col-xs-9,
  .carousel .col-xs-10,
  .carousel .col-xs-11,
  .carousel .col-xs-12 {
    max-width: 300px;
  }

  /* line 1327, ../sass/responsive.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: 100%;
  }

  /* line 1333, ../sass/responsive.scss */
  .col2-set .col-1 {
    margin-bottom: 40px;
  }

  /* line 1337, ../sass/responsive.scss */
  body,
  body.loaded {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  /* line 1345, ../sass/responsive.scss */
  .page-box,
  .boxed.loaded .page-box {
    height: auto !important;
    min-height: inherit;
    overflow-x: hidden;
    background-color: white;
  }

  /* line 1353, ../sass/responsive.scss */
  .page-box-content {
    padding-bottom: 0;
  }

  /* line 1357, ../sass/responsive.scss */
  #top-box .btn-group.btn-select .visible-xs {
    display: inline-block !important;
  }

  /* line 1361, ../sass/responsive.scss */
  #top-box .btn-group.btn-select .dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    min-width: inherit;
    width: 100%;
  }

  /* line 1372, ../sass/responsive.scss */
  .top-navbar {
    margin: 0;
    min-height: 30px;
  }

  /* line 1377, ../sass/responsive.scss */
  .top-navbar .btn-navbar {
    background: none !important;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    color: rgba(255, 255, 255, 0.7);
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px;
  }

  /* line 1391, ../sass/responsive.scss */
  .top-navbar .btn-navbar.collapsed {
    border-color: transparent;
  }

  /* line 1395, ../sass/responsive.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* line 1402, ../sass/responsive.scss */
  .top-navbar .collapse,
  .top-navbar .collapsing {
    background: white;
    border: 0 none;
    left: 0;
    margin: 5px -10px 0;
    padding: 0;
    position: absolute !important;
    top: 100%;
    z-index: 1002;
  }

  /* line 1414, ../sass/responsive.scss */
  .top-navbar .navbar-nav {
    margin: 0;
  }

  /* line 1418, ../sass/responsive.scss */
  #top-box .top-navbar .nav > li a {
    color: #7b7b7b;
  }

  /* line 1422, ../sass/responsive.scss */
  .top-navbar .nav > li:hover a,
  .top-navbar .nav > li a:hover {
    background: none;
  }

  /* line 1427, ../sass/responsive.scss */
  .top-navbar.top-navbar-right .btn-navbar {
    float: right;
  }

  /* line 1431, ../sass/responsive.scss */
  .top-navbar.top-navbar-right .collapse,
  .top-navbar.top-navbar-right .collapsing {
    left: auto;
    right: 0;
  }

  /* line 1437, ../sass/responsive.scss */
  .top-navbar .nav > li a .count {
    background: rgba(0, 0, 0, 0.1);
  }

  /* line 1441, ../sass/responsive.scss */
  .header-three {
    overflow: hidden;
  }

  /* line 1447, ../sass/responsive.scss */
  .header .right-box .col-xs-12 {
    padding: 0px;
  }

  /* line 1452, ../sass/responsive.scss */
  .phone-active,
  .search-active {
    left: 10px;
    padding: 0;
    right: 10px;
  }

  /* line 1459, ../sass/responsive.scss */
  .phone-active {
    font-size: 22px;
    line-height: 58px;
  }

  /* line 1464, ../sass/responsive.scss */
  .phone-active .title {
    display: none;
  }

  /* line 1468, ../sass/responsive.scss */
  .search-active .search-string,
  .search-active .search-string:hover {
    padding-left: 8px;
  }

  /* line 1473, ../sass/responsive.scss */
  .header .cart-header .dropdown-toggle,
  .header .primary .navbar .btn-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1479, ../sass/responsive.scss */
  .header .cart-header .dropdown-menu {
    width: 325px;
  }

  /* line 1483, ../sass/responsive.scss */
  .header.header-three .logo-box {
    width: 100%;
  }

  /* line 1487, ../sass/responsive.scss */
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1492, ../sass/responsive.scss */
  .progressive-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1497, ../sass/responsive.scss */
  .slider .slid {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1502, ../sass/responsive.scss */
  .slider .slider-nav {
    right: 0;
    width: 50%;
  }

  /* line 1507, ../sass/responsive.scss */
  .slider .slid .col-sm-12.col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1512, ../sass/responsive.scss */
  .slider .slid-content {
    bottom: 30px;
    padding: 13px 10px 0;
    right: 0;
    width: 50%;
  }

  /* line 1519, ../sass/responsive.scss */
  .slider .slid-content .title {
    font-size: 12px;
    line-height: 14px;
  }

  /* line 1524, ../sass/responsive.scss */
  .slider .slid-content .descriptions {
    display: none;
  }

  /* line 1528, ../sass/responsive.scss */
  .slider .slid-content .btn {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  /* line 1534, ../sass/responsive.scss */
  .slider .slider-nav .nav-box {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 1540, ../sass/responsive.scss */
  .slider .slider-nav .pagination {
    margin: 0;
    padding: 0;
  }

  /* line 1545, ../sass/responsive.scss */
  .page-slider {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1550, ../sass/responsive.scss */
  .progressive-slider-two .slider-banners .banner {
    display: block;
    width: 100%;
  }

  /* line 1555, ../sass/responsive.scss */
  .rs-slider.full-width .tp-bullets {
    left: 7px !important;
    margin-left: 0 !important;
    top: 10px !important;
  }

  /* line 1561, ../sass/responsive.scss */
  .slider.rs-slider.full-width .btn-link {
    font-size: 12px !important;
  }

  /* line 1565, ../sass/responsive.scss */
  .progressive-slider-four .prev,
  .progressive-slider-four .next {
    font-size: 30px;
    left: 10px;
    margin-top: -15px;
  }

  /* line 1572, ../sass/responsive.scss */
  .progressive-slider-four .next {
    left: auto;
    right: 10px;
  }

  /* line 1577, ../sass/responsive.scss */
  .page-header .container:before {
    left: 10px;
  }

  /* line 1581, ../sass/responsive.scss */
  #main {
    padding: 40px 0;
  }

  /* line 1585, ../sass/responsive.scss */
  #main.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 1592, ../sass/responsive.scss */
  .portfolio .filter-elements .work-element {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  /* line 1598, ../sass/responsive.scss */
  .portfolio .filter-elements .work-element.col-md-3 .work {
    margin-left: 20px;
    margin-right: 20px;
    max-width: fit-content;
  }
  /* line 1604, ../sass/responsive.scss */
  .portfolio .filter-elements .work-element.col-md-4 .work {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }

  /* line 1613, ../sass/responsive.scss */
  .work-one .work-title {
    margin-bottom: 20px;
  }

  /* line 1617, ../sass/responsive.scss */
  .work-single .carousel-box .carousel .col-md-3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1623, ../sass/responsive.scss */
  .work-single .carousel-box .carousel .col-md-4 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
  }

  /* line 1630, ../sass/responsive.scss */
  .content.pull-right {
    float: none !important;
  }

  /* line 1634, ../sass/responsive.scss */
  .sidebar {
    margin-top: 40px;
  }

  /* line 1638, ../sass/responsive.scss */
  .sidebar .widget {
    margin: 0 0 40px;
  }

  /* line 1642, ../sass/responsive.scss */
  .sidebar .carousel > .col-md-3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1648, ../sass/responsive.scss */
  .sidebar .whats-news .carousel-pagination {
    margin: 0 auto;
    max-width: 300px;
  }

  /* line 1653, ../sass/responsive.scss */
  #catalog .category-img {
    margin-bottom: 40px;
  }

  /* line 1657, ../sass/responsive.scss */
  #catalog .category-img .description {
    font-size: 18px;
    padding: 20px;
  }

  /* line 1662, ../sass/responsive.scss */
  .toolbar .price-regulator {
    float: left !important;
    margin-top: 3px;
    width: 300px;
  }

  /* line 1668, ../sass/responsive.scss */
  .toolbar .price-regulator .layout-slider {
    width: 240px;
  }

  /* line 1672, ../sass/responsive.scss */
  .pagination-box {
    margin-top: 0;
    text-align: center;
  }

  /* line 1677, ../sass/responsive.scss */
  .pagination-box .pagination {
    margin: 0 -5px 0 0;
  }

  /* line 1681, ../sass/responsive.scss */
  .pagination-box .pagination-text {
    display: block;
    float: none;
  }

  /* line 1686, ../sass/responsive.scss */
  .products {
    text-align: center;
  }

  /* line 1690, ../sass/responsive.scss */
  .list .product .col-md-3,
  .list .product .col-md-4 {
    margin-bottom: 20px;
  }

  /* line 1695, ../sass/responsive.scss */
  .list .product .product-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }

  /* line 1701, ../sass/responsive.scss */
  .caroufredsel_wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 1706, ../sass/responsive.scss */
  .recommended-product .products > .col-md-3 .product {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1712, ../sass/responsive.scss */
  .products-tab .tab-content > .tab-pane {
    height: 263px;
    text-align: center;
  }

  /* line 1717, ../sass/responsive.scss */
  .bottom-padding,
  .bottom-padding-mobile,
  .bottom-padding.row.carousel-box {
    margin-bottom: 40px;
  }

  /* line 1723, ../sass/responsive.scss */
  .bottom-padding-mini {
    margin-bottom: 0;
  }

  /* line 1727, ../sass/responsive.scss */
  .bottom-padding.bottom-padding-mini {
    margin-bottom: 40px;
  }

  /* line 1731, ../sass/responsive.scss */
  .text-center-mobile {
    text-align: center;
  }

  /* line 1735, ../sass/responsive.scss */
  .accordion-tab,
  .tabs-left .accordion-tab,
  .tabs-right .accordion-tab {
    border: 0 none;
    float: none;
    width: 100%;
  }

  /* line 1743, ../sass/responsive.scss */
  .accordion-tab > li,
  .tabs-left > .accordion-tab > li,
  .tabs-right > .accordion-tab > li {
    float: none;
    margin: 0 0 3px;
  }

  /* line 1750, ../sass/responsive.scss */
  .accordion-tab > li > a,
  .products-tab .accordion-tab > li > a,
  .tabs-left > .accordion-tab > li > a,
  .tabs-right > .accordion-tab > li > a {
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #1e1e1e;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  /* line 1773, ../sass/responsive.scss */
  .accordion-tab > li > a:hover,
  .products-tab .accordion-tab > li > a:hover {
    background-color: #e9e9e9;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  /* line 1780, ../sass/responsive.scss */
  .accordion-tab > li.active > a,
  .accordion-tab > li.active > a:hover,
  .accordion-tab > li.active > a:focus,
  .accordion-tab > li.active:hover > a,
  .products-tab .accordion-tab > li.active > a,
  .products-tab .accordion-tab > li.active:hover > a {
    background-color: #1e1e1e;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white !important;
  }

  /* line 1794, ../sass/responsive.scss */
  .accordion-tab > li > a:before,
  .products-tab .accordion-tab > li > a:before {
    background: #e1e1e1;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
  }

  /* line 1807, ../sass/responsive.scss */
  .accordion-tab > li.active > a:before,
  .products-tab .accordion-tab > li.active > a:before {
    background: #444;
    background: rgba(255, 255, 255, 0.2);
  }

  /* line 1813, ../sass/responsive.scss */
  .accordion-tab > li > a .open-sub,
  .products-tab .accordion-tab > li > a .open-sub {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
  }

  /* line 1823, ../sass/responsive.scss */
  .accordion-tab > li > a .open-sub:before,
  .accordion-tab > li > a .open-sub:after,
  .products-tab .accordion-tab > li > a .open-sub:before,
  .products-tab .accordion-tab > li > a .open-sub:after {
    background: #1e1e1e;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 19px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px;
  }

  /* line 1838, ../sass/responsive.scss */
  .accordion-tab > li > a .open-sub:after,
  .products-tab .accordion-tab > li > a .open-sub:after {
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px;
  }

  /* line 1845, ../sass/responsive.scss */
  .accordion-tab > .active > a .open-sub:before,
  .accordion-tab > .active > a .open-sub:after,
  .products-tab .accordion-tab > .active > a .open-sub:before,
  .products-tab .accordion-tab > .active > a .open-sub:after {
    background: white;
  }

  /* line 1852, ../sass/responsive.scss */
  .accordion-tab > .active > a .open-sub:after,
  .products-tab .accordion-tab > .active > a .open-sub:after {
    display: none;
  }

  /* line 1857, ../sass/responsive.scss */
  .accordion-tab .tab-pane {
    border: 0 none;
    display: none;
    font-size: 13px;
    padding: 20px 0 30px;
  }

  /* line 1864, ../sass/responsive.scss */
  .products-tab .accordion-tab .tab-pane {
    background: none;
  }

  /* line 1868, ../sass/responsive.scss */
  .promo-partners .manufactures {
    text-align: center;
  }

  /* line 1872, ../sass/responsive.scss */
  .page-header {
    margin-bottom: 40px;
  }

  /* line 1876, ../sass/responsive.scss */
  .image-box {
    margin: 0 auto 40px;
    max-width: 470px;
  }

  /* line 1881, ../sass/responsive.scss */
  .product,
  .double-product {
    width: 300px;
  }

  /* line 1886, ../sass/responsive.scss */
  .double-product .product {
    max-width: 100%;
  }

  /* line 1890, ../sass/responsive.scss */
  .product.product-mini {
    width: 250px;
  }

  /* line 1894, ../sass/responsive.scss */
  .product-page .image-box .thumblist-box {
    max-height: 80px;
    padding: 0 45px;
  }

  /* line 1899, ../sass/responsive.scss */
  .product-page .image-box #thumblist a {
    height: 70px;
    width: 70px;
  }

  /* line 1904, ../sass/responsive.scss */
  .product-page .col-md-7 .price-box {
    font-size: 40px;
  }

  /* line 1908, ../sass/responsive.scss */
  .product-page .add-cart-form {
    margin-bottom: 0;
  }

  /* line 1912, ../sass/responsive.scss */
  .product-page .add-cart-form .add-cart,
  .product-page .add-cart-form .number {
    margin-bottom: 40px;
  }

  /* line 1917, ../sass/responsive.scss */
  .product-page .product-tab {
    margin: 40px 0;
  }

  /* line 1921, ../sass/responsive.scss */
  .product-page .product-tab .tab-pane {
    padding: 20px 0;
  }

  /* line 1925, ../sass/responsive.scss */
  .product-page .product-options-table table th,
  .product-page .product-options-table table td,
  .product-page .product-options-table table td.qty {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1932, ../sass/responsive.scss */
  .product-options-detail .add-cart {
    display: block;
    float: none;
    margin: 20px 0 0;
    min-width: inherit;
  }

  /* line 1939, ../sass/responsive.scss */
  #car-bottom {
    margin-bottom: 0;
  }

  /* line 1943, ../sass/responsive.scss */
  #checkoutsteps {
    margin-bottom: 40px;
  }

  /* line 1947, ../sass/responsive.scss */
  .login .new-costumers {
    padding: 0 0 40px;
  }

  /* line 1951, ../sass/responsive.scss */
  .map-box .contact-info {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    top: 0;
  }

  /* line 1958, ../sass/responsive.scss */
  .box-404 {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 75px 0 0;
    width: 300px;
  }

  /* line 1968, ../sass/responsive.scss */
  .box-404 h1 {
    font-size: 120px;
  }

  /* line 1972, ../sass/responsive.scss */
  .team-box {
    text-align: center;
  }

  /* line 1976, ../sass/responsive.scss */
  .list-images {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    text-align: center;
  }

  /* line 1983, ../sass/responsive.scss */
  .list-images > .col-md-4 {
    display: inline-block;
    margin: 0 0 20px;
    text-align: left;
    width: 170px;
  }

  /* line 1990, ../sass/responsive.scss */
  .gallery .images-box {
    text-align: center;
  }

  /* line 1994, ../sass/responsive.scss */
  .gallery-images {
    display: inline-block;
  }

  /* line 1998, ../sass/responsive.scss */
  .gallery-images .bg-images {
    text-align: left;
  }

  /* line 2002, ../sass/responsive.scss */
  .year-regulator .layout-slider {
    width: 240px;
  }

  /* line 2006, ../sass/responsive.scss */
  .work-one .description {
    margin-bottom: 15px;
  }

  /* line 2010, ../sass/responsive.scss */
  .work-box + .work-box {
    margin-top: 40px;
  }

  /* line 2014, ../sass/responsive.scss */
  .employee {
    max-width: 300px;
  }

  /* line 2018, ../sass/responsive.scss */
  .employee-single {
    width: 100%;
  }

  /* line 2022, ../sass/responsive.scss */
  .employee-single .images-box {
    display: block;
    max-width: 430px;
  }

  /* line 2027, ../sass/responsive.scss */
  .employee-single .images-box.pull-right {
    float: right;
    margin: 0 0 10px 20px;
  }

  /* line 2032, ../sass/responsive.scss */
  .respond-carousel .carousel [class*="span"] {
    margin-left: 2px;
    margin-right: 2px;
  }

  /* line 2037, ../sass/responsive.scss */
  .steps {
    display: block;
  }

  /* line 2041, ../sass/responsive.scss */
  .steps .step {
    border: 1px solid #e1e1e1;
    display: block;
  }

  /* line 2046, ../sass/responsive.scss */
  .steps .step + .step {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
  }

  /* line 2051, ../sass/responsive.scss */
  .steps .step:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }

  /* line 2057, ../sass/responsive.scss */
  .steps .step:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  /* line 2063, ../sass/responsive.scss */
  .steps .step .step-wrapper:after,
  .steps .step .step-wrapper:before {
    border: 7px solid transparent;
    border-top-color: #e1e1e1;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -7px;
    right: auto;
    top: auto;
  }

  /* line 2074, ../sass/responsive.scss */
  .steps .step .step-wrapper:before {
    border-top-color: white;
    bottom: -28px;
  }

  /* line 2079, ../sass/responsive.scss */
  .steps .step.border-grey .step-wrapper:after,
  .steps .step.bg-grey .step-wrapper:before {
    border-left-color: transparent;
    border-top-color: #777;
  }

  /* line 2085, ../sass/responsive.scss */
  .steps .step.border-warning .step-wrapper:after {
    border-top-color: #f89406;
    border-left-color: transparent;
  }

  /* line 2090, ../sass/responsive.scss */
  .steps .step.border-error .step-wrapper:after {
    border-top-color: #c10841;
    border-left-color: transparent;
  }

  /* line 2095, ../sass/responsive.scss */
  .steps .step.border-info .step-wrapper:after {
    border-top-color: #0098ca;
    border-left-color: transparent;
  }

  /* line 2100, ../sass/responsive.scss */
  .steps .step.border-success .step-wrapper:after {
    border-top-color: #738d00;
    border-left-color: transparent;
  }

  /* line 2105, ../sass/responsive.scss */
  .steps .step.bg-warning .step-wrapper:before {
    border-top-color: #f89406;
    border-left-color: transparent;
  }

  /* line 2110, ../sass/responsive.scss */
  .steps .step.bg-error .step-wrapper:before {
    border-top-color: #c10841;
    border-left-color: transparent;
  }

  /* line 2115, ../sass/responsive.scss */
  .steps .step.bg-info .step-wrapper:before {
    border-top-color: #0098ca;
    border-left-color: transparent;
  }

  /* line 2120, ../sass/responsive.scss */
  .steps .step.bg-success .step-wrapper:before {
    border-top-color: #738d00;
    border-left-color: transparent;
  }

  /* line 2125, ../sass/responsive.scss */
  .steps.steps-apart .step {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 22px;
  }

  /* line 2132, ../sass/responsive.scss */
  .steps.progress-steps .step {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 22px;
  }

  /* line 2140, ../sass/responsive.scss */
  .steps.progress-steps .step .step-wrapper {
    padding-left: 100px;
  }

  /* line 2144, ../sass/responsive.scss */
  .steps.progress-steps .step.step-right .step-wrapper {
    padding-right: 100px;
  }

  /* line 2148, ../sass/responsive.scss */
  .steps.progress-steps .step .number {
    font-size: 40px;
    line-height: 2;
    width: 80px;
  }

  /* line 2154, ../sass/responsive.scss */
  #count-down .county-days-wrapper,
  #count-down .county-hours-wrapper,
  #count-down .county-minutes-wrapper,
  #count-down .county-seconds-wrapper {
    height: 80px;
  }

  /* line 2161, ../sass/responsive.scss */
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    line-height: 80px;
  }

  /* line 2168, ../sass/responsive.scss */
  .banner-set .banner {
    width: 290px;
  }

  /* line 2172, ../sass/responsive.scss */
  .full-width-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 2177, ../sass/responsive.scss */
  .full-width-box .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 2184, ../sass/responsive.scss */
  .page-404-promo #main .title h1 {
    font-size: 120px;
  }

  /* line 2188, ../sass/responsive.scss */
  .page-404-promo #main .content .back-home {
    padding: 10px 20px 10px 10px;
  }

  /* line 2192, ../sass/responsive.scss */
  .timeline:before {
    left: 20px;
  }

  /* line 2196, ../sass/responsive.scss */
  .timeline .post,
  .timeline .post:nth-child(even) {
    margin: 0;
    padding: 0 0 30px 60px;
    width: 100%;
  }

  /* line 2203, ../sass/responsive.scss */
  .timeline .post .timeline-time,
  .timeline .post:nth-child(even) .timeline-time {
    left: 0;
    margin: 0 0 5px;
    position: relative;
    right: 0;
    text-align: left;
  }

  /* line 2212, ../sass/responsive.scss */
  .timeline .post .timeline-icon {
    left: 0;
    margin: 22px 0 0 0;
  }

  /* line 2217, ../sass/responsive.scss */
  .timeline .post .timeline-content:before,
  .timeline .post:nth-child(even) .timeline-content:before {
    border: 15px solid transparent;
    border-right-color: #ccc;
    left: -30px;
    right: auto;
  }

  /* line 2225, ../sass/responsive.scss */
  .timeline .post .timeline-content:after,
  .timeline .post:nth-child(even) .timeline-content:after {
    border: 14px solid transparent;
    border-right-color: white;
    left: -28px;
    right: auto;
  }

  /* line 2233, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg:before,
  .timeline .post .timeline-content.border:before {
    border: 15px solid transparent;
    border-right-color: #ccc;
  }

  /* line 2239, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg-danger:before,
  .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
  .timeline .post .timeline-content.border-danger:before,
  .timeline .post:nth-child(even) .timeline-content.border-danger:before {
    border-right-color: #c10841;
  }

  /* line 2246, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg-warning:before,
  .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
  .timeline .post .timeline-content.border-warning:before,
  .timeline .post:nth-child(even) .timeline-content.border-warning:before {
    border-right-color: #f89406;
  }

  /* line 2253, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg-info:before,
  .timeline .post:nth-child(even) .timeline-content.bg-info:before,
  .timeline .post .timeline-content.border-info:before,
  .timeline .post:nth-child(even) .timeline-content.border-info:before {
    border-right-color: #0098ca;
  }

  /* line 2260, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg-success:before,
  .timeline .post:nth-child(even) .timeline-content.bg-success:before,
  .timeline .post .timeline-content.border-success:before,
  .timeline .post:nth-child(even) .timeline-content.border-success:before {
    border-right-color: #738d00;
  }

  /* line 2267, ../sass/responsive.scss */
  .timeline .post .timeline-content.bg-primary:before,
  .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
  .timeline .post .timeline-content.border-primary:before,
  .timeline .post:nth-child(even) .timeline-content.border-primary:before {
    border-right-color: #428bca;
  }

  /* line 2274, ../sass/responsive.scss */
  .timeline .post .timeline-content .entry-content img {
    width: 100%;
  }

  /* line 2278, ../sass/responsive.scss */
  #footer {
    margin-top: 0;
  }

  /* line 2282, ../sass/responsive.scss */
  #footer .sidebar {
    margin-top: 0;
  }

  /* line 2286, ../sass/responsive.scss */
  #footer .footer-top {
    padding-bottom: 0;
  }

  /* line 2290, ../sass/responsive.scss */
  #footer .footer-top .col-md-3 {
    margin-bottom: 36px;
    overflow: hidden;
  }

  /* line 2295, ../sass/responsive.scss */
  #footer .footer-bottom .col-md-3 {
    overflow: hidden;
  }

  /* line 2299, ../sass/responsive.scss */
  #footer .footer-bottom .copyright {
    padding: 17px 0;
    text-align: center;
  }

  /* line 2304, ../sass/responsive.scss */
  #footer .phone,
  #footer .address {
    float: left;
    margin-bottom: 29px;
    width: 48%;
  }

  /* line 2311, ../sass/responsive.scss */
  #footer .phone .title {
    display: block;
  }

  /* line 2315, ../sass/responsive.scss */
  #footer .address {
    float: right;
  }

  /* line 2319, ../sass/responsive.scss */
  #footer .up {
    float: none;
    margin: 0 auto;
  }

  /* line 2324, ../sass/responsive.scss */
  #count-down {
    text-align: center;
  }

  /* line 2328, ../sass/responsive.scss */
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    font-size: 30px;
    line-height: 80px;
  }

  /* line 2338, ../sass/responsive.scss */
  .fixed-header.fixed-top .header {
    margin-top: 0px;
  }
  /* line 2342, ../sass/responsive.scss */
  .fixed-header.fixed-top .page-box {
    padding-top: 0px;
    background-color: white;
  }

  /* line 2349, ../sass/responsive.scss */
  .nd-region {
    padding: 0px 0px;
  }

  /* line 2357, ../sass/responsive.scss */
  #block-views-block-blogs-recent-posts-block .recent-posts-block .views-row,
  .blog-post-list-featured .recent-posts-block .views-row {
    width: 100%;
    padding-right: 0.5em;
  }
  /* line 2362, ../sass/responsive.scss */
  #block-views-block-blogs-recent-posts-block .recent-posts-block .views-row .blog-teaser footer,
  .blog-post-list-featured .recent-posts-block .views-row .blog-teaser footer {
    margin: 0px;
  }

  /* line 2371, ../sass/responsive.scss */
  .views-element-container .view-content-by-tags {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1220px;
  }
}
/******************************************************************************
  Max Width "600px"
*******************************************************************************/
@media (max-width: 600px) {
  /* line 2386, ../sass/responsive.scss */
  .caption img {
    width: 320px;
  }

  /* line 2389, ../sass/responsive.scss */
  .post.carousel .images-box,
  .post.carousel .images-box.pull-right,
  .employee-single .images-box,
  .employee-single-rotation .employee,
  .employee-single-rotation .employee.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }

  /* line 2399, ../sass/responsive.scss */
  .greenhouse-job .sidebar {
    height: fit-content;
  }

  /* line 2403, ../sass/responsive.scss */
  .hidden-600 {
    display: none !important;
  }

  /* line 2407, ../sass/responsive.scss */
  .header-wrapper {
    padding: 0px;
  }

  /* line 2411, ../sass/responsive.scss */
  .header .cart-header .dropdown-toggle .count {
    display: none;
  }

  /* line 2415, ../sass/responsive.scss */
  .header .cart-header .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 2420, ../sass/responsive.scss */
  .header.header-two .primary .navbar .btn-navbar.collapsed:before {
    display: none;
  }

  /* line 2426, ../sass/responsive.scss */
  .mobile-topics-page.header-row > .row-inner {
    padding-bottom: 0px !important;
  }
  /* line 2430, ../sass/responsive.scss */
  .mobile-topics-page.header-row #hubspot-form {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 2436, ../sass/responsive.scss */
  .mobile-topics-page .contentTitle2 {
    line-height: 40px;
  }
  /* line 2441, ../sass/responsive.scss */
  .mobile-topics-page.most-recent-row .most-recent-container {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
  }
  /* line 2442, ../sass/responsive.scss */
  .mobile-topics-page.most-recent-row .most-recent-container .contentTitle2 {
    line-height: 40px;
  }
  /* line 2446, ../sass/responsive.scss */
  .mobile-topics-page.most-recent-row .most-recent-container .frontpage-slider-4-cols {
    margin-top: 24px;
  }
  /* line 2456, ../sass/responsive.scss */
  .mobile-topics-page.topics-row > .row-inner {
    padding-top: 20px !important;
  }
  /* line 2460, ../sass/responsive.scss */
  .mobile-topics-page.topics-row .views-list-of-topics {
    margin-top: 40px;
  }
  /* line 2468, ../sass/responsive.scss */
  .mobile-topics-page.content-type-row #filter-content-wrapper .contentTitle2 {
    line-height: 40px;
  }
}
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) {
  /* line 2481, ../sass/responsive.scss */
  .slider .slid-content .title {
    max-height: 42px;
    overflow: hidden;
  }
}
