/* Application-wide styles */
/* Placeholder selector */
/* line 9, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block.dark h3, .slider-control {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-brand{ padding:0px 15px;}
.nav > li > a:hover, .nav > li > a:focus{ background:none;}
/* line 25, ../../sass/app.scss */
input:required {
  box-shadow: none;
}

/* line 26, ../../sass/app.scss */
a:focus, button:focus {
  outline: none;
}

/* line 27, ../../sass/app.scss */
img {
  max-width: 100% !important;
}

/* line 28, ../../sass/app.scss */
button::-moz-focus-inner {
  border: 0;
}

/* line 29, ../../sass/app.scss */
textarea {
  resize: none;
}

/* line 31, ../../sass/app.scss */
body {
  z-index: 0;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  position: relative;
  font-family: "museo-sans", sans-serif;
  color:#661A65;
  font-weight: 300;
}

/* line 68, ../../sass/app.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* line 72, ../../sass/app.scss */
h1, h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
}

/* line 77, ../../sass/app.scss */
.mobile-only {
  display: none;
}

/* line 81, ../../sass/app.scss */
a, [ng-click] {
  cursor: pointer;
}

/* line 85, ../../sass/app.scss */
.pull-right {
  float: right;
}

/* line 89, ../../sass/app.scss */
button {
  border: none;
  outline: none;
  text-align: center;
}

/* line 95, ../../sass/app.scss */
input {
  border: none;
  outline: none;
}

/* line 102, ../../sass/app.scss */
.navbar {
  padding:20px 0px 10px 0px;
  border: none;
}
/* line 106, ../../sass/app.scss */
.navbar #navToggle {
  display: none;
}
/* line 110, ../../sass/app.scss */
.navbar a.logo-wrapper {
  display: inline-block;
}
/* line 115, ../../sass/app.scss */
.navbar .navbar_links a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 5px 15px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  color: #A52DA5;
  text-decoration: none;
}
/* line 126, ../../sass/app.scss */
.navbar .navbar_links a .underline {
  position: absolute;
  width: 100%;
  bottom: -6px;
  left: 0px;
  height: 0px;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
/* line 136, ../../sass/app.scss */
.navbar .navbar_links a:hover .underline {
  bottom: -9px;
  height: 6px;
  background-color:#A52DA5;
}

/* line 146, ../../sass/app.scss */
.masthead {
  padding-top: 105px;
  padding-bottom: 105px;
  text-align: center;
  background-color: #f0f1f2;
 /* color: #272767;*/
  background-image: url("../images/maps/bitsofproof-map1-lighter-1600.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 157, ../../sass/app.scss */
.masthead img {
 /* height: 170px;*/
}
/* line 161, ../../sass/app.scss */
.masthead h1 {
  font-size: 42px;
}
/* line 165, ../../sass/app.scss */
.masthead h3 {
  margin: 25px 0px;
  font-size: 21px;
}
/* line 170, ../../sass/app.scss */
.masthead p {
  font-size: 16px;
  line-height: 1.54;
  font-weight: 100;
}

/* line 177, ../../sass/app.scss */
.page-section, .page-section--ecosystem, .page-section--products, .page-section--team, .page-section--media, .page-section--contact {
  padding: 60px 0px 60px 0px;
  width: 100%;
  position: relative;
}
/* line 182, ../../sass/app.scss */
.page-section h2, .page-section--ecosystem h2, .page-section--products h2, .page-section--team h2, .page-section--media h2, .page-section--contact h2 {
  text-align: center;
  margin-bottom: 45px;
}

/* line 188, ../../sass/app.scss */
.page-section--ecosystem {
  background-color: #2ca349;
  color: white;
  text-align: center;
  padding-bottom: 90px;
}
/* line 195, ../../sass/app.scss */
.page-section--ecosystem p, .page-section--ecosystem li {
  font-size: 13px;
  font-weight: 100;
}
/* line 200, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-header {
  margin-top: 30px;
  padding: 0px 45px;
  height: 120px;
}
/* line 205, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-header h4 {
  font-weight: 300;
}
/* line 210, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block {
  background-color: white;
  color: #333;
  margin: 0px -5px;
  padding: 30px 15px;
  height: 340px;
  position: relative;
}
/* line 218, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block.dark {
  background-color:#aa2eaa;
  color: white;
}
/* line 222, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block.dark h3 {
  padding-bottom: 60px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
}
/* line 231, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block h4 {
  font-size: 14px;
}
/* line 235, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block ul {
  padding: 0px;
}
/* line 237, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block ul li {
  list-style: none;
  line-height: 1.9;
}
/* line 243, ../../sass/app.scss */
.page-section--ecosystem .ecosystem-block .spacer {
  width: 100px;
  margin: 20px auto;
  border-bottom: 1px solid #168247;
}
/* line 250, ../../sass/app.scss */
.page-section--ecosystem .ecosystem_next {
  position: absolute;
  right: -5px;
  top: 55px;
  height: 15px;
  width: 20px;
  background-color:#aa2eaa;
}
/* line 258, ../../sass/app.scss */
.page-section--ecosystem .ecosystem_next:after {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #aa2eaa;
}

/* line 273, ../../sass/app.scss */
.page-section--products {
  background-color: #fafafa;
}

/* line 278, ../../sass/app.scss */
ul.product-list {
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
  text-align: center;
}
/* line 283, ../../sass/app.scss */
ul.product-list li {
  margin: 0px 18px;
  padding: 5px 0px 10px 0px;
  display: inline-block;
  list-style: none;
  color: #1a8847;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0.15px;
}
/* line 296, ../../sass/app.scss */
ul.product-list li .underline {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
  height: 0px;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
/* line 306, ../../sass/app.scss */
ul.product-list li:hover .underline {
  bottom: 2px;
  height: 4px;
  background-color: #1a8847;
}
/* line 313, ../../sass/app.scss */
ul.product-list li.active {
  color: #8cc63f;
}
/* line 316, ../../sass/app.scss */
ul.product-list li.active .underline {
  bottom: 2px;
  height: 4px;
  background-color: #8cc63f;
}

/* line 325, ../../sass/app.scss */
.product-slider {
  width: 100%;
  position: relative;
  height: 350px;
  padding: 30px 160px;
}
/* line 331, ../../sass/app.scss */
.product-slider .product-slider_inner {
  position: relative;
}
/* line 335, ../../sass/app.scss */
.product-slider .slide {
  top: 100px;
  left: 0px;
  position: absolute;
  text-align: center;
  padding: 30px 0px;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 344, ../../sass/app.scss */
.product-slider .slide:first-child {
  right: 100%;
}
/* line 346, ../../sass/app.scss */
.product-slider .slide:first-child.active {
  right: 0px;
}
/* line 351, ../../sass/app.scss */
.product-slider .slide.active {
  display: block;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 359, ../../sass/app.scss */
.product-block {
  max-width: 350px;
  margin: 10px auto;
}
/* line 363, ../../sass/app.scss */
.product-block h4 {
  font-weight: 800;
  font-size: 16px;
  margin: 30px 0px 15px 0px;
}
/* line 368, ../../sass/app.scss */
.product-block p {
  font-size: 13px;
  font-weight: 200;
}

/* line 374, ../../sass/app.scss */
.slider-control {
  position: absolute;
  height: 60px;
  width: 50px;
  left: 0px;
}
/* line 381, ../../sass/app.scss */
.slider-control .controller-inner {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 10px;
  top: 10px;
  border-top: 1px solid #aa2eaa;
  border-left: 1px solid #aa2eaa;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
/* line 392, ../../sass/app.scss */
.slider-control .controller-inner:hover {
  border-top-width: 2px;
  border-left-width: 2px;
}
/* line 399, ../../sass/app.scss */
.slider-control:hover .controller-inner {
  border-top-width: 2px;
  border-left-width: 2px;
}
/* line 405, ../../sass/app.scss */
.slider-control.right-control {
  left: auto;
  right: 0px;
}
/* line 409, ../../sass/app.scss */
.slider-control.right-control .controller-inner {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

/* line 417, ../../sass/app.scss */
.page-section--team {
  background-color: white;
  text-align: center;
}

/* line 423, ../../sass/app.scss */
.team-member {
  display: inline-block;
  margin: 0px 30px;
  vertical-align: top;
  text-align: center;
  height: 300px;
}

/* line 432, ../../sass/app.scss */
.team-page .team-member {
  margin: 0px auto;
  display: block;
}

/* line 438, ../../sass/app.scss */
.team-member_image {
  display: inline-block;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: white;
  margin: 15px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 451, ../../sass/app.scss */
.team-member_info h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
/* line 458, ../../sass/app.scss */
.team-member_info p {
  margin: 10px 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 100;
}

/* line 466, ../../sass/app.scss */
.more-wrapper {
  margin: 20px auto 30px auto;
  text-align: center;
}
/* line 470, ../../sass/app.scss */
.more-wrapper a {
  color:#269948;
  font-size: 16px;
  display: inline-block;
  padding-right: 11px;
  position: relative;
}
/* line 477, ../../sass/app.scss */
.more-wrapper a:after {
  position: absolute;
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  top: 8px;
  right: 0px;
  border-top: 1px solid #269948;
  border-right: 1px solid #269948;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 493, ../../sass/app.scss */
.team-map {
  height: 350px;
  margin-top: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #647480;
  border-bottom: 10px solid rgba(97, 169, 69, 0.78);
  background-image: url("../images/maps/bitsofproof-map.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 506, ../../sass/app.scss */
.page-section--media {
  background-color: white;
  /*border-bottom:10px solid rgba(97, 169, 69, 0.78); 168347*/
  border-bottom:10px solid #168347;
  padding: 15px 0px 75px 0px;
}
/* line 512, ../../sass/app.scss */
.page-section--media .media-wrapper {
  margin: 15px 0px;
  height: 110px;
}
/* line 516, ../../sass/app.scss */
.page-section--media .media-wrapper a.media-item {
  display: block;
  height: 100%;
  position: relative;
  background-color: #fafafa;
  color: #661A65;
  padding: 15px 15px 15px 65px;
  text-decoration: none;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
/* line 526, ../../sass/app.scss */
.page-section--media .media-wrapper a.media-item img {
  position: absolute;
  left: 22px;
  top: 36px;
}
/* line 533, ../../sass/app.scss */
.page-section--media .media-wrapper a.media-item h4 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 6px;
}
/* line 541, ../../sass/app.scss */
.page-section--media .media-wrapper a.media-item:hover {
  background-color: #eeeef0;
}

/* line 548, ../../sass/app.scss */
.page-section--contact {
  background-color: #2ca349;
  color: white;
}
/* line 553, ../../sass/app.scss */
.page-section--contact input, .page-section--contact textarea {
  display: block;
  outline: none;
  background-color: white;
  padding: 12px 10px;
  margin: 10px auto;
  width: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #272767;
  font-size: 16px;
}
/* line 565, ../../sass/app.scss */
.page-section--contact input[type="submit"] {
  display: block;
  width: 200px;
  color: white;
  background-color: #ac2fac;
  padding: 12px 75px;
  margin: 20px auto;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 578, ../../sass/app.scss */
.page-section--contact .email-confirmation {
  text-align: center;
  height: 50px;
}
/* line 582, ../../sass/app.scss */
.page-section--contact .email-confirmation span {
  display: inline-block;
  padding: 15px 45px;
  color: #272767;
  background-color: #6680fc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto 0px auto;
  text-align: center;
  margin-top: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.18s ease-in-out;
  -moz-transition: 0.18s ease-in-out;
  -o-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}
/* line 595, ../../sass/app.scss */
.page-section--contact .email-confirmation.active span {
  bottom: 0px;
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 608, ../../sass/app.scss */
.page-header, .page-header--careers, .page-header--team {
  color: white;
  text-align: center;
  padding: 100px 0px;
  border-bottom: 6px solid #7f1a7f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 621, ../../sass/app.scss */
.page-header--careers {
  background-color: #6680fc;
  background-image: url("../images/bitsofproof-careers2.jpg");
}

/* line 627, ../../sass/app.scss */
.page-header--team {
  background-color: #3e5f9b;
  background-image: url("../images/bitsofproof-team2.jpg");
}

/* line 633, ../../sass/app.scss */
.career-page-info {
  padding: 75px 0px;
}
/* line 635, ../../sass/app.scss */
.career-page-info h3 {
  font-size: 18px;
}

/* line 640, ../../sass/app.scss */
.career-page-positions {
  padding: 75px 0px 120px 0px;
  background-color: #fafafa;
}

/* line 645, ../../sass/app.scss */
.career-page-info, .career-page-positions {
  color: #647480;
}
/* line 647, ../../sass/app.scss */
.career-page-info h2, .career-page-positions h2 {
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 60px;
}
/* line 654, ../../sass/app.scss */
.career-page-info h3, .career-page-positions h3 {
  font-size: 18px;
  font-weight: 300;
}
/* line 658, ../../sass/app.scss */
.career-page-info h5, .career-page-positions h5 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 45px;
}
/* line 663, ../../sass/app.scss */
.career-page-info p, .career-page-positions p {
  line-height: 1.8;
  margin-bottom: 30px;
}
/* line 667, ../../sass/app.scss */
.career-page-info h4, .career-page-positions h4 {
  font-size: 15px;
}
/* line 670, ../../sass/app.scss */
.career-page-info ul, .career-page-positions ul {
  margin-bottom: 30px;
  padding: 0px;
}
/* line 674, ../../sass/app.scss */
.career-page-info ul li, .career-page-positions ul li {
  list-style: none;
  line-height: 1.8;
}
/* line 680, ../../sass/app.scss */
.career-page-info a.action-button, .career-page-positions a.action-button {
  display: inline-block;
  text-decoration: none;
  padding: 12px 60px;
  background-color: #ac2fac;
  text-transform: uppercase;
  color: white;
  margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
/* line 691, ../../sass/app.scss */
.career-page-info a.action-button:hover, .career-page-positions a.action-button:hover {
  background-color: #7f1a7f;
}

/* line 701, ../../sass/app.scss */
footer {
  padding: 60px 0px;
  /*background-color:#168347;*/
  color: #168347;
  font-weight:bold;
}
/* line 706, ../../sass/app.scss */
footer .footer-links {
  margin: 30px 0px 10px 0px;
}
/* line 708, ../../sass/app.scss */
footer .footer-links a {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  margin-right: 10px;
}
/* line 718, ../../sass/app.scss */
footer .copyright {
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.navbar_links.pull-right{ margin-top:10px;}
.navbar .navbar_links a:hover {
    background: none;
}

@media only screen and (max-width: 1199px) {
  /* line 734, ../../sass/app.scss */
  .page-section--media .media-wrapper {
    height: 135px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 744, ../../sass/app.scss */
  .navbar .navbar_links a {
    position: relative;
    display: inline-block;
    padding: 10px 6px 5px 6px;
    margin-left: 6px;
  }

  /* line 755, ../../sass/app.scss */
  .page-section--ecosystem .ecosystem-header {
    padding: 0px 15px;
    height: 120px;
  }
  /* line 760, ../../sass/app.scss */
  .page-section--ecosystem .ecosystem-block {
    padding: 30px 10px;
    height: 350px;
  }

  /* line 768, ../../sass/app.scss */
  .page-section--media .media-wrapper {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
	.navbar .navbar_links a:hover {
    background:#C746C7;
}

	.navbar_links{ margin:0px;}
    #bs-example-navbar-collapse-1{ padding:0px; position:absolute; width:100%; z-index:9999; }
	
	
  /* line 777, ../../sass/app.scss */
  .navbar {
    padding: 15px 0px 0px 0px;
    position: relative;
    margin-bottom: 10px;
  }
  /* line 782, ../../sass/app.scss */
  .navbar #navToggle {
    display: inline-block;
    padding-top: 5px;
  }
  /* line 787, ../../sass/app.scss */
  .navbar .navbar_links {
/* position: absolute;
    left: 0px;
    top: 45px;*/
    width: 100%;
    display: block;
 /*   z-index: 1000;*/
  }
  /* line 795, ../../sass/app.scss */
  .navbar .navbar_links a {
   /* height: 0px;*/
    overflow: hidden;
    position: relative;
    display: block;
    padding: 12px 0px;
    text-align: center;
    margin-left: 0px;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    background-color: #AA2EAA;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  /* line 809, ../../sass/app.scss */
  .navbar_links li:nth-child(2n+1) a {
    background-color:#932794;
  }
  /* line 813, ../../sass/app.scss */
  .navbar .navbar_links a .underline {
    display: none;
  }
  /* line 822, ../../sass/app.scss */
  .navbar .navbar_links.active a {
    height: 40px;
    padding: 12px 0px;
  }

  /* line 831, ../../sass/app.scss */
  .masthead img {
    /*height: 120px;*/
  }

  /* line 838, ../../sass/app.scss */
  .page-section--ecosystem .ecosystem-part {
    position: relative;
    padding-bottom: 15px;
  }
  /* line 843, ../../sass/app.scss */
  .page-section--ecosystem .ecosystem_next {
    position: relative;
    display: block;
    margin: 20px auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 30px;
    width: 31px;
  }
  /* line 853, ../../sass/app.scss */
  .page-section--ecosystem .ecosystem_next:after {
    top: 30px;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #AA2EAA;
  }

  /* line 868, ../../sass/app.scss */
  ul.product-list {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
  }
  /* line 873, ../../sass/app.scss */
  ul.product-list li {
    margin: 0px auto;
    display: none;
    width: 200px;
  }
  /* line 878, ../../sass/app.scss */
  ul.product-list li.active {
    display: block;
  }

  /* line 884, ../../sass/app.scss */
  .product-slider {
    width: 100%;
    position: relative;
    height: 520px;
    padding: 0px 15px;
  }
  /* line 890, ../../sass/app.scss */
  .product-slider .product-slider_inner {
    position: relative;
    padding: 0px;
  }

  /* line 900, ../../sass/app.scss */
  .product-block {
    margin: 10px auto 30px auto;
  }

  /* line 904, ../../sass/app.scss */
  .slider-control {
    height: 60px;
    width: 50px;
    left: 0px;
    top: 0px;
  }
  /* line 910, ../../sass/app.scss */
  .slider-control .controller-inner {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 5px;
    top: 5px;
  }

  /* line 921, ../../sass/app.scss */
  .team-member {
    display: inline-block;
    margin: 0px 5px;
    height: 220px;
    width: 135px;
  }

  /* line 928, ../../sass/app.scss */
  .team-member_image {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 15px 0px 5px 0px;
  }

  /* line 936, ../../sass/app.scss */
  .team-member_info h4 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  /* line 940, ../../sass/app.scss */
  .team-member_info p {
    margin: 5px 0px;
    font-size: 13px;
  }

  /* line 946, ../../sass/app.scss */
  .team-map {
    height: 250px;
    background-image: url("../images/maps/bitsofproof-map-mobile2.jpg");
  }

  /* line 953, ../../sass/app.scss */
  .page-section--media .media-wrapper {
    height: 120px;
  }

  /* line 960, ../../sass/app.scss */
  .page-section--contact input, .page-section--contact textarea {
    width: 100%;
  }
  /* line 964, ../../sass/app.scss */
  .page-section--contact input[type="submit"] {
    display: block;
   /* background-color: #3e5f9b;*/
    padding: 12px 75px;
    margin: 20px auto;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}


.see_more { font-weight:300; color:#fff; }