/*
Theme Name: Zenith
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 8, sass/style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 30, sass/style.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 35, sass/style.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 40, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 46, sass/style.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 53, sass/style.scss */
q, blockquote {
  quotes: none;
}

/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 57, sass/style.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 63, sass/style.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 68, sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 19, sass/style.scss */
/* line 73, sass/style.scss */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #231F20;
}

/* line 25, sass/style.scss */
/* line 80, sass/style.scss */
h1, h2, h3, h4 {
  font-family: "Crimson Text", serif;
}

/* line 28, sass/style.scss */
/* line 85, sass/style.scss */
a {
  text-decoration: none;
}

/* line 32, sass/style.scss */
/* line 90, sass/style.scss */
.site-inner {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  /* line 32, sass/style.scss */
  /* line 96, sass/style.scss */
  .site-inner {
    width: 100%;
  }
}
/* line 40, sass/style.scss */
/* line 102, sass/style.scss */
.btn {
  font-size: 18px;
  line-height: 28px;
  background: transparent;
  display: inline-block;
  border: 1px solid #ED1C24;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #ED1C24;
  padding: 8px 25px;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  min-width: 180px;
  text-align: center;
}

/* line 49, sass/style.scss */
/* line 122, sass/style.scss */
.btn:hover {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #ED1C24;
  color: #fff;
}

/* line 54, sass/style.scss */
/* line 132, sass/style.scss */
header.site-header {
  padding: 20px;
  height:145px;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  /* line 138, sass/style.scss */
  .home header.site-header .logo {
    visibility: visible;
  }
}
/* line 57, sass/style.scss */
/* line 143, sass/style.scss */
header.site-header .logo {
  float: left;
}

/* line 59, sass/style.scss */
/* line 147, sass/style.scss */
header.site-header .logo img {
  width: 150px;
}

/* line 63, sass/style.scss */
/* line 151, sass/style.scss */
header.site-header .navigation-box {
  float: right;
}

/* line 65, sass/style.scss */
/* line 155, sass/style.scss */
header.site-header .navigation-box .mb-btn {
  float: right;
  display: none;
}

@media screen and (max-width: 1200px) {
  /* line 65, sass/style.scss */
  /* line 161, sass/style.scss */
  header.site-header .navigation-box .mb-btn {
    display: block;
  }
}
/* line 71, sass/style.scss */
/* line 166, sass/style.scss */
header.site-header .navigation-box .mb-btn a {
  font-size: 25px;
  color: #333;
  padding: 10px;
  display: inline-block;
  font-size: 45px;
}

/* line 79, sass/style.scss */
/* line 174, sass/style.scss */
header.site-header .navigation-box .main-navigation {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  /* line 79, sass/style.scss */
  /* line 179, sass/style.scss */
  header.site-header .navigation-box .main-navigation {
    display: none;
  }
}
/* line 85, sass/style.scss */
/* line 184, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
}

/* line 90, sass/style.scss */
/* line 191, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li.current-menu-item a:after {
  width: 100%;
  right: 0;
}

/* line 94, sass/style.scss */
/* line 196, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li > a {
  display: block;
  font-size: 18px;
  color: #231F20;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}

/* line 100, sass/style.scss */
/* line 205, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ED1C24;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/* line 113, sass/style.scss */
/* line 220, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li > a:hover:after {
  right: 0;
  width: 100%;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/* line 122, sass/style.scss */
/* line 229, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .dropdown-toggle {
  display: none;
}

/* line 126, sass/style.scss */
/* line 233, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* line 130, sass/style.scss */
/* line 237, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 300px;
  padding: 7px 0;
}

/* line 136, sass/style.scss */
/* line 246, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu li {
  margin: 0;
  display: block;
}

/* line 139, sass/style.scss */
/* line 251, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu li a {
  display: inline-block;
  font-size: 14px;
  color: #231F20;
  padding: 6px 0;
  vertical-align: middle;
  text-transform: uppercase;
}

/* line 145, sass/style.scss */
/* line 260, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu li a:hover {
  color: #ED1C24;
}

/* line 147, sass/style.scss */
/* line 264, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu li a:hover:after {
  display: none;
}

/* line 153, sass/style.scss */
/* line 268, sass/style.scss */
header.site-header .navigation-box .main-navigation ul#top-menu > li .sub-menu li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ED1C24;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 15px;
}

/* line 169, sass/style.scss */
/* line 282, sass/style.scss */
header.site-header .header-search {
  float: right;
  position: relative;
}

@media screen and (max-width: 1200px) {
  /* line 169, sass/style.scss */
  /* line 288, sass/style.scss */
  header.site-header .header-search {
    display: none;
  }
}
/* line 175, sass/style.scss */
/* line 293, sass/style.scss */
header.site-header .header-search a#search-top {
  display: inline-block;
  padding: 10px;
}

/* line 179, sass/style.scss */
/* line 298, sass/style.scss */
header.site-header .header-search .search-box {
  position: absolute;
  top: 42px;
  right: 5px;
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/* line 185, sass/style.scss */
/* line 312, sass/style.scss */
header.site-header .header-search .search-box.show {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/* line 189, sass/style.scss */
/* line 323, sass/style.scss */
header.site-header .header-search .search-box input[type="search"] {
  border: 1px solid #ED1C24;
  padding: 10px;
  color: #333;
  background: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 333, sass/style.scss */
header.site-header .header-search .search-box input[type="search"]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #ED1C24;
}

/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 338, sass/style.scss */
header.site-header .header-search .search-box input[type="search"]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #ED1C24;
}

/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 343, sass/style.scss */
header.site-header .header-search .search-box input[type="search"]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #ED1C24;
}

/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 348, sass/style.scss */
header.site-header .header-search .search-box input[type="search"]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #ED1C24;
}

/* line 353, sass/style.scss */
.black-strip {
  width: 100%;
  height: 200px;
  clear: both;
  background: url(images/black_banner.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -2px;
}

/* line 204, sass/style.scss */
/* line 362, sass/style.scss */
footer {
  background: #231F20;
  color: #C6C5C5;
  font-size: 12px;
  padding: 20px 0;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  /* line 204, sass/style.scss */
  /* line 371, sass/style.scss */
  footer {
    text-align: center;
  }
}
/* line 213, sass/style.scss */
/* line 376, sass/style.scss */
footer img {
  float: left;
  margin-left: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  /* line 213, sass/style.scss */
  /* line 383, sass/style.scss */
  footer img {
    float: none;
  }
}
/* line 221, sass/style.scss */
/* line 388, sass/style.scss */
footer div.site-credit {
  float: right;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 46px;
}

@media screen and (max-width: 800px) {
  /* line 221, sass/style.scss */
  /* line 396, sass/style.scss */
  footer div.site-credit {
    float: none;
    width: 100%;
    margin: 10px 0;
    line-height: 18px;
  }
}
/* line 233, sass/style.scss */
/* line 404, sass/style.scss */
footer a {
  color: #C6C5C5;
}

/* line 408, sass/style.scss */
.home-slider {
  position: relative;
}

/* line 412, sass/style.scss */
.home-slider .home-scrolldown {
  background: transparent;
  text-align: center;
  color: #ED1C24;
  font-size: 20px;
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
}

/* line 425, sass/style.scss */
.home-slider .home-scrolldown img {
  margin: 0 0 10px;
}

/* line 239, sass/style.scss */
/* line 429, sass/style.scss */
.home-slider .flexslider {
  margin: 0 !important;
}

/* line 241, sass/style.scss */
/* line 433, sass/style.scss */
.home-slider .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 15;
}

/* line 245, sass/style.scss */
/* line 438, sass/style.scss */
.home-slider .flexslider .flex-control-nav li a {
  background: transparent;
  border: 1px solid #ED1C24;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 250, sass/style.scss */
/* line 450, sass/style.scss */
.home-slider .flexslider .flex-control-nav li a.flex-active {
  background: #ED1C24;
}

/* line 256, sass/style.scss */
/* line 454, sass/style.scss */
.home-slider .flexslider .caption-wrap {
  background: transparent;
  top: 35%;
  text-align: center;
  z-index: 300;
  color: #231F20;
  font-size: 80px;
  line-height: 100px;
  font-family: "Crimson Text", serif;
  opacity: 1 !important;
}
@media screen and (max-width: 900px) {
  .home-slider .flexslider .caption-wrap {
    font-size: 30px;
  line-height: 35px;
  }
  .home-slider .home-scrolldown{
    display:none;
  }
}
@media screen and (max-width: 650px) {
  /* line 256, sass/style.scss */
  /* line 467, sass/style.scss */
  .home-slider .flexslider .caption-wrap {
    display: none;
  }
}
/* line 268, sass/style.scss */
/* line 472, sass/style.scss */
.home-slider .flexslider .caption-wrap .slider-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* line 272, sass/style.scss */
/* line 478, sass/style.scss */
.home-slider .flexslider .caption-wrap .slider-content .slider-logo {
  width: 400px;
  height: 300px;
  display: inline-block;
  background: url(images/logo.png) no-repeat center top;
  background-size: contain;
}

/* line 285, sass/style.scss */
/* line 487, sass/style.scss */
.row {
  overflow: hidden;
}

/* line 287, sass/style.scss */
/* line 491, sass/style.scss */
.row .col-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 800px) {
  /* line 287, sass/style.scss */
  /* line 499, sass/style.scss */
  .row .col-2 {
    width: 100%;
  }
}
/* line 299, sass/style.scss */
/* line 505, sass/style.scss */
.page-template-one-row .one-row {
  background: url(images/AboutPage.png) no-repeat;
  background-position: 100% 0;
  background-size: 50% 100%;
}

@media screen and (max-width: 1200px) {
  /* line 299, sass/style.scss */
  /* line 513, sass/style.scss */
  .page-template-one-row .one-row {
    height: auto;
    background-image: none;
  }
}
/* line 309, sass/style.scss */
/* line 519, sass/style.scss */
.page-template-one-row .row .col-2 {
  padding: 70px 25px;
}

@media screen and (max-width: 1200px) {
  /* line 309, sass/style.scss */
  /* line 524, sass/style.scss */
  .page-template-one-row .row .col-2 {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 317, sass/style.scss */
  /* line 531, sass/style.scss */
  .page-template-one-row .about-img {
    background: url(images/AboutPage.png) no-repeat center bottom;
    background-size: cover;
    height: 400px;
  }
}
/* line 326, sass/style.scss */
/* line 539, sass/style.scss */
.home-brands {
  text-align: center;
  background: #fff;
}

/* line 332, sass/style.scss */
/* line 544, sass/style.scss */
.home-brands .home-brands-title {
  font-size: 50px;
  font-family: "Crimson Text", serif;
  margin-bottom: 60px;
  background: url(images/home_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}

/* line 337, sass/style.scss */
/* line 554, sass/style.scss */
.home-brands .home-brands-content {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 28px;
}

/* line 342, sass/style.scss */
/* line 561, sass/style.scss */
.home-brands .home-brands-content p {
  margin: 0 0 20px;
}

/* line 348, sass/style.scss */
/* line 566, sass/style.scss */
.cta {
  margin: 40px 0 60px;
}

/* line 352, sass/style.scss */
/* line 571, sass/style.scss */
#home-row {
  background: url(images/right_home.png) no-repeat;
  background-position: 100% 0;
  background-size: 50% 100%;
  padding: 70px 0;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 800px) {
  /* line 352, sass/style.scss */
  /* line 581, sass/style.scss */
  #home-row {
    height: auto;
    background-image: none;
  }
}
/* line 364, sass/style.scss */
/* line 587, sass/style.scss */
#home-row p {
  margin: 0 0 20px;
}

/* line 367, sass/style.scss */
/* line 591, sass/style.scss */
#home-row h2 {
  font-size: 58px;
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
  line-height: 60px;
}

/* line 375, sass/style.scss */
/* line 599, sass/style.scss */
.page-content {
  font-size: 18px;
  line-height: 28px;
  padding: 30px 0 0;
}

/* line 379, sass/style.scss */
/* line 605, sass/style.scss */
.page-content p {
  margin: 0 0 20px;
}

/* line 382, sass/style.scss */
/* line 609, sass/style.scss */
.page-content h2 {
  font-size: 58px;
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
  line-height: 60px;
}

/* line 615, sass/style.scss */
.p-header {
  background: url(images/black_banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 50px;
}

/* line 621, sass/style.scss */
.p-header .text-box {
  margin: 0;
}

/* line 624, sass/style.scss */
.p-header h2 {
  font-size: 58px;
  font-family: "Crimson Text", serif;
  color: #fff;
  line-height: 60px;
}

/* line 631, sass/style.scss */
.p-content {
  padding-left: 35px;
  font-size: 18px;
  line-height: 26px;
}

/* line 636, sass/style.scss */
.p-content p {
  margin: 0 0 15px;
}

/* line 390, sass/style.scss */
/* line 640, sass/style.scss */
.text-box {
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 26px;
}

/* line 397, sass/style.scss */
/* line 649, sass/style.scss */
.text-box:before {
  content: "";
  background: url(images/title-icon.png) no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 99;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}

/* line 663, sass/style.scss */
.text-box.show:before {
  height: 308px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}

/* line 408, sass/style.scss */
/* line 670, sass/style.scss */
.text-box p {
  margin: 0 0 15px;
}

/* line 414, sass/style.scss */
/* line 675, sass/style.scss */
.page-title h2 {
  font-size: 58px;
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
  line-height: 60px;
}

/* line 422, sass/style.scss */
/* line 683, sass/style.scss */
.profile-section {
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  /* line 422, sass/style.scss */
  /* line 688, sass/style.scss */
  .profile-section {
    padding: 25px;
  }
}
/* line 428, sass/style.scss */
/* line 694, sass/style.scss */
.profiles-row {
  overflow: hidden;
  margin: 0 0 50px;
}

/* line 431, sass/style.scss */
/* line 699, sass/style.scss */
.profiles-row .p-img-box {
  width: 26%;
  float: left;
  box-sizing: border-box;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  /* line 431, sass/style.scss */
  /* line 707, sass/style.scss */
  .profiles-row .p-img-box {
    width: 100%;
  }
}
/* line 439, sass/style.scss */
/* line 712, sass/style.scss */
.profiles-row .p-img-box img {
  position: relative;
  z-index: 7;
  display: block;
  max-width: 100%;
}

/* line 445, sass/style.scss */
/* line 719, sass/style.scss */
.profiles-row .p-img-box .img-inner {
  display: inline-block;
  padding: 20px;
  position: relative;
}

/* line 449, sass/style.scss */
/* line 725, sass/style.scss */
.profiles-row .p-img-box .img-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #ED1C24;
  z-index: 3;
}

/* line 464, sass/style.scss */
/* line 738, sass/style.scss */
.profiles-row .p-text-box {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  /* line 464, sass/style.scss */
  /* line 746, sass/style.scss */
  .profiles-row .p-text-box {
    width: 100%;
  }
}
/* line 472, sass/style.scss */
/* line 751, sass/style.scss */
.profiles-row .p-text-box .p-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}

/* line 478, sass/style.scss */
/* line 758, sass/style.scss */
.profiles-row .p-text-box .p-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 30px;
}

/* line 484, sass/style.scss */
/* line 765, sass/style.scss */
.profiles-row .p-text-box .p-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 35px;
}

/* line 489, sass/style.scss */
/* line 772, sass/style.scss */
.profiles-row .p-text-box .p-desc p {
  margin: 0 0 20px;
}

/* line 495, sass/style.scss */
/* line 776, sass/style.scss */
.profiles-row:nth-child(2n) .p-img-box {
  float: right;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  /* line 495, sass/style.scss */
  /* line 782, sass/style.scss */
  .profiles-row:nth-child(2n) .p-img-box {
    float: left;
    text-align: left;
  }
}
/* line 503, sass/style.scss */
/* line 788, sass/style.scss */
.profiles-row:nth-child(2n) .p-img-box .img-inner:before {
  display: none;
}

/* line 506, sass/style.scss */
/* line 792, sass/style.scss */
.profiles-row:nth-child(2n) .p-img-box .img-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ED1C24 transparent;
  z-index: 3;
}

/* line 521, sass/style.scss */
/* line 805, sass/style.scss */
.profiles-row:nth-child(2n) .p-text-box {
  float: right;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  /* line 521, sass/style.scss */
  /* line 811, sass/style.scss */
  .profiles-row:nth-child(2n) .p-text-box {
    float: left;
    text-align: left;
  }
}
/* line 532, sass/style.scss */
/* line 818, sass/style.scss */
.value-block {
  padding: 120px 0;
  background: url(images/images_values.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

/* line 538, sass/style.scss */
/* line 826, sass/style.scss */
.value-block #value-list {
  display: inline-block;
  text-align: left;
}

/* line 541, sass/style.scss */
/* line 831, sass/style.scss */
.value-block #value-list li {
  margin: 0 0 40px;
}

/* line 543, sass/style.scss */
/* line 835, sass/style.scss */
.value-block #value-list li span {
  vertical-align: middle;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 600px) {
  /* line 543, sass/style.scss */
  /* line 842, sass/style.scss */
  .value-block #value-list li span {
    display: block;
    padding: 10px 15px;
  }
}
/* line 552, sass/style.scss */
/* line 848, sass/style.scss */
.value-block #value-list li .v-first {
  color: #ED1C24;
  font-size: 56px;
  font-family: "Crimson Text", serif;
  display: inline-block;
  width: 40px;
  margin-right: 30px;
  text-align: center;
}

/* line 565, sass/style.scss */
/* line 859, sass/style.scss */
.career-form {
  width: 550px;
  margin: 0 auto 95px;
}

@media screen and (max-width: 600px) {
  /* line 565, sass/style.scss */
  /* line 865, sass/style.scss */
  .career-form {
    width: 100%;
  }
}
/* line 571, sass/style.scss */
/* line 870, sass/style.scss */
.career-form .form-row {
  margin-bottom: 15px;
}

/* line 573, sass/style.scss */
/* line 874, sass/style.scss */
.career-form .form-row input[type="text"],
.career-form .form-row input[type="email"] {
  background: #d2d3d4;
  border: 0;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 888, sass/style.scss */
.career-form .form-row input[type="text"]:-moz-placeholder,
.career-form .form-row input[type="email"]:-moz-placeholder {
  color: #8D8F92;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 895, sass/style.scss */
.career-form .form-row input[type="text"]::-moz-placeholder,
.career-form .form-row input[type="email"]::-moz-placeholder {
  color: #8D8F92;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 902, sass/style.scss */
.career-form .form-row input[type="text"]:-ms-input-placeholder,
.career-form .form-row input[type="email"]:-ms-input-placeholder {
  color: #8D8F92;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 909, sass/style.scss */
.career-form .form-row input[type="text"]::-webkit-input-placeholder,
.career-form .form-row input[type="email"]::-webkit-input-placeholder {
  color: #8D8F92;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 588, sass/style.scss */
/* line 916, sass/style.scss */
.career-form .form-row input[type="file"] {
  width: 40%;
  float: right;
}

/* line 592, sass/style.scss */
/* line 921, sass/style.scss */
.career-form .required {
  text-align: right;
  margin: 0;
  font-size: 12px;
}

/* line 597, sass/style.scss */
/* line 927, sass/style.scss */
.career-form .file-box {
  background: #d2d3d4;
  padding: 10px;
  box-sizing: border-box;
  color: #8D8F92;
}

/* line 606, sass/style.scss */
/* line 935, sass/style.scss */
.brands-wrapper {
  text-align: left;
}

@media screen and (max-width: 1400px) {
  /* line 606, sass/style.scss */
  /* line 940, sass/style.scss */
  .brands-wrapper {
    text-align: center;
  }
}
/* line 612, sass/style.scss */
/* line 947, sass/style.scss */
.brand-box {
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 40px 0;
}

/* line 619, sass/style.scss */
/* line 956, sass/style.scss */
.brand-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ED1C24 transparent;
  z-index: 3;
}

/* line 969, sass/style.scss */
.brand-box a {
  color: #fff;
}

/* line 631, sass/style.scss */
/* line 975, sass/style.scss */
.brand-box .brand-box-inner {
  width: 380px;
  height: 380px;
  background: #231F20;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 25px;
}

/* line 639, sass/style.scss */
/* line 986, sass/style.scss */
.brand-box .brand-box-inner .b-logo {
  text-align: center;
  margin-bottom: 20px;
  height: 88px;
}

/* line 642, sass/style.scss */
/* line 994, sass/style.scss */
.brand-box .brand-box-inner .b-logo img {
  max-width: 90%;
  display: none;
}

/* line 998, sass/style.scss */
.brand-box .brand-box-inner .b-logo img:nth-child(2) {
  display: inline-block;
}

/* line 1001, sass/style.scss */
.brand-box a:hover .b-logo img:first-child {
  display: inline-block;
}

/* line 1005, sass/style.scss */
.brand-box a:hover .b-logo img:nth-child(2) {
  display: none;
}

/* line 646, sass/style.scss */
/* line 1009, sass/style.scss */
.brand-box .brand-box-inner .b-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

/* line 1016, sass/style.scss */
.home-site-inner {
  width: 1400px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  /* line 1016, sass/style.scss */
  .home-site-inner {
    width: 100%;
  }
}

/* line 1025, sass/style.scss */
.home-brands-wrapper {
  text-align: center;
  /* line 612, sass/style.scss */
  /* line 619, sass/style.scss */
  /* line 631, sass/style.scss */
  /* line 639, sass/style.scss */
  /* line 642, sass/style.scss */
  /* line 646, sass/style.scss */
}
/* line 1028, sass/style.scss */
.home-brands-wrapper .brand-box {
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 40px 0;
}
/* line 1037, sass/style.scss */
.home-brands-wrapper .brand-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ED1C24 transparent;
  z-index: 3;
}
/* line 1050, sass/style.scss */
.home-brands-wrapper .brand-box a {
  color: #fff;
}
/* line 1056, sass/style.scss */
.home-brands-wrapper .brand-box .brand-box-inner {
  width: 285px;
  height: auto;
  background: #231F20;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 25px 15px;
}
/* line 1067, sass/style.scss */
.home-brands-wrapper .brand-box .brand-box-inner .b-logo {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  height: auto;
}
/* line 1076, sass/style.scss */
.home-brands-wrapper .brand-box .brand-box-inner .b-logo img {
  max-width: 90%;
  display: none;
}
/* line 1080, sass/style.scss */
.home-brands-wrapper .brand-box .brand-box-inner .b-logo img:nth-child(2) {
  display: inline-block;
}
/* line 1083, sass/style.scss */
.home-brands-wrapper .brand-box a:hover .b-logo img:first-child {
  display: inline-block;
}
/* line 1087, sass/style.scss */
.home-brands-wrapper .brand-box a:hover .b-logo img:nth-child(2) {
  display: none;
}
/* line 1091, sass/style.scss */
.home-brands-wrapper .brand-box .brand-box-inner .b-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

/* line 655, sass/style.scss */
/* line 1099, sass/style.scss */
.clients-wrapper {
  width: 90%;
  padding-left: 35px;
}

@media screen and (max-width: 1200px) {
  /* line 655, sass/style.scss */
  /* line 1105, sass/style.scss */
  .clients-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* line 662, sass/style.scss */
/* line 1111, sass/style.scss */
.clients-wrapper ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 15px 15px 0;
}

/* line 668, sass/style.scss */
/* line 1118, sass/style.scss */
.clients-wrapper ul li img {
  max-width: 100%;
}

/* line 674, sass/style.scss */
/* line 1123, sass/style.scss */
.clear {
  clear: both;
}

/* line 677, sass/style.scss */
/* line 1128, sass/style.scss */
.contact-header {
  overflow: hidden;
  clear: both;
}

/* line 680, sass/style.scss */
/* line 1133, sass/style.scss */
.contact-header .contact-text {
  width: 30%;
  float: right;
  padding: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  /* line 680, sass/style.scss */
  /* line 1141, sass/style.scss */
  .contact-header .contact-text {
    width: 100%;
  }
}
/* line 688, sass/style.scss */
/* line 1146, sass/style.scss */
.contact-header .contact-text h3 {
  color: #ED1C24;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  margin: 0 0 30px;
}

/* line 694, sass/style.scss */
/* line 1153, sass/style.scss */
.contact-header .contact-text a {
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
  color: #333;
}

/* line 702, sass/style.scss */
/* line 1161, sass/style.scss */
#map {
  width: 60%;
  height: 600px;
  float: right;
}

@media screen and (max-width: 1200px) {
  /* line 702, sass/style.scss */
  /* line 1168, sass/style.scss */
  #map {
    width: 100%;
  }
}
/* line 711, sass/style.scss */
/* line 1174, sass/style.scss */
.contact-form-block {
  background: url(images/home_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 25px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

/* line 720, sass/style.scss */
/* line 1185, sass/style.scss */
.contact-form-block h2 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
  color: #ED1C24;
}

/* line 728, sass/style.scss */
/* line 1193, sass/style.scss */
.contact-form-block .wpcf7-form {
  margin: 60px auto;
  width: 600px;
  text-align: left;
}

@media screen and (max-width: 650px) {
  /* line 728, sass/style.scss */
  /* line 1200, sass/style.scss */
  .contact-form-block .wpcf7-form {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 736, sass/style.scss */
/* line 1206, sass/style.scss */
.contact-form-block .wpcf7-form .form-row {
  margin: 0 0 15px;
}

/* line 739, sass/style.scss */
/* line 1210, sass/style.scss */
.contact-form-block .wpcf7-form input[type="text"],
.contact-form-block .wpcf7-form input[type="email"],
.contact-form-block .wpcf7-form select,
.contact-form-block .wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 0;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 1227, sass/style.scss */
.contact-form-block .wpcf7-form input[type="text"]:-moz-placeholder,
.contact-form-block .wpcf7-form input[type="email"]:-moz-placeholder,
.contact-form-block .wpcf7-form select:-moz-placeholder,
.contact-form-block .wpcf7-form textarea:-moz-placeholder {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 1236, sass/style.scss */
.contact-form-block .wpcf7-form input[type="text"]::-moz-placeholder,
.contact-form-block .wpcf7-form input[type="email"]::-moz-placeholder,
.contact-form-block .wpcf7-form select::-moz-placeholder,
.contact-form-block .wpcf7-form textarea::-moz-placeholder {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 1245, sass/style.scss */
.contact-form-block .wpcf7-form input[type="text"]:-ms-input-placeholder,
.contact-form-block .wpcf7-form input[type="email"]:-ms-input-placeholder,
.contact-form-block .wpcf7-form select:-ms-input-placeholder,
.contact-form-block .wpcf7-form textarea:-ms-input-placeholder {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
/* line 1254, sass/style.scss */
.contact-form-block .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.contact-form-block .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.contact-form-block .wpcf7-form select::-webkit-input-placeholder,
.contact-form-block .wpcf7-form textarea::-webkit-input-placeholder {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 756, sass/style.scss */
/* line 1263, sass/style.scss */
.contact-form-block .wpcf7-form select {
  padding: 10px 8px;
}

/* line 759, sass/style.scss */
/* line 1267, sass/style.scss */
.contact-form-block .wpcf7-form .required {
  text-align: right;
  margin: 0;
  font-size: 12px;
}

/* line 766, sass/style.scss */
/* line 1274, sass/style.scss */
.owl-controls {
  display: none;
}

/* line 770, sass/style.scss */
/* line 1279, sass/style.scss */
.carousel-wrapper {
  width: 70%;
  margin: 55px auto;
  position: relative;
}

/* line 774, sass/style.scss */
/* line 1285, sass/style.scss */
.carousel-wrapper .o-prev {
  position: absolute;
  top: 10px;
  left: -50px;
}

/* line 778, sass/style.scss */
/* line 1291, sass/style.scss */
.carousel-wrapper .o-prev #carousel-prev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #ED1C24 transparent transparent;
}

.carousel-wrapper .o-prev #testimonial-prev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #ED1C24 transparent transparent;
}

/* line 787, sass/style.scss */
/* line 1300, sass/style.scss */
.carousel-wrapper .o-next {
  position: absolute;
  top: 10px;
  right: -50px;
}

/* line 791, sass/style.scss */
/* line 1306, sass/style.scss */
.carousel-wrapper .o-next #carousel-next {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ED1C24;
}

.carousel-wrapper .o-next #testimonial-next {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ED1C24;
}

/* line 1315, sass/style.scss */
.carousel-wrapper .item img {
  display: none !important;
  width: 90% !important;
}

/* line 1319, sass/style.scss */
.carousel-wrapper .item img:nth-child(2) {
  display: inline-block !important;
}

/* line 1323, sass/style.scss */
.carousel-wrapper .item a:hover img:first-child {
  display: inline-block !important;
}

/* line 1326, sass/style.scss */
.carousel-wrapper .item a:hover img:nth-child(2) {
  display: none !important;
}

/* line 802, sass/style.scss */
/* line 1331, sass/style.scss */
.testimonial {
  background: #fff;
  background-size: cover;
  padding: 50px 0 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

/* line 810, sass/style.scss */
/* line 1341, sass/style.scss */
.testimonial .o-prev {
  top: 120px;
}

/* line 813, sass/style.scss */
/* line 1345, sass/style.scss */
.testimonial .o-next {
  top: 120px;
}

/* line 817, sass/style.scss */
/* line 1349, sass/style.scss */
.testimonial .t-block i {
  color: #ED1C24;
  font-size: 50px;
}

/* line 821, sass/style.scss */
/* line 1354, sass/style.scss */
.testimonial .t-block h2 {
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

/* line 827, sass/style.scss */
/* line 1361, sass/style.scss */
.testimonial .t-block p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 30px;
}

/* line 833, sass/style.scss */
/* line 1368, sass/style.scss */
.testimonial .t-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 30px;
}

/* line 839, sass/style.scss */
/* line 1375, sass/style.scss */
.testimonial .t-block .b-logo {
  text-align: center;
}

/* line 841, sass/style.scss */
/* line 1379, sass/style.scss */
.testimonial .t-block .b-logo img {
  display: inline-block;
  max-width: 150px;
}

/* line 849, sass/style.scss */
/* line 1385, sass/style.scss */
.mobile-menu-block {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  box-sizing: border-box;
  padding-top: 30px;
}

/* line 865, sass/style.scss */
/* line 1402, sass/style.scss */
.mobile-menu-block ul li {
  border-bottom: 1px solid #f2f2f2;
}

/* line 869, sass/style.scss */
/* line 1407, sass/style.scss */
.mobile-menu-block ul li:hover {
  background: #ED1C24;
}

/* line 872, sass/style.scss */
/* line 1412, sass/style.scss */
.mobile-menu-block ul li a {
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

/* line 880, sass/style.scss */
/* line 1422, sass/style.scss */
.mobile-menu-block.from-left {
  left: 0;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}

/* line 887, sass/style.scss */
/* line 1431, sass/style.scss */
.mobile-logo {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

/* line 892, sass/style.scss */
/* line 1438, sass/style.scss */
.mobile-overlap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

/* line 906, sass/style.scss */
/* line 1452, sass/style.scss */
.page-header .text-box {
  margin-bottom: 25px;
}

/* line 910, sass/style.scss */
/* line 1457, sass/style.scss */
.page-body {
  padding: 20px 20px 20px 45px;
  box-sizing: border-box;
}

/* line 1461, sass/style.scss */
#home-bb {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/* line 1467, sass/style.scss */
.invisibled {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#section10{
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  padding-top: 65px;
}
@media screen and (max-width: 650px){
  #section10{
    display:none;
  }
}
#section10 a {
  padding-top: 60px;
    color:#ED1C24;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #ED1C24;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ED1C24;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}