/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'open_sansbold';
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansitalic';
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfont.eot#iefix") format("embedded-opentype"), url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype"), url("fonts/opensans-italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 41, ../sass/style.scss */
html,
body {
  height: 100%;
  font-family: open_sansregular;
  color: #000001;
  font-size: 14px;
}

/* line 50, ../sass/style.scss */
h1,
.h1 {
  font-family: open_sansbold;
  font-size: 3em;
  color: #87cc14;
}

/* line 57, ../sass/style.scss */
h2 {
  font-family: open_sansbold;
  font-size: 1.5em;
  color: #223769;
}

/* line 64, ../sass/style.scss */
h3, .h3,
.homepage h2 {
  font-size: 24px;
}

/* line 69, ../sass/style.scss */
h3, .h3,
.homepage a h2 {
  color: #87CC14;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: open_sansbold, Helvetica,Arial,sans-serif !important;
  line-height: 1.3;
}

/* line 77, ../sass/style.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 81, ../sass/style.scss */
h4, .h4 {
  color: #223769;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: open_sansbold, Helvetica,Arial,sans-serif !important;
  line-height: 1.3;
}

/* line 89, ../sass/style.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 93, ../sass/style.scss */
h5, .h5 {
  color: #223769;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: open_sansbold, Helvetica,Arial,sans-serif !important;
  line-height: 1.3;
}

/* line 101, ../sass/style.scss */
.font16 {
  font-size: 16px;
}

/* line 105, ../sass/style.scss */
.bold {
  font-weight: bold;
}

/* line 109, ../sass/style.scss */
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 124, ../sass/style.scss */
hr.pbthr2 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
  background-image: -moz-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
  background-image: -ms-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
  background-image: -o-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
}

/* line 134, ../sass/style.scss */
a {
  color: #87cc14;
}

/* line 139, ../sass/style.scss */
a:hover,
a:focus {
  color: #73b209;
}

/* line 145, ../sass/style.scss */
a.goAnchor,
a.goAnchor:hover,
a.goAnchor:focus {
  text-decoration: none;
}

/* line 149, ../sass/style.scss */
strong {
  font-family: open_sansbold;
  font-weight: normal;
}

/* line 154, ../sass/style.scss */
em {
  font-family: open_sansitalic;
  font-style: normal;
}

/* line 162, ../sass/style.scss */
.color-gray,
.color-gray:hover,
.color-gray:visited,
.color-gray:focus {
  color: #8c8c8c;
}

/* line 166, ../sass/style.scss */
.mandatory {
  color: #ff4219;
}

/* line 170, ../sass/style.scss */
.help-block {
  font-family: open_sansregular;
  color: #8c8c8c !important;
  font-size: 12px;
  line-height: 0.8em;
}

/* line 178, ../sass/style.scss */
.padding-top-5 {
  padding-top: 5px !important;
}

/* line 182, ../sass/style.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 186, ../sass/style.scss */
.padding-15 {
  padding: 15px !important;
}

/* line 190, ../sass/style.scss */
.padding-top-15 {
  padding-top: 15px !important;
}

/* line 194, ../sass/style.scss */
.padding-top-25 {
  padding-top: 25px !important;
}

/* line 198, ../sass/style.scss */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 202, ../sass/style.scss */
.padding-top-45 {
  padding-top: 45px !important;
}

/* line 206, ../sass/style.scss */
.padding-bottom-5 {
  padding-bottom: 5px !important;
}

/* line 210, ../sass/style.scss */
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 214, ../sass/style.scss */
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 218, ../sass/style.scss */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 222, ../sass/style.scss */
.padding-left-15 {
  padding-left: 15px !important;
}

/* line 226, ../sass/style.scss */
.padding-left-25 {
  padding-left: 25px !important;
}

/* line 230, ../sass/style.scss */
.padding-right-15 {
  padding-right: 15px !important;
}

/* line 234, ../sass/style.scss */
.padding-right-30 {
  padding-right: 30px !important;
}

/* line 238, ../sass/style.scss */
.padding-right-50 {
  padding-right: 50px !important;
}

/* line 242, ../sass/style.scss */
.margin-top-5 {
  margin-top: 5px !important;
}

/* line 246, ../sass/style.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 250, ../sass/style.scss */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 254, ../sass/style.scss */
.margin-right-15 {
  margin-right: 15px !important;
}

/* line 258, ../sass/style.scss */
.margin-left-15 {
  margin-left: 15px !important;
}

/* line 262, ../sass/style.scss */
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 266, ../sass/style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 270, ../sass/style.scss */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 274, ../sass/style.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 278, ../sass/style.scss */
.no-margin-right {
  margin-right: 0px !important;
}

/* line 282, ../sass/style.scss */
.no-padding {
  padding: 0 !important;
}

/* line 286, ../sass/style.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 290, ../sass/style.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 294, ../sass/style.scss */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 298, ../sass/style.scss */
.no-border {
  border: 0px !important;
}

/* line 302, ../sass/style.scss */
.border-bottom-1 {
  border-bottom: 1px solid #C8C8C8 !important;
}

/* line 306, ../sass/style.scss */
.bg-success {
  background-color: #DFF0D8;
}

/* line 310, ../sass/style.scss */
.bg-danger {
  background-color: #F2DEDE;
}

/* line 314, ../sass/style.scss */
.bg-inactive {
  background-color: #73b209;
}

/* line 319, ../sass/style.scss */
.navbar {
  margin: 0px;
}

/* line 322, ../sass/style.scss */
.navbar-static-top {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px #838383;
}

/* line 327, ../sass/style.scss */
.top-bar {
  min-height: 120px;
}

/* line 331, ../sass/style.scss */
.navbar-brand-background {
  background-color: #223769;
  padding: 30px;
}

/* line 336, ../sass/style.scss */
.navbar-brand {
  float: left;
  padding: 6px 0px 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

/* line 344, ../sass/style.scss */
.navbar > .container .navbar-brand {
  margin-left: 0px;
}

/* line 348, ../sass/style.scss */
.bg-container {
  background: url("../images/bg-website-small.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-website-small.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-website-small.jpg', sizingMethod='scale')";
}

/* line 359, ../sass/style.scss */
.bg-container .container,
.main-container .container {
  padding: 55px 45px 0px 45px;
}

/* line 363, ../sass/style.scss */
.navbar-static-top .container {
  padding: 0px 45px;
}

@media (max-width: 767px) {
  /* line 368, ../sass/style.scss */
  .navbar-static-top .container {
    margin: 0px;
    padding: 0px;
  }

  /* line 374, ../sass/style.scss */
  .bg-container .container,
  .main-container .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 379, ../sass/style.scss */
  .content-box {
    padding: 30px 0px;
  }

  /* line 383, ../sass/style.scss */
  .custom-padding-top {
    padding-top: 30px !important;
  }
}
/* line 388, ../sass/style.scss */
.content-box {
  font-family: open_sansregular;
  font-size: 14px;
  color: #000001;
  background-color: #ffffff;
  padding-bottom: 60px;
}

/* line 396, ../sass/style.scss */
.navbar-static-top {
  border: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 401, ../sass/style.scss */
  .custom-padding-top {
    padding-top: 30px !important;
  }

  /* line 405, ../sass/style.scss */
  .content-box {
    padding: 30px 0px;
  }

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

  /* line 413, ../sass/style.scss */
  .navbar-header {
    float: none;
  }

  /* line 417, ../sass/style.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 421, ../sass/style.scss */
  .navbar-nav {
    float: none;
  }

  /* line 425, ../sass/style.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 429, ../sass/style.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 439, ../sass/style.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 442, ../sass/style.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 446, ../sass/style.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  /* line 450, ../sass/style.scss */
  .navbar-collapse.in {
    overflow-y: auto;
  }

  /* line 454, ../sass/style.scss */
  .footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  /* line 462, ../sass/style.scss */
  .bg-container .container,
  .main-container .container {
    padding-top: 0px;
  }
}
/* line 467, ../sass/style.scss */
.navbar-header a.navbar-brand {
  margin-left: 30px;
}

/* line 471, ../sass/style.scss */
.navbar-header .navbar-toggle:hover {
  border-color: #73b209;
}

/* line 476, ../sass/style.scss */
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: #73b209;
}

/* line 480, ../sass/style.scss */
.navbar-default .navbar-nav > .active > a {
  background-color: #ffffff;
  color: #223769;
}

/* line 488, ../sass/style.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #73b209;
  color: #ffffff;
}

/* line 493, ../sass/style.scss */
.phone {
  font-size: 18px;
  color: #223769;
}

/* line 498, ../sass/style.scss */
.left-side {
  padding: 30px 0px;
}

/* line 503, ../sass/style.scss */
.left-side,
.right-side {
  margin-bottom: 30px;
}

/* line 507, ../sass/style.scss */
.navbar-nav > li > a {
  font-family: open_sansbold;
  color: #223769;
  font-size: 18px;
  text-align: left;
}

/* line 515, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #223769;
}

@media (min-width: 992px) {
  /* line 520, ../sass/style.scss */
  .navbar-static-top .container {
    padding: 0px 45px 0px 45px;
  }

  /* line 524, ../sass/style.scss */
  .navbar {
    border: 0px;
  }

  /* line 527, ../sass/style.scss */
  .nav > li {
    height: 48px;
  }

  /* line 531, ../sass/style.scss */
  .navbar-nav > li > a {
    text-align: center;
    padding: 14px 25px 14px 25px;
  }

  /* line 540, ../sass/style.scss */
  .btn-menu-half {
    height: 60px;
    padding-top: 15px !important;
  }

  /* line 545, ../sass/style.scss */
  .left-side {
    width: 530px;
    margin-right: 30px;
    padding: 30px 30px 30px 0px;
    float: left;
  }

  /* line 552, ../sass/style.scss */
  .right-side {
    width: 320px;
    float: right;
  }
}
@media (min-width: 1200px) {
  /* line 559, ../sass/style.scss */
  .nav > li {
    height: 48px;
  }

  /* line 563, ../sass/style.scss */
  .left-side {
    width: 730px;
    margin-right: 30px;
    padding: 30px 30px 30px 0px;
    float: left;
  }
}
@media (max-width: 991px) {
  /* line 572, ../sass/style.scss */
  .container > .navbar-header {
    background-color: #223769;
  }

  /* line 576, ../sass/style.scss */
  .container > .navbar-header, .container > .navbar-collapse {
    margin: 0px;
  }

  /* line 580, ../sass/style.scss */
  .navbar > .container .navbar-brand {
    margin-left: 15px;
  }
}
/* line 585, ../sass/style.scss */
.footer {
  min-height: 80px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: #484848;
  color: #ffffff;
  font-size: 16px;
  padding: 30px 0px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 55px;
}

/* line 601, ../sass/style.scss */
.footer a,
.footer a:hover,
.footer a:visited {
  color: #ffffff;
}

/* line 605, ../sass/style.scss */
.footer .nav-footer {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

/* line 616, ../sass/style.scss */
.footer .nav-footer li {
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}

/* line 622, ../sass/style.scss */
.footer .nav-footer li:last-of-type {
  padding-right: 0px;
}

@media (min-width: 992px) {
  /* line 627, ../sass/style.scss */
  .footer .nav-footer li {
    float: left;
    padding-right: 40px;
  }
}
/* line 633, ../sass/style.scss */
.top-blue-box {
  background-color: #223769;
  font-size: 15px;
  color: #ffffff;
  padding: 27px 30px 30px 30px;
  border: 1px solid #c8c8c8;
  margin-bottom: 30px;
}

/* line 642, ../sass/style.scss */
.top-box {
  font-size: 15px;
  padding: 0px 30px 30px 0px;
  margin-bottom: 30px;
}

/* line 648, ../sass/style.scss */
.homepage .top-box h1 {
  color: #000001;
  font-family: open_sansregular;
  font-size: 15px;
  line-height: 1.42857;
  margin: 0 0 25px;
}

/* line 656, ../sass/style.scss */
.btn-login-top {
  background-color: #87cc14 !important;
  color: #ffffff !important;
}

/* line 661, ../sass/style.scss */
.navbar-default .navbar-nav > li > a.btn-login-top:hover {
  background-color: #73b209 !important;
}

/* line 665, ../sass/style.scss */
.top-blue-box p {
  margin-bottom: 25px;
}

/* line 669, ../sass/style.scss */
.top-blue-box p:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  /* line 674, ../sass/style.scss */
  #headerTop {
    height: 72px;
  }

  /* line 678, ../sass/style.scss */
  #headerBottom {
    height: 48px;
    clear: both;
  }

  /* line 683, ../sass/style.scss */
  #main-menu {
    float: left;
  }

  /* line 687, ../sass/style.scss */
  #secondary-menu {
    float: right;
  }

  /* line 692, ../sass/style.scss */
  .stookie-logo,
  .referral-banner {
    position: absolute;
    height: 120px;
    margin-left: -150px;
    padding-top: 5px;
  }

  /* line 698, ../sass/style.scss */
  .footer {
    height: 80px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* line 705, ../sass/style.scss */
.btn-red {
  background-color: #ff4219 !important;
}

/* line 709, ../sass/style.scss */
#wrap {
  height: auto !important;
  margin-bottom: -135px;
  min-height: 100%;
}

/* line 715, ../sass/style.scss */
#footerBox, .push {
  height: 135px;
  clear: both;
}

/* line 721, ../sass/style.scss */
.builtin {
  display: block;
  float: right;
  font-size: 10px;
  margin-top: -25px;
  padding-top: 40px;
  width: 100px;
  background: url("../images/bg-builtin.png") top center no-repeat;
}

@media (max-width: 991px) {
  /* line 732, ../sass/style.scss */
  .builtin {
    margin-top: 0px;
    padding-top: 40px;
  }
}
/* line 738, ../sass/style.scss */
#register-steps .active {
  background-color: #c8c8c8;
}

/* line 742, ../sass/style.scss */
.margin-sides-100 {
  margin-right: 100px;
  margin-left: 100px;
}

/* line 747, ../sass/style.scss */
.text-white {
  color: #ffffff;
}

/* line 751, ../sass/style.scss */
.referrencesBox .reference-logo {
  display: block;
  width: 80px;
  height: 80px;
}

/* line 757, ../sass/style.scss */
.profileBox p {
  color: #223769;
  font-size: 26px;
}

/* line 761, ../sass/style.scss */
.profileBox span {
  font-size: 16px;
}

/* line 765, ../sass/style.scss */
.bottom-sign-up {
  width: 100px;
  margin: 0 auto;
}

/* line 770, ../sass/style.scss */
.referrencesBox img.img-responsive {
  display: inline-block;
}

/* line 774, ../sass/style.scss */
.tooltip-inner {
  border-radius: 0px;
  min-width: 200px;
  max-width: 300px;
  background-color: #223769;
}

/* line 781, ../sass/style.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #223769;
}

/* line 785, ../sass/style.scss */
.tooltip.top-left .tooltip-arrow {
  border-top-color: #223769;
}

/* line 789, ../sass/style.scss */
.tooltip.top-right .tooltip-arrow {
  border-top-color: #223769;
}

/* line 793, ../sass/style.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #223769;
}

/* line 797, ../sass/style.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #223769;
}

/* line 801, ../sass/style.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #223769;
}

/* line 805, ../sass/style.scss */
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #223769;
}

/* line 809, ../sass/style.scss */
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #223769;
}