@import "https://fonts.googleapis.com/css?family=Roboto:300";
@import "https://fonts.googleapis.com/css?family=Roboto:300";
main {
  min-height: calc(100vh - 150px); }


.btns_wrapper {
  display: flex;
  justify-content: space-between; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.btn_accent_info {
  background-color: #58b4f7;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: .7rem 1.5rem; }

.btn_accent_info:hover,
.btn_accent_info:focus {
  background-color: #4D9EF7; }

.btn_accent_success {
  font-size: 1rem;
  line-height: 1;
  background-color: #6ad65e;
  color: #fff;
  padding: .7rem 1.5rem; }

.btn_accent_success:hover,
.btn_accent_success:focus {
  background-color: #3db62f; }

.login-page_steps {
  background-image: url(../img/login_page2.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5ff;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.login-page {
  max-width: 400px;
  width: 100%;
  padding: 8% 0 0;
  margin: auto; }

.login-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 400px;
  margin: 25px auto 10px auto;
  padding: 30px 50px 20px 50px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 26px -1px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0 0 26px -1px rgba(0, 0, 0, 0.67);
  box-shadow: 0 0 26px -1px rgba(0, 0, 0, 0.67); }


  .other_text_fields p.title-input1 {
    color: black;
  }

.login-page input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 13px 40px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center; }

.login-page button.choose_school_btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 16px !important;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.login-page button.choose_school_btn:hover,
.login-page button.choose_school_btn:active,
.login-page button.choose_school_btn:focus {
  background: #43A047; }

.login-page .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px; }

.login-page .message a {
  color: #4CAF50;
  text-decoration: none; }

.login-page .register-form {
  display: none; }

.login-page .content_wrapper {
  max-width: 400px;
  width: 100%;
  height: auto; }

.login-page .content_wrapper .logo_wrapper {
  margin-bottom: 50px; }

.login-page .content_wrapper .logo_wrapper img {
  display: block;
  margin: 0 auto;
  height: 80px; }

.login-page .content_wrapper .form .credentials_text_wrapper {
  margin-bottom: 2rem; }

.login-page .content_wrapper .form .credentials_text_wrapper .credentials_text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #868686; }

.code-school {
  font-size: 18px; }

.login-page .content_wrapper .copyright_section {
  margin: 25px 0 10px; }

.login-page .content_wrapper .copyright_section p {
  line-height: 1;
  margin-bottom: 0;
  color: #868686;
  font-size: 14px; }

.login-page .content_wrapper #forgot_password_form .choose_school_btn,
.login-page .content_wrapper #form_login_step_2 .choose_school_btn,
.login-page .content_wrapper #checkSchools .choose_school_btn {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background-color: #6ad65e;
  color: #fff;
  transition: .2s; }

.login-page .content_wrapper #forgot_password_form .choose_school_btn:hover,
.login-page .content_wrapper #form_login_step_2 .choose_school_btn:hover,
.login-page .content_wrapper #checkSchools .choose_school_btn:hover {
  background-color: #3db62f; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper,
.login-page .content_wrapper #checkSchools .icon_wrapper {
  position: relative;
  cursor: pointer; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper .icon_size,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper .icon_size,
.login-page .content_wrapper #checkSchools .icon_wrapper .icon_size {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 20px;
  height: 20px; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper input#username::-webkit-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#email::-webkit-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#login_pass::-webkit-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#key::-webkit-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#username::-webkit-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#email::-webkit-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#login_pass::-webkit-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#key::-webkit-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#username::-webkit-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#email::-webkit-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#login_pass::-webkit-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#key::-webkit-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #a6a7b3;
  text-align: center; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper input#username:-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#email:-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#login_pass:-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#key:-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#username:-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#email:-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#login_pass:-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#key:-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#username:-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#email:-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#login_pass:-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#key:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.2rem;
  line-height: 1.1;
  color: #a6a7b3;
  text-align: center; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper input#username::-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#email::-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#login_pass::-moz-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#key::-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#username::-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#email::-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#login_pass::-moz-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#key::-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#username::-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#email::-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#login_pass::-moz-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#key::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.2rem;
  line-height: 1.1;
  color: #a6a7b3;
  text-align: center; }

.login-page .content_wrapper #forgot_password_form .icon_wrapper input#username:-ms-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#email:-ms-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#login_pass:-ms-input-placeholder,
.login-page .content_wrapper #forgot_password_form .icon_wrapper input#key:-ms-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#username:-ms-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#email:-ms-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#login_pass:-ms-input-placeholder,
.login-page .content_wrapper #form_login_step_2 .icon_wrapper input#key:-ms-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#username:-ms-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#email:-ms-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#login_pass:-ms-input-placeholder,
.login-page .content_wrapper #checkSchools .icon_wrapper input#key:-ms-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #a6a7b3;
  text-align: center; }

.login-page .content_wrapper #forgot_password_form select.select_lang,
.login-page .content_wrapper #form_login_step_2 select.select_lang,
.login-page .content_wrapper #checkSchools select.select_lang {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.2;
  color: #a6a7b3;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
  text-align-last: center; }

.login-page .content_wrapper #checkSchools select.select_lang option {
  padding: 10px 0; }

.copyright {
  text-align: center;
  margin: 2rem 0;
  padding: 1rem 0.5rem; }

.copyright span {
  font-size: 15px;
  line-height: 1.2;
  color: #8183a3;
  font-weight: 600;
}

.copyright .copyright_date,
.copyright .powered_by {
  color: #8183a3;
  font-weight: 600; }

.forgot_pass_wrapper .forgot_password {
  font-size: 13px;
  line-height: 1.2;
  color: #a6a7b2;
  float: right;
  display: inline-block;
  margin: 10px 0; }

.email_label_wrapper {
  text-align: left;
  margin-bottom: 1rem;
  color: #a6a7b2; }

.select_dropdown_icon {
  position: absolute;
  top: 14px;
  left: 150px;
  width: 20px;
  height: 20px; }

.login_by_new_account_text_wrapper {
  margin-top: 1rem; }

.login_by_new_account_text_wrapper .login_new_account_link,
.login_by_new_account_text_wrapper .login_new_account_text {
  font-size: 14px;
  line-height: 1.2;
  color: #a6a7b2;
  margin-left: .3rem; }

.login_by_new_account_text_wrapper .login_new_account_link {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  color: #a6a7b2;
  margin-left: .3rem;
  font-weight: bold !important; }

.login_by_new_account_text_wrapper .login_new_account_text {
  color: #a6a7b2; }

@media screen and (min-width: 280px) {
  .select_dropdown_icon {
    left: 180px; } }
@media screen and (min-width: 320px) {
  .select_dropdown_icon {
    left: 220px; } }
@media screen and (min-width: 350px) {
  .select_dropdown_icon {
    left: 250px; } }
@media screen and (min-width: 400px) {
  .select_dropdown_icon {
    left: 260px; } }
  @media only screen and (max-width: 576px) {
    .link-copy-sect {
      margin: 20px 0; } }

.generate-link {
  color: #fff;
  background-color: #28283f;
  padding: 6px 53px 6px  20px;
  font-size: 18px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
  line-height: 1.5;
}

.generate-link:hover {
  background-color: #2c2c54;
  border-color: #2c2c54; }

.generate-link:focus {
  outline: none; }

.copy-text {
  background-color: rgba(240,241,250,0);
  border: 1px solid #c1c6db;
  padding: 6px 12px;
  font-size: 16px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
  min-width: 154px;
  -webkit-box-shadow: 2.046px 2.194px 3px rgba(40,40,63,0.04);
  -moz-box-shadow: 2.046px 2.194px 3px rgba(40,40,63,0.04);
  box-shadow: 2.046px 2.194px 3px rgba(40,40,63,0.04);
  border-bottom: 0;
}

.copy-text:hover {
  background-color: #eee; 
}

.copy-text:focus {
  outline: none;
}

.copy-link{
  color: #7a81a3;
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}


.login-form {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .login-form {
      margin-top: 20px; } }

.content_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.logout-sect {
  display: flex;
  align-items: center;
  text-decoration: none; }
  @media only screen and (max-width: 576px) {
    .logout-sect {
      margin-top: 15px; } }
  .logout-sect:hover {
    text-decoration: none; }
    .logout-sect:hover .logout-text {
      color: #000; }
  .logout-sect img {
    margin-right: 10px; }

.logout-text {
  color: #42424d;
  font-size: 18px}

.link-logout-sect {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%; }
  @media only screen and (max-width: 576px) {
    .link-logout-sect {
      flex-direction: column; } }

.share_link_field_wrapper, .textarea_input_field  {
  width: 100%;
  margin-bottom: 35px; }

  .share_link_field_wrapper textarea, .textarea_input_field textarea  {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #c1c6db;
    font-size: 16px;
    color: #797a99;
    padding: 10px 20px;
    resize: none;
  }

.flex-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  @media only screen and (max-width: 992px) {
    .flex-row {
      flex-direction: column;
      margin: 0 auto !important; } }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.mt-20 {
  margin-top: 20px; }

.input-field {
  position: relative;
  margin-bottom: 15px;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .input-field {
      margin-bottom: 30px; } }
  .input-field .pickr {
    display: inline-flex;
    position: absolute;
    top: 1px;
    right: 0;
    display: inline-flex;
    background-color: #fafbff;
    border: 1px solid #ebedfa;
    border-bottom: 0;
    border-top: 0;
  }

.input-field label {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 100%;
  color: #a9a8aa;
  transition: 0.2s all;
  cursor: text;
  font-weight: bold;
  line-height: 40px; }
  @media only screen and (max-width: 576px) {
    .input-field label {
      font-size: 13px; } }

.input-field input {
  width: 100%;
  outline: 0;
  padding: 10px 50px 10px 12px;
  box-shadow: none;
  color: #8c8ea3;
  font-size: 15px;
  border: 1px solid #ebedfa !important;
  background-color: #f6f7ff;
}
  @media only screen and (max-width: 576px) {
    .input-field input {
      font-size: 12px; } }

input:invalid {
  outline: 0; }

.input-field input:focus,
.input-field input:valid {
  border-color: #007bff; }

input:focus ~ label,
input:valid ~ label {
  font-size: 14px;
  top: -32px;
  color: #007bff; }

.choose-file {
  background: #fff;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 0;
  color: #d3d3d3;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.uploadedImage {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 10px auto; }

.readonly-input {
  background: #eee;
  border: none !important;
  cursor: initial; }
  .readonly-input:focus {
    border: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 120px; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.send.btn {
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #58b4f7;
  color: #fff;
  text-align: center;
  min-width: 180px;
  margin-top: 50px;
}
  .send.btn:hover {
    background-color: #50a2f7;
    color: #fff !important; }
  .send.btn:focus {
    color: #fff !important; }

.between-sect {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline; }
  @media only screen and (max-width: 992px) {
    .between-sect {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.description-sect-left {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.table-sect-left {
  background-color: #ffffff;
  border: 1px solid #e9ebf7;
  box-shadow: 2px 3.464px 5px rgba(30,48,138,0.08);
  padding: 30px 20px 40px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 300px;
}

.description-sect-right {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
  @media only screen and (max-width: 992px) {
    .description-sect-right {
      margin-top: 0; } }

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.footer-right {
  color: #ffffff; }
  .footer-right:hover {
    text-decoration: none;
    color: #fff; }

#ex-create-city {
  color: #fff; }

a.ex-main-btn:hover {
  text-decoration: none;
  color: #eee; }

a.ex-main-btn:focus {
  text-decoration: none;
  color: #eee; }

.ex-first-step {
  color: #ffffff; }

.__ex-main-content-scope {
  color: #ffffff; }
  .__ex-main-content-scope .submit_button:hover {
    color: #eee; }

.link-copy-sect .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
  border: 1px dashed #ebedfa;
  border-radius: 4px;
  box-shadow: 2px 3.464px 5px rgba(30,48,138,0.08);
  background-color: #ffffff;
  position: relative;
}

  .link-copy-sect .wrapper .file-upload {
    background-image: url(../img/cloud-computing.png);
    height: 30px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer;
  }

.link-copy-sect .wrapper:hover .file-upload{
  background-image: url(../img/cloud-computing-active.png);
}
.link-copy-sect .wrapper:hover{
  border: 1px dashed #58b4f7;
}

    .link-copy-sect .wrapper .file-upload input[type='file'] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; 
    }
    
    .link-copy-sect .wrapper .file-upload:hover {
    }
    

.ex-standard-wrapper .ex-with-rb {
  border-right: none !important;
  position: relative; }

.right-line {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProSemibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProBold';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 5, ../sass/_bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 5, ../sass/_bootstrap.scss */
body {
  margin: 0; }

/* line 5, ../sass/_bootstrap.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/* line 5, ../sass/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 5, ../sass/_bootstrap.scss */
[hidden], template {
  display: none; }

/* line 5, ../sass/_bootstrap.scss */
a {
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
a:active, a:hover {
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 5, ../sass/_bootstrap.scss */
b, strong {
  font-weight: 700; }

/* line 5, ../sass/_bootstrap.scss */
dfn {
  font-style: italic; }

/* line 5, ../sass/_bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em; }

/* line 5, ../sass/_bootstrap.scss */
mark {
  color: #000;
  background: #ff0; }

/* line 5, ../sass/_bootstrap.scss */
small {
  font-size: 80%; }

/* line 5, ../sass/_bootstrap.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 5, ../sass/_bootstrap.scss */
sup {
  top: -.5em; }

/* line 5, ../sass/_bootstrap.scss */
sub {
  bottom: -.25em; }

/* line 5, ../sass/_bootstrap.scss */
img {
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 5, ../sass/_bootstrap.scss */
figure {
  margin: 1em 40px; }

/* line 5, ../sass/_bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 5, ../sass/_bootstrap.scss */
pre {
  overflow: auto; }

/* line 5, ../sass/_bootstrap.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

/* line 5, ../sass/_bootstrap.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
button {
  overflow: visible; }

/* line 5, ../sass/_bootstrap.scss */
button, select {
  text-transform: none; }

/* line 5, ../sass/_bootstrap.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 5, ../sass/_bootstrap.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
input {
  line-height: normal; }

/* line 5, ../sass/_bootstrap.scss */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 5, ../sass/_bootstrap.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/* line 5, ../sass/_bootstrap.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 5, ../sass/_bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

/* line 5, ../sass/_bootstrap.scss */
legend {
  padding: 0;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
textarea {
  overflow: auto; }

/* line 5, ../sass/_bootstrap.scss */
optgroup {
  font-weight: 700; }

/* line 5, ../sass/_bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse; }

/* line 5, ../sass/_bootstrap.scss */
td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 5, ../sass/_bootstrap.scss */
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  /* line 5, ../sass/_bootstrap.scss */
  a, a:visited {
    text-decoration: underline; }

  /* line 5, ../sass/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 5, ../sass/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 5, ../sass/_bootstrap.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* line 5, ../sass/_bootstrap.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 5, ../sass/_bootstrap.scss */
  thead {
    display: table-header-group; }

  /* line 5, ../sass/_bootstrap.scss */
  img, tr {
    page-break-inside: avoid; }

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

  /* line 5, ../sass/_bootstrap.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  /* line 5, ../sass/_bootstrap.scss */
  h2, h3 {
    page-break-after: avoid; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar {
    display: none; }

  /* line 5, ../sass/_bootstrap.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 5, ../sass/_bootstrap.scss */
  .label {
    border: 1px solid #000; }

  /* line 5, ../sass/_bootstrap.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 5, ../sass/_bootstrap.scss */
  .table td, .table th {
    background-color: #fff !important; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
/* line 5, ../sass/_bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259"; }

/* line 5, ../sass/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260"; }

/* line 5, ../sass/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, ../sass/_bootstrap.scss */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, ../sass/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 5, ../sass/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none; }

/* line 5, ../sass/_bootstrap.scss */
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

/* line 5, ../sass/_bootstrap.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 5, ../sass/_bootstrap.scss */
figure {
  margin: 0; }

/* line 5, ../sass/_bootstrap.scss */
img {
  vertical-align: middle; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.img-rounded {
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* line 5, ../sass/_bootstrap.scss */
.img-circle {
  border-radius: 50%; }

/* line 5, ../sass/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* line 5, ../sass/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 5, ../sass/_bootstrap.scss */
[role=button] {
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

/* line 5, ../sass/_bootstrap.scss */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.h1, h1 {
  font-size: 36px; }

/* line 5, ../sass/_bootstrap.scss */
.h2, h2 {
  font-size: 30px; }

/* line 5, ../sass/_bootstrap.scss */
.h3, h3 {
  font-size: 24px; }

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

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

/* line 5, ../sass/_bootstrap.scss */
.h6, h6 {
  font-size: 12px; }

/* line 5, ../sass/_bootstrap.scss */
p {
  margin: 0 0 10px; }

/* line 5, ../sass/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .lead {
    font-size: 21px; } }
/* line 5, ../sass/_bootstrap.scss */
.small, small {
  font-size: 85%; }

/* line 5, ../sass/_bootstrap.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 5, ../sass/_bootstrap.scss */
.text-left {
  text-align: left; }

/* line 5, ../sass/_bootstrap.scss */
.text-right {
  text-align: right; }

/* line 5, ../sass/_bootstrap.scss */
.text-center {
  text-align: center; }

/* line 5, ../sass/_bootstrap.scss */
.text-justify {
  text-align: justify; }

/* line 5, ../sass/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 5, ../sass/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 5, ../sass/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 5, ../sass/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 5, ../sass/_bootstrap.scss */
.text-muted {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.text-primary {
  color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

/* line 5, ../sass/_bootstrap.scss */
.text-success {
  color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

/* line 5, ../sass/_bootstrap.scss */
.text-info {
  color: #31708f; }

/* line 5, ../sass/_bootstrap.scss */
a.text-info:focus, a.text-info:hover {
  color: #245269; }

/* line 5, ../sass/_bootstrap.scss */
.text-warning {
  color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

/* line 5, ../sass/_bootstrap.scss */
.text-danger {
  color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

/* line 5, ../sass/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

/* line 5, ../sass/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 5, ../sass/_bootstrap.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

/* line 5, ../sass/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 5, ../sass/_bootstrap.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

/* line 5, ../sass/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 5, ../sass/_bootstrap.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

/* line 5, ../sass/_bootstrap.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 5, ../sass/_bootstrap.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

/* line 5, ../sass/_bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

/* line 5, ../sass/_bootstrap.scss */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 5, ../sass/_bootstrap.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

/* line 5, ../sass/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 5, ../sass/_bootstrap.scss */
dd, dt {
  line-height: 1.42857143; }

/* line 5, ../sass/_bootstrap.scss */
dt {
  font-weight: 700; }

/* line 5, ../sass/_bootstrap.scss */
dd {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /* line 5, ../sass/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }
/* line 5, ../sass/_bootstrap.scss */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 5, ../sass/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 5, ../sass/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

/* line 5, ../sass/_bootstrap.scss */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

/* line 5, ../sass/_bootstrap.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

/* line 5, ../sass/_bootstrap.scss */
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

/* line 5, ../sass/_bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

/* line 5, ../sass/_bootstrap.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

/* line 5, ../sass/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 5, ../sass/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 5, ../sass/_bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 5, ../sass/_bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  /* line 5, ../sass/_bootstrap.scss */
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .container {
    width: 1170px; } }
/* line 5, ../sass/_bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px; }

/* line 5, ../sass/_bootstrap.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-12 {
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-9 {
  width: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-6 {
  width: 50%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-3 {
  width: 25%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-push-0 {
  left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 5, ../sass/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 5, ../sass/_bootstrap.scss */
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-12 {
    width: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-9 {
    width: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-6 {
    width: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-3 {
    width: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 5, ../sass/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0; } }
/* line 5, ../sass/_bootstrap.scss */
table {
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

/* line 5, ../sass/_bootstrap.scss */
th {
  text-align: left; }

/* line 5, ../sass/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.table .table {
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

/* line 5, ../sass/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 5, ../sass/_bootstrap.scss */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

/* line 5, ../sass/_bootstrap.scss */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

/* line 5, ../sass/_bootstrap.scss */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

/* line 5, ../sass/_bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
/* line 5, ../sass/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 5, ../sass/_bootstrap.scss */
.wrapper label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
}
.file-choose-sect .title-input{
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  color: #42424d;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.mb-20{
  margin-bottom: 20px;
}

/* line 5, ../sass/_bootstrap.scss */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, ../sass/_bootstrap.scss */
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

/* line 5, ../sass/_bootstrap.scss */
input[type=file] {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
input[type=range] {
  display: block;
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
select[multiple], select[size] {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 5, ../sass/_bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

/* line 5, ../sass/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

/* line 5, ../sass/_bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 5, ../sass/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 5, ../sass/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999; }

/* line 5, ../sass/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999; }

/* line 5, ../sass/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

/* line 5, ../sass/_bootstrap.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

.form-group div {
  position: relative;
  margin-right: 15px; }

.form-group div:after {
  position: absolute;
  content: '*';
  color: red;
  right: -10px;
  top: 0; }

/* line 5, ../sass/_bootstrap.scss */
textarea.form-control {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 5, ../sass/_bootstrap.scss */
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }

  /* line 5, ../sass/_bootstrap.scss */
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }

  /* line 5, ../sass/_bootstrap.scss */
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }
/* line 5, ../sass/_bootstrap.scss */
.form-group {
  margin-bottom: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 5, ../sass/_bootstrap.scss */
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

/* line 5, ../sass/_bootstrap.scss */
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

/* line 5, ../sass/_bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px; }

/* line 5, ../sass/_bootstrap.scss */
select[multiple].input-sm, textarea.input-sm {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 5, ../sass/_bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px; }

/* line 5, ../sass/_bootstrap.scss */
select[multiple].input-lg, textarea.input-lg {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 5, ../sass/_bootstrap.scss */
.has-feedback {
  position: relative; }

/* line 5, ../sass/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px; }

/* line 5, ../sass/_bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

/* line 5, ../sass/_bootstrap.scss */
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 5, ../sass/_bootstrap.scss */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 5, ../sass/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

/* line 5, ../sass/_bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 5, ../sass/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

/* line 5, ../sass/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 5, ../sass/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/* line 5, ../sass/_bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }

/* line 5, ../sass/_bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

/* line 5, ../sass/_bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
/* line 5, ../sass/_bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
/* line 5, ../sass/_bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 5, ../sass/_bootstrap.scss */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 5, ../sass/_bootstrap.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

/* line 5, ../sass/_bootstrap.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

/* line 5, ../sass/_bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 5, ../sass/_bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 5, ../sass/_bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 5, ../sass/_bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 5, ../sass/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 5, ../sass/_bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 5, ../sass/_bootstrap.scss */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

/* line 5, ../sass/_bootstrap.scss */
.fade.in {
  opacity: 1; }

/* line 5, ../sass/_bootstrap.scss */
.collapse {
  display: none; }

/* line 5, ../sass/_bootstrap.scss */
.collapse.in {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
tr.collapse.in {
  display: table-row; }

/* line 5, ../sass/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 5, ../sass/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

/* line 5, ../sass/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown, .dropup {
  position: relative; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* line 5, ../sass/_bootstrap.scss */
.open > .dropdown-menu {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
.open > a {
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

/* line 5, ../sass/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

/* line 5, ../sass/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

/* line 5, ../sass/_bootstrap.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn-group {
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 5, ../sass/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn .caret {
  margin-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

/* line 5, ../sass/_bootstrap.scss */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 5, ../sass/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

/* line 5, ../sass/_bootstrap.scss */
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

/* line 5, ../sass/_bootstrap.scss */
select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

/* line 5, ../sass/_bootstrap.scss */
select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 5, ../sass/_bootstrap.scss */
.nav > li > a > img {
  max-width: none; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
/* line 5, ../sass/_bootstrap.scss */
.nav-pills > li {
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.nav-stacked > li {
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.nav-justified {
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.nav-justified > li {
  float: none; }

/* line 5, ../sass/_bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

/* line 5, ../sass/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  /* line 5, ../sass/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
/* line 5, ../sass/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 5, ../sass/_bootstrap.scss */
.tab-content > .active {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-header {
    float: left; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

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

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
/* line 5, ../sass/_bootstrap.scss */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-toggle {
    display: none; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-nav > li {
    float: left; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-left {
    float: left !important; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  /* line 5, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

/* line 5, ../sass/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block; }

/* line 5, ../sass/_bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

/* line 5, ../sass/_bootstrap.scss */
.breadcrumb > .active {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > li {
  display: inline; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.pager li {
  display: inline; }

/* line 5, ../sass/_bootstrap.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

/* line 5, ../sass/_bootstrap.scss */
.pager .next > a, .pager .next > span {
  float: right; }

/* line 5, ../sass/_bootstrap.scss */
.pager .previous > a, .pager .previous > span {
  float: left; }

/* line 5, ../sass/_bootstrap.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

/* line 5, ../sass/_bootstrap.scss */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
.label:empty {
  display: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.label-default {
  background-color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

/* line 5, ../sass/_bootstrap.scss */
.label-primary {
  background-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

/* line 5, ../sass/_bootstrap.scss */
.label-success {
  background-color: #5cb85c; }

/* line 5, ../sass/_bootstrap.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

/* line 5, ../sass/_bootstrap.scss */
.label-info {
  background-color: #5bc0de; }

/* line 5, ../sass/_bootstrap.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

/* line 5, ../sass/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e; }

/* line 5, ../sass/_bootstrap.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

/* line 5, ../sass/_bootstrap.scss */
.label-danger {
  background-color: #d9534f; }

/* line 5, ../sass/_bootstrap.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

/* line 5, ../sass/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.badge:empty {
  display: none; }

/* line 5, ../sass/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

/* line 5, ../sass/_bootstrap.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item > .badge {
  float: right; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

/* line 5, ../sass/_bootstrap.scss */
.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

/* line 5, ../sass/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5; }

/* line 5, ../sass/_bootstrap.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  /* line 5, ../sass/_bootstrap.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  /* line 5, ../sass/_bootstrap.scss */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
/* line 5, ../sass/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

/* line 5, ../sass/_bootstrap.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

/* line 5, ../sass/_bootstrap.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333; }

.margin-0 {
  margin: 0 !important; }

/* line 5, ../sass/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.alert .alert-link {
  font-weight: 700; }

/* line 5, ../sass/_bootstrap.scss */
.alert > p, .alert > ul {
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

/* line 5, ../sass/_bootstrap.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3; }

/* line 5, ../sass/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c; }

/* line 5, ../sass/_bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 5, ../sass/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec; }

/* line 5, ../sass/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269; }

/* line 5, ../sass/_bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 5, ../sass/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5; }

/* line 5, ../sass/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c; }

/* line 5, ../sass/_bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 5, ../sass/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0; }

/* line 5, ../sass/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
/* line 5, ../sass/_bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c; }

/* line 5, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de; }

/* line 5, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }

/* line 5, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 5, ../sass/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f; }

/* line 5, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 5, ../sass/_bootstrap.scss */
.media {
  margin-top: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.media:first-child {
  margin-top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
  display: inline; }

/* line 5, ../sass/_bootstrap.scss */
.media-body {
  width: 10000px; }

/* line 5, ../sass/_bootstrap.scss */
.media-object {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none; }

/* line 5, ../sass/_bootstrap.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
  float: right; }

/* line 5, ../sass/_bootstrap.scss */
.media-left, .media > .pull-left {
  padding-right: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

/* line 5, ../sass/_bootstrap.scss */
.media-middle {
  vertical-align: middle; }

/* line 5, ../sass/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom; }

/* line 5, ../sass/_bootstrap.scss */
.media-heading.sant_celoni {
  margin-top: 30px;
  margin-bottom: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item, button.list-group-item {
  color: #555; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 5, ../sass/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

/* line 5, ../sass/_bootstrap.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 5, ../sass/_bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 5, ../sass/_bootstrap.scss */
.panel-body {
  padding: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

/* line 5, ../sass/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0; }

/* line 5, ../sass/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-default {
  border-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

/* line 5, ../sass/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/* line 5, ../sass/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

/* line 5, ../sass/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

/* line 5, ../sass/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

/* line 5, ../sass/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

/* line 5, ../sass/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc; }

/* line 5, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 5, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

/* line 5, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

/* line 5, ../sass/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

/* line 5, ../sass/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

/* line 5, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

/* line 5, ../sass/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/* line 5, ../sass/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 5, ../sass/_bootstrap.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 5, ../sass/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 5, ../sass/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 5, ../sass/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

/* line 5, ../sass/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 5, ../sass/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

/* line 5, ../sass/_bootstrap.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 5, ../sass/_bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.modal-open {
  overflow: hidden; }

/* line 5, ../sass/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

/* line 5, ../sass/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

/* line 5, ../sass/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 5, ../sass/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 5, ../sass/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

/* line 5, ../sass/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 5, ../sass/_bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 5, ../sass/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

/* line 5, ../sass/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 5, ../sass/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143; }

/* line 5, ../sass/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 5, ../sass/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

/* line 5, ../sass/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

/* line 5, ../sass/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 5, ../sass/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 5, ../sass/_bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 5, ../sass/_bootstrap.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 5, ../sass/_bootstrap.scss */
  .modal-lg {
    width: 900px; } }
/* line 5, ../sass/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 5, ../sass/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

/* line 5, ../sass/_bootstrap.scss */
.popover.top {
  margin-top: -10px; }

/* line 5, ../sass/_bootstrap.scss */
.popover.right {
  margin-left: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.popover.left {
  margin-left: -10px; }

/* line 5, ../sass/_bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 5, ../sass/_bootstrap.scss */
.popover-content {
  padding: 9px 14px; }

/* line 5, ../sass/_bootstrap.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 5, ../sass/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 5, ../sass/_bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

/* line 5, ../sass/_bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 5, ../sass/_bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 5, ../sass/_bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.carousel {
  position: relative; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

input[type=number] {
  -moz-appearance: textfield; }

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5, ../sass/_bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .active {
  left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039'; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a'; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

/* line 5, ../sass/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

/* line 5, ../sass/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 5, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  /* line 5, ../sass/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

/* line 5, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

/* line 5, ../sass/_bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/* line 5, ../sass/_bootstrap.scss */
.pull-right {
  float: right !important; }

/* line 5, ../sass/_bootstrap.scss */
.pull-left {
  float: left !important; }

/* line 5, ../sass/_bootstrap.scss */
.hide {
  display: none !important; }

/* line 5, ../sass/_bootstrap.scss */
.show {
  display: block !important; }

/* line 5, ../sass/_bootstrap.scss */
.invisible {
  visibility: hidden; }

/* line 5, ../sass/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 5, ../sass/_bootstrap.scss */
.hidden {
  display: none !important; }

/* line 5, ../sass/_bootstrap.scss */
.affix {
  position: fixed; }

.copyright a p {
  color: #fff; }

.copyright a:hover p, .copyright a:hover {
  text-decoration: none; }

.margin-top-0 {
  margin-top: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

@-ms-viewport {
  width: device-width; }
/* line 5, ../sass/_bootstrap.scss */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

/* line 5, ../sass/_bootstrap.scss */
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-xs {
    display: block !important; }

  /* line 5, ../sass/_bootstrap.scss */
  table.visible-xs {
    display: table !important; }

  /* line 5, ../sass/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 5, ../sass/_bootstrap.scss */
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-sm {
    display: block !important; }

  /* line 5, ../sass/_bootstrap.scss */
  table.visible-sm {
    display: table !important; }

  /* line 5, ../sass/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 5, ../sass/_bootstrap.scss */
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-md {
    display: block !important; }

  /* line 5, ../sass/_bootstrap.scss */
  table.visible-md {
    display: table !important; }

  /* line 5, ../sass/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 5, ../sass/_bootstrap.scss */
  td.visible-md, th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-lg {
    display: block !important; }

  /* line 5, ../sass/_bootstrap.scss */
  table.visible-lg {
    display: table !important; }

  /* line 5, ../sass/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 5, ../sass/_bootstrap.scss */
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 5, ../sass/_bootstrap.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/_bootstrap.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/_bootstrap.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 5, ../sass/_bootstrap.scss */
  .hidden-lg {
    display: none !important; } }
/* line 5, ../sass/_bootstrap.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-print {
    display: block !important; }

  /* line 5, ../sass/_bootstrap.scss */
  table.visible-print {
    display: table !important; }

  /* line 5, ../sass/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 5, ../sass/_bootstrap.scss */
  td.visible-print, th.visible-print {
    display: table-cell !important; } }
/* line 5, ../sass/_bootstrap.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-print-block {
    display: block !important; } }
/* line 5, ../sass/_bootstrap.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 5, ../sass/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 5, ../sass/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 5, ../sass/_bootstrap.scss */
  .hidden-print {
    display: none !important; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/* line 37, ../sass/_mixins.scss */
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* line 1, ../sass/_aside.scss */
.ex-main-aside {
  width: 420px;
  min-height: calc(100vh - 150px);
  float: left;
  padding: 70px 70px 9999px 55px;
  margin-bottom: -9999px;
  background-color: #148171; }

/* line 9, ../sass/_aside.scss */
.ex-main-aside h1 {
  font-size: 80px;
  font-family: MyriadProBold;
  color: #ccd959;
  margin: 0; }

/* line 16, ../sass/_aside.scss */
.ex-main-aside p {
  font-size: 65px;
  font-family: MyriadProSemibold;
  line-height: 65px; }

/* line 1, ../sass/_global.scss */
/*#ex-create-city {*/
/*display: none;*/
/*}*/
/* line 2, ../sass/_global.scss */
#ex-confirmation-process {
  display: block; }

/* line 3, ../sass/_global.scss */
/*#ex-modify {*/
/*display: none;*/
/*}*/
/* line 4, ../sass/_global.scss */
#ex-confirmation {
  display: none; }

/* line 5, ../sass/_global.scss */
/*#ex-manage-appointment {*/
/*display: none;*/
/*}*/
/* line 6, ../sass/_global.scss */
/*#ex-canceled-reservation {*/
/*display: none;*/
/*}*/
/* line 9, ../sass/_global.scss */
.see-all {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  cursor: pointer;
  background-color: yellowgreen;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85); }

/* line 23, ../sass/_global.scss */
.see-all ul {
  display: none;
  list-style: none;
  padding: 10px;
  overflow: hidden; }

/* line 28, ../sass/_global.scss */
.see-all ul li {
  margin-right: 15px;
  float: left; }

/* line 31, ../sass/_global.scss */
.see-all ul li a {
  font-size: 18px;
  color: #ffffff; }

/* line 41, ../sass/_global.scss */
body {
  font-family: MyriadProRegular;
  color: #ffffff;
  background-color: rgba(67, 67, 67, 0.85); }

/* line 47, ../sass/_global.scss */
#ex-app {
  overflow: hidden; }

/* line 49, ../sass/_global.scss */
#ex-app::after {
  content: '';
  display: block;
  clear: both; }

/* line 56, ../sass/_global.scss */
.ex-main-content-scope {
  width: calc(100% - 420px);
  min-height: calc(100vh - 150px);
  float: left; }

@media (max-width: 991px) {
  /* line 56, ../sass/_global.scss */
  .ex-main-content-scope {
    width: 100%;
    min-height: calc(100vh - 150px - 112px); } }
/* line 67, ../sass/_global.scss */
.ex-modal {
  position: relative;
  width: 90%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(67, 67, 67, 0.85);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 9999; }

/* line 83, ../sass/_global.scss */
.ex-seperator {
  width: 350px;
  height: 3px;
  background-color: #ccd959;
  margin: 0 auto;
  display: block; }

@media (max-width: 600px) {
  /* line 83, ../sass/_global.scss */
  .ex-seperator {
    width: 65%; } }
/* line 95, ../sass/_global.scss */
.ex-main-btn {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #cbd959;
  /* layer fill content */
  padding: 18px 40px 15px;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-size: 23px;
  font-family: MyriadProBold;
  min-width: 260px; }

a.ex-main-btn {
  text-decoration: none;
  color: #fff;
  display: inline-block; }

a.ex-main-btn:first-of-type {
  margin-right: 30px; }

.error_message {
  border-top: 1px solid #a21818;
  color: #fff;
  display: none;
  padding-top: 3px; }

.error_list {
  color: #fff; }

.error_list p {
  border-top: 1px solid #a21818;
  color: #fff;
  padding-top: 3px; }

@media (max-width: 767px) {
  /* line 95, ../sass/_global.scss */
  .ex-main-btn {
    min-width: initial;
    font-size: 20px; } }
/* line 117, ../sass/_global.scss */
.ex-arrow-down {
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(../img/arrow-down.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 126, ../sass/_global.scss */
.bx-wrapper {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important; }

/* line 137, ../sass/_global.scss */
.ex-standard-wrapper {
  width: calc(100% - 200px);
  float: left; }

/* line 140, ../sass/_global.scss */
.ex-standard-wrapper .ex-with-rb {
  margin-top: 25px;
  padding-bottom: 30px;
  border-right: 3px solid #ccd959; }

/* line 147, ../sass/_global.scss */
.ex-previous-elections {
  width: 200px;
  float: left;
  margin-top: 102px;
  padding-left: 35px; }

/* line 152, ../sass/_global.scss */
.ex-previous-elections ul {
  list-style: none;
  padding: 0; }

/* line 155, ../sass/_global.scss */
.ex-previous-elections ul li {
  font-size: 13px;
  font-family: MyriadProSemibold;
  margin-bottom: 18px; }

/* line 159, ../sass/_global.scss */
.ex-previous-elections ul li span {
  color: #ccd959; }

.ex-previous-elections ul li span.next_number_of_list {
  color: #fff; }

/* line 166, ../sass/_global.scss */
.ex-controls {
  padding-right: 40px;
  margin-top: 15px;
  text-align: center; }

/* line 170, ../sass/_global.scss */
.ex-controls .wrapper {
  display: inline-block; }

/* line 172, ../sass/_global.scss */
.ex-controls .wrapper span {
  position: relative;
  display: inline-block; }

/* line 175, ../sass/_global.scss */
.ex-controls .wrapper span:first-of-type {
  margin-right: 35px; }

@media (max-width: 414px) {
  /* line 175, ../sass/_global.scss */
  .ex-controls .wrapper span:first-of-type {
    margin-right: 15px; } }
/* line 182, ../sass/_global.scss */
.ex-controls .wrapper span .ex-arrow-left {
  position: absolute;
  left: -15px;
  top: 3px;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-left.png) no-repeat;
  display: inline-block; }

/* line 191, ../sass/_global.scss */
.ex-controls .wrapper span .ex-arrow-right {
  width: 7px;
  height: 11px;
  background: url(../img/arrow-right.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 3px; }

/* line 200, ../sass/_global.scss */
.ex-controls .wrapper span a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: MyriadProBold;
  text-decoration: none; }

/* line 206, ../sass/_global.scss */
.ex-controls .wrapper span a.bx-next {
  background: none; }

/* line 209, ../sass/_global.scss */
.ex-controls .wrapper span a.bx-prev {
  background: none; }

@-webkit-keyframes bgcolor {
  0% {
    background-color: #ff6666; }
  100% {
    background-color: #cdcbcb; } }
@-moz-keyframes bgcolor {
  0% {
    background-color: #ff6666; }
  100% {
    background-color: #cdcbcb; } }
@-ms-keyframes bgcolor {
  0% {
    background-color: #ff6666; }
  100% {
    background-color: #cdcbcb; } }
@keyframes bgcolor {
  0% {
    background-color: #ff6666; }
  100% {
    background-color: #cdcbcb; } }
/* line 1, ../sass/_createCity.scss */
#ex-create-city {
  padding-top: 135px;
  padding-bottom: 30px;
  /*background: url(../img/escola_adults.jpg) no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover; }

/* line 7, ../sass/_createCity.scss */
#ex-create-city .ex-modal {
  max-width: 660px;
  margin: 0 auto;
  padding: 50px 50px 35px; }

/* line 11, ../sass/_createCity.scss */
#ex-create-city .ex-modal h2 {
  font-family: MyriadProBold;
  font-size: 37px;
  margin: 0; }

@media (max-width: 1199px) {
  /* line 11, ../sass/_createCity.scss */
  #ex-create-city .ex-modal h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 11, ../sass/_createCity.scss */
  #ex-create-city .ex-modal h2 {
    font-size: 20px; } }
/* line 23, ../sass/_createCity.scss */
#ex-create-city .ex-modal .ex-seperator {
  margin-top: 25px;
  margin-bottom: 25px; }

/* line 27, ../sass/_createCity.scss */
#ex-create-city .ex-modal p {
  font-size: 16px;
  font-family: MyriadProSemibold;
  margin-bottom: 40px; }

/* line 33, ../sass/_createCity.scss */
#ex-create-city .ex-modal button:first-of-type {
  margin-right: 30px; }

@media (max-width: 1199px) {
  /* line 32, ../sass/_createCity.scss */
  #ex-create-city .ex-modal button {
    min-width: 180px;
    font-size: 16px; } }
@media (max-width: 600px) {
  /* line 32, ../sass/_createCity.scss */
  #ex-create-city .ex-modal button {
    min-width: 100%;
    margin-bottom: 15px; } }
/* line 1, ../sass/_modify.scss */
#ex-modify {
  position: relative;
  /*background: url(../img/Curs_persones.jpg) no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30px; }

/* line 7, ../sass/_modify.scss */
#ex-modify:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.57); }

/* line 16, ../sass/_modify.scss */
#ex-modify .ex-modal {
  padding: 38px 40px 87px;
  margin: 70px auto 0; }

/* line 19, ../sass/_modify.scss */
#ex-modify .ex-modal h2 {
  font-size: 46px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 19, ../sass/_modify.scss */
  #ex-modify .ex-modal h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 19, ../sass/_modify.scss */
  #ex-modify .ex-modal h2 {
    font-size: 20px; } }
/* line 30, ../sass/_modify.scss */
#ex-modify .ex-modal p {
  margin: 57px 0 27px;
  font-size: 29px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 30, ../sass/_modify.scss */
  #ex-modify .ex-modal p {
    font-size: 21px; } }
/* line 39, ../sass/_modify.scss */
#ex-modify .ex-modal form {
  max-width: 590px;
  width: 100%;
  margin: 0 auto; }

/* line 43, ../sass/_modify.scss */
#ex-modify .ex-modal form input {
  padding: 27px 40px;
  background-color: rgba(221, 221, 221, 0.25);
  border: none;
  outline: none;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */ }

/* line 44, ../sass/_mixins.scss */
#ex-modify .ex-modal form input::-webkit-input-placeholder {
  font-family: MyriadProBold;
  color: #ffffff; }

/* line 45, ../sass/_mixins.scss */
#ex-modify .ex-modal form input:-moz-placeholder {
  font-family: MyriadProBold;
  color: #ffffff; }

/* line 46, ../sass/_mixins.scss */
#ex-modify .ex-modal form input::-moz-placeholder {
  font-family: MyriadProBold;
  color: #ffffff; }

/* line 47, ../sass/_mixins.scss */
#ex-modify .ex-modal form input:-ms-input-placeholder {
  font-family: MyriadProBold;
  color: #ffffff; }

/* line 60, ../sass/_modify.scss */
#ex-modify .ex-modal form button {
  padding: 15px 40px;
  margin-top: 72px; }

@media (max-width: 767px) {
  /* line 60, ../sass/_modify.scss */
  #ex-modify .ex-modal form button {
    margin-top: 25px; } }
@media (max-width: 767px) {
  /* line 16, ../sass/_modify.scss */
  #ex-modify .ex-modal {
    padding: 38px 40px 60px; } }
/* line 2, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg {
  min-height: calc(100vh - 150px);
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30px; }

/* line 7, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-controles {
  /*background-image: url(../img/controles.jpg);*/
  background-repeat: no-repeat; }

/* line 11, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-punt {
  position: relative;
  /*background-image: url(../img/Punt.jpg);*/
  background-repeat: no-repeat; }

/* line 15, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-punt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

/* line 25, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-entrepreneur {
  position: relative;
  /*background-image: url(../img/entrepreneur.jpg);*/
  background-repeat: no-repeat; }

/* line 29, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-entrepreneur:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.46); }

/* line 39, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-istock {
  position: relative;
  /*background-image: url(../img/iStock.jpg);*/
  background-repeat: no-repeat; }

/* line 43, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-bg.ex-istock:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); }

@media (max-width: 991px) {
  /* line 2, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-bg {
    min-height: calc(100vh - 150px - 112px); } }
/* line 58, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal {
  position: relative;
  margin: 70px auto 0;
  padding: 33px 35px 30px; }

/* line 63, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step::after {
  content: '';
  display: block;
  clear: both; }

/* line 68, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper {
  padding-left: 35px; }

/* line 70, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper h2 {
  font-size: 40px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 70, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 70, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper h2 {
    font-size: 20px; } }
/* line 80, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb {
  padding-right: 40px; }

/* line 82, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb h3 {
  font-size: 30px;
  font-family: MyriadProSemibold; }

/* line 85, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb h3 i {
  margin-left: 10px;
  vertical-align: middle; }

@media (max-width: 600px) {
  /* line 82, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb h3 {
    font-size: 15px; } }
/* line 95, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb div::after {
  content: '';
  clear: both;
  display: block; }

/* line 100, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb div ul {
  max-width: 390px;
  width: 100%;
  list-style: none;
  display: inline-block;
  float: right;
  margin-right: 30px;
  margin-bottom: 65px;
  padding: 15px 25px 20px;
  -moz-border-radius: 1px / 5px;
  -webkit-border-radius: 1px / 5px;
  border-radius: 1px / 5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(221, 221, 221, 0.25); }

/* line 117, ../sass/_confiramtionProcess.scss */
.ex-with-rb div ul li span.active {
  background-color: #0D70A6;
  padding: 4px; }

#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb div ul li span {
  font-size: 12px;
  cursor: pointer; }

@media (max-width: 1199px) {
  /* line 100, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb div ul {
    max-width: 305px; } }
@media (max-width: 991px) {
  /* line 100, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb div ul {
    max-width: 100%;
    float: none; } }
/* line 132, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper .ex-with-rb p {
  font-size: 12px;
  text-align: justify; }

@media (max-width: 1199px) {
  /* line 68, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper {
    width: 100%; } }
@media (max-width: 991px) {
  /* line 68, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-first-step .ex-standard-wrapper {
    padding-left: 0; } }
/* line 147, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step::after {
  content: '';
  display: block;
  clear: both; }

/* line 153, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper h2 {
  font-size: 40px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 153, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper h2 {
    font-size: 30px; } }
/* line 160, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb {
  padding-right: 25px; }

/* line 162, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb h3 {
  font-size: 30px;
  font-family: MyriadProSemibold;
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 18px; }

@media (max-width: 1199px) {
  /* line 162, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb h3 {
    font-size: 21px; } }
/* line 173, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline {
  width: 100% !important;
  min-height: 270px;
  background-color: #fff;
  border: none; }

/* line 178, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table {
  width: 100%; }

/* line 181, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table th.dow {
  text-transform: uppercase;
  font-weight: 400;
  opacity: .49;
  color: #3b4252;
  font-size: 10px; }

/* line 188, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table th.switch {
  color: #3b4252;
  font-size: 12px; }

/* line 192, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table th.icon-arrow-right, #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table th.icon-arrow-left {
  opacity: .49;
  color: #3b4252; }

/* line 197, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table td {
  color: #3b4252; }

/* line 199, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table td.day.old {
  opacity: .49;
  color: #3b4252; }

/* line 203, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline table td.day.active {
  background-color: #ccd959;
  background-image: none;
  color: #ffffff; }

@media (max-width: 1240px) {
  /* line 173, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb #datepicker2 .datepicker-inline {
    padding: 5px; } }
/* line 216, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table {
  width: 100%; }

/* line 218, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th {
  padding: 2px; }

.ex-hours-table tbody {
  display: block;
  overflow: scroll;
  overflow-x: auto;
  height: 274px; }

/* line 220, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th span {
  display: block;
  max-width: 90px;
  /*width: 100%;*/
  width: 60px;
  padding: 10px 0 8px;
  background-color: #fff;
  text-align: center;
  font-family: MyriadProSemibold;
  font-size: 12px;
  color: #444343;
  cursor: pointer;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */ }

/* line 234, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th span.ex-already-selected {
  background: #cdcbcb;
  cursor: not-allowed; }

/* line 238, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th span.ex-selected {
  background-color: #ccd959;
  color: #ffffff; }

/* line 242, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th span.ex-not-allowed {
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: bgcolor;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 2s;
  -moz-animation-name: bgcolor;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 2s;
  -o-animation-name: bgcolor;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 2s;
  animation-name: bgcolor;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }

@media (max-width: 1199px) {
  /* line 220, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table th span {
    max-width: initial; } }
@media (max-width: 1199px) {
  /* line 216, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb .ex-hours-table {
    margin-top: 20px; } }
@media (max-width: 767px) {
  /* line 160, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper .ex-with-rb {
    border-right: none;
    padding-right: 0; } }
@media (max-width: 767px) {
  /* line 152, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-second-step .ex-standard-wrapper {
    width: 100%;
    float: none; } }
/* line 268, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step::after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 767px) {
  /* line 274, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step .ex-standard-wrapper {
    width: 100%;
    float: none; } }
/* line 281, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step h2 {
  font-size: 40px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 281, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 281, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step h2 {
    font-size: 20px; } }
@media (max-width: 1199px) {
  /* line 293, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step .ex-seperator {
    width: 100%; } }
/* line 298, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb {
  padding-right: 30px;
  padding-bottom: 10px; }

/* line 301, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb h3 {
  font-size: 30px;
  font-family: MyriadProSemibold;
  padding-left: 30px;
  margin-top: 0; }

@media (max-width: 1199px) {
  /* line 301, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb h3 {
    font-size: 21px;
    padding-left: 0; } }
/* line 311, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope {
  padding: 25px 0 0 60px; }

/* line 313, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group {
  margin-bottom: 23px; }

/* line 315, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* line 319, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(221, 221, 221, 0.44);
  outline: none;
  border: none;
  color: #ffffff; }

/* line 44, ../sass/_mixins.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px; }

/* line 45, ../sass/_mixins.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input:-moz-placeholder {
  color: #ffffff;
  font-size: 12px; }

/* line 46, ../sass/_mixins.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input::-moz-placeholder {
  color: #ffffff;
  font-size: 12px; }

/* line 47, ../sass/_mixins.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope .form-group input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 12px; }

/* line 336, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope p {
  font-size: 12px;
  text-align: justify; }

@media (max-width: 1199px) {
  /* line 311, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-third-step .ex-with-rb .ex-form-scope {
    padding-left: 0; } }
/* line 348, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px; }

@media (max-width: 1199px) {
  /* line 354, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .row {
    margin-bottom: 20px !important; } }
/* line 360, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper h2 {
  font-size: 46px;
  font-family: MyriadProBold; }

/* line 365, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .indicaciones h3 {
  margin-top: 0;
  font-size: 18px;
  font-family: MyriadProSemibold;
  color: #ccd959; }

/* line 371, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .indicaciones p {
  font-size: 14px;
  text-align: justify; }

@media (max-width: 1199px) {
  /* line 364, ../sass/_confiramtionProcess.scss */
  #ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .indicaciones {
    margin-top: 40px; } }
/* line 380, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .checkbox {
  margin-bottom: 20px; }

/* line 382, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .checkbox label {
  font-size: 14px;
  font-family: MyriadProSemibold; }

/* line 387, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-not-standard-wrapper .ex-main-btn {
  padding: 15px 40px; }

/* line 391, ../sass/_confiramtionProcess.scss */
#ex-confirmation-process .ex-modal .ex-last-step .ex-controls {
  text-align: left;
  margin-top: 25px; }

/* line 1, ../sass/_canceledReservation.scss */
#ex-canceled-reservation {
  position: relative;
  /*background: url(../img/escola_adults.jpg) no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  padding: 150px 0 30px; }

/* line 7, ../sass/_canceledReservation.scss */
#ex-canceled-reservation .ex-modal {
  padding: 44px 40px 155px;
  max-width: 660px; }

/* line 10, ../sass/_canceledReservation.scss */
#ex-canceled-reservation .ex-modal h2 {
  font-size: 46px;
  font-family: MyriadProBold;
  margin-top: 0; }

@media (max-width: 1199px) {
  /* line 10, ../sass/_canceledReservation.scss */
  #ex-canceled-reservation .ex-modal h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 10, ../sass/_canceledReservation.scss */
  #ex-canceled-reservation .ex-modal h2 {
    font-size: 20px; } }
/* line 22, ../sass/_canceledReservation.scss */
#ex-canceled-reservation .ex-modal p {
  font-size: 39px;
  font-family: MyriadProBold;
  color: #ccd959;
  margin-top: 50px; }

@media (max-width: 1199px) {
  /* line 22, ../sass/_canceledReservation.scss */
  #ex-canceled-reservation .ex-modal p {
    font-size: 27px; } }
@media (max-width: 767px) {
  /* line 7, ../sass/_canceledReservation.scss */
  #ex-canceled-reservation .ex-modal {
    padding: 44px 40px 60px; } }
/* line 1, ../sass/_confirmation.scss */
#ex-confirmation {
  position: relative;
  background: url(../img/adultensen.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30px; }

/* line 7, ../sass/_confirmation.scss */
#ex-confirmation:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.57); }

/* line 16, ../sass/_confirmation.scss */
#ex-confirmation .ex-modal {
  padding: 38px 20px 160px;
  margin: 70px auto 0; }

/* line 19, ../sass/_confirmation.scss */
#ex-confirmation .ex-modal h2 {
  font-size: 46px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 19, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 19, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal h2 {
    font-size: 20px; } }
/* line 30, ../sass/_confirmation.scss */
#ex-confirmation .ex-modal p {
  font-family: MyriadProBold; }

/* line 32, ../sass/_confirmation.scss */
#ex-confirmation .ex-modal p:first-of-type {
  font-size: 24px;
  color: #ffffff;
  margin-top: 105px;
  margin-bottom: 38px; }

@media (max-width: 767px) {
  /* line 32, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal p:first-of-type {
    margin-top: 50px; } }
@media (max-width: 600px) {
  /* line 32, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal p:first-of-type {
    font-size: 19px; } }
/* line 46, ../sass/_confirmation.scss */
#ex-confirmation .ex-modal p:last-of-type {
  font-size: 30px;
  color: #ccd959; }

@media (max-width: 600px) {
  /* line 46, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal p:last-of-type {
    font-size: 25px; } }
@media (max-width: 1199px) {
  /* line 55, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal p br {
    display: none; } }
@media (max-width: 767px) {
  /* line 16, ../sass/_confirmation.scss */
  #ex-confirmation .ex-modal {
    padding: 38px 20px 60px; } }
/* line 1, ../sass/_manageAppointment.scss */
#ex-manage-appointment {
  position: relative;
  background: url(../img/muzizgl.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30px; }

/* line 7, ../sass/_manageAppointment.scss */
#ex-manage-appointment:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.57); }

/* line 16, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal {
  padding: 35px 40px 50px;
  margin: 70px auto 0; }

/* line 19, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal h2 {
  font-size: 46px;
  font-family: MyriadProBold; }

@media (max-width: 1199px) {
  /* line 19, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal h2 {
    font-size: 30px; } }
@media (max-width: 414px) {
  /* line 19, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal h2 {
    font-size: 20px; } }
/* line 30, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form {
  max-width: 430px;
  width: 100%;
  margin: 35px auto 85px; }

/* line 34, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form .media-left {
  min-width: 80px; }

/* line 37, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form .media-body {
  padding: 10px 0; }

/* line 40, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form label {
  font-size: 21px; }

@media (max-width: 414px) {
  /* line 40, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal .ex-standard-form label {
    font-size: 13px; } }
/* line 47, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form input {
  font-size: 21px; }

/* line 49, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form input#tipo {
  /*width: 151px;*/ }

/* line 52, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form input#hora {
  /*width: 207px;*/ }

/* line 55, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-standard-form input#nombre {
  /*width: 247px;*/ }

@media (max-width: 414px) {
  /* line 47, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal .ex-standard-form input {
    font-size: 13px; } }
/* line 64, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-main-btn {
  padding: 15px 40px; }

/* line 66, ../sass/_manageAppointment.scss */
#ex-manage-appointment .ex-modal .ex-main-btn:first-of-type {
  margin-right: 100px; }

#ex-manage-appointment .ex-modal a.ex-main-btn:first-of-type {
  margin-right: 80px; }

@media (max-width: 1199px) {
  /* line 66, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal .ex-main-btn:first-of-type {
    margin-right: 30px; } }
@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 64, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal .ex-main-btn {
    min-width: 150px;
    padding: 15px 22px; } }
@media (max-width: 600px) {
  /* line 64, ../sass/_manageAppointment.scss */
  #ex-manage-appointment .ex-modal .ex-main-btn {
    width: 100%;
    margin-bottom: 15px; } }
/* line 1, ../sass/_header.scss */
#ex-header-on-sm {
  border: none;
  background-color: #148171;
  border-radius: 0;
  padding: 15px 30px;
  margin-bottom: 0; }

/* line 8, ../sass/_header.scss */
#ex-header-on-sm .navbar-header .navbar-brand {
  font-size: 45px;
  font-family: MyriadProBold;
  color: #ccd959; }

@media (max-width: 767px) {
  /* line 8, ../sass/_header.scss */
  #ex-header-on-sm .navbar-header .navbar-brand {
    display: inline-block;
    float: none; } }
@media (max-width: 767px) {
  /* line 7, ../sass/_header.scss */
  #ex-header-on-sm .navbar-header {
    width: 100%;
    text-align: center; } }
/* line 23, ../sass/_header.scss */
#ex-header-on-sm p {
  font-size: 16px;
  font-family: MyriadProSemibold; }

@media (max-width: 767px) {
  /* line 23, ../sass/_header.scss */
  #ex-header-on-sm p {
    text-align: center; } }
/* line 1, ../sass/_footer.scss */
#ex-main-footer {
  height: 150px;
  padding: 30px 55px;
}

/* line 5, ../sass/_footer.scss */
#ex-main-footer .media-left {
  padding-right: 15px; }

/* line 7, ../sass/_footer.scss */
#ex-main-footer .media-left a {
  display: block;
  width: 55px;
  height: 85px; }

/* line 11, ../sass/_footer.scss */
#ex-main-footer .media-left a img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

#ex-main-footer a img.logo-softaula {
  width: 75px; }

/* line 18, ../sass/_footer.scss */
#ex-main-footer .media-body {
  vertical-align: bottom; }

/* line 20, ../sass/_footer.scss */
#ex-main-footer .media-body h4 {
  font-size: 20px; }

@media (max-width: 414px) {
  /* line 20, ../sass/_footer.scss */
  #ex-main-footer .media-body h4 {
    font-size: 18px; } }
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
/* line 5, ../sass/_slider.scss */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 13, ../sass/_slider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block; }

/* line 17, ../sass/_slider.scss */
.bxslider {
  margin: 0;
  padding: 0; }

/* line 21, ../sass/_slider.scss */
ul.bxslider {
  list-style: none; }

/* line 24, ../sass/_slider.scss */
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
/* line 30, ../sass/_slider.scss */
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

/* line 37, ../sass/_slider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
/* line 44, ../sass/_slider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
/* line 55, ../sass/_slider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

/* line 62, ../sass/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 74, ../sass/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

/* line 79, ../sass/_slider.scss */
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

/* line 86, ../sass/_slider.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 91, ../sass/_slider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/controls.png") no-repeat 0 -32px; }

/* line 95, ../sass/_slider.scss */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

/* line 99, ../sass/_slider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/controls.png") no-repeat -43px -32px; }

/* line 103, ../sass/_slider.scss */
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

/* line 107, ../sass/_slider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

/* line 117, ../sass/_slider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
/* line 121, ../sass/_slider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

/* line 124, ../sass/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

/* line 133, ../sass/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

/* line 138, ../sass/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

/* line 147, ../sass/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 153, ../sass/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

/* line 157, ../sass/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
/* line 162, ../sass/_slider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

/* line 170, ../sass/_slider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, ../sass/_datepicker.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat; }

/* line 21, ../sass/_datepicker.scss */
.icon-arrow-left {
  background-position: -240px -96px; }

/* line 25, ../sass/_datepicker.scss */
.icon-arrow-right {
  background-position: -264px -96px; }

/* line 29, ../sass/_datepicker.scss */
.datepicker {
  padding: 15px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  color: #333333;
  border: 2px solid #ccd959;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

/* line 42, ../sass/_datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 45, ../sass/_datepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 48, ../sass/_datepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 51, ../sass/_datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0; }

/* line 55, ../sass/_datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

/* line 66, ../sass/_datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

/* line 76, ../sass/_datepicker.scss */
.datepicker > div {
  /*display: none;*/ }

/* line 79, ../sass/_datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block; }

/* line 82, ../sass/_datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block; }

/* line 85, ../sass/_datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block; }

/* line 88, ../sass/_datepicker.scss */
.datepicker table {
  margin: 0; }

/* line 91, ../sass/_datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

/* line 101, ../sass/_datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 105, ../sass/_datepicker.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

/* line 109, ../sass/_datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

/* line 113, ../sass/_datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 119, ../sass/_datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* line 136, ../sass/_datepicker.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

/* line 158, ../sass/_datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

/* line 168, ../sass/_datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #ccd959;
  background-image: -moz-linear-gradient(top, #ffffff, #ccd959);
  background-image: -ms-linear-gradient(top, #ffffff, #ccd959);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ccd959));
  background-image: -webkit-linear-gradient(top, #ffffff, #ccd959);
  background-image: -o-linear-gradient(top, #ffffff, #ccd959);
  background-image: linear-gradient(to bottom, #ffffff, #ccd959);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='$mainGreen', GradientType=0);
  border-color: #ccd959 #ccd959 #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 187, ../sass/_datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ccd959; }

/* line 209, ../sass/_datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #ccd959 \9; }

/* line 219, ../sass/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 231, ../sass/_datepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 234, ../sass/_datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 240, ../sass/_datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ccd959;
  background-image: -moz-linear-gradient(top, #ffffff, #ccd959);
  background-image: -ms-linear-gradient(top, #ffffff, #ccd959);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ccd959));
  background-image: -webkit-linear-gradient(top, #ffffff, #ccd959);
  background-image: -o-linear-gradient(top, #ffffff, #ccd959);
  background-image: linear-gradient(to bottom, #ffffff, #ccd959);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='$mainGreen', GradientType=0);
  border-color: #ccd959 #ccd959 #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 259, ../sass/_datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ccd959; }

/* line 281, ../sass/_datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #ccd959 \9; }

/* line 291, ../sass/_datepicker.scss */
.datepicker table tr td span.old {
  color: #999999; }

/* line 294, ../sass/_datepicker.scss */
.datepicker th.switch {
  width: 145px; }

/* line 297, ../sass/_datepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer; }

/* line 301, ../sass/_datepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

/* line 305, ../sass/_datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* line 2, ../sass/_form.scss */
.ex-standard-form .media {
  margin-top: 0; }

/* line 4, ../sass/_form.scss */
.ex-standard-form .media .media-left {
  min-width: 50px;
  vertical-align: middle;
  text-align: center; }

/* line 8, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-education-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  background: url(../img/Capa-2.png) no-repeat; }

/* line 14, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-birthday-icon {
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url(../img/Capa-3.png) no-repeat; }

/* line 20, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-name-icon {
  display: inline-block;
  width: 23px;
  height: 29px;
  background: url(../img/Capa-4.png) no-repeat; }

/* line 26, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-education-icon-large {
  display: inline-block;
  width: 42px;
  height: 30px;
  background: url(../img/Capa-2-large.png) no-repeat; }

/* line 32, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-birthday-icon-large {
  display: inline-block;
  width: 36px;
  height: 33px;
  background: url(../img/Capa-5-large.png) no-repeat; }

/* line 38, ../sass/_form.scss */
.ex-standard-form .media .media-left .ex-name-icon-large {
  display: inline-block;
  width: 30px;
  height: 37px;
  background: url(../img/Capa-3-large.png) no-repeat; }

/* line 45, ../sass/_form.scss */
.ex-standard-form .media .media-body {
  vertical-align: middle;
  border-bottom: 2px solid #ffffff;
  padding: 5px 0; }

/* line 49, ../sass/_form.scss */
.ex-standard-form .media .media-body.ex-unique {
  border-top: 2px solid #ffffff; }

/* line 52, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline {
  position: relative; }

/* line 54, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline:before {
  position: absolute;
  content: '';
  right: 0;
  top: 8px;
  width: 14px;
  height: 13px;
  background: url(../img/edit.png) no-repeat; }

/* line 64, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline .form-group {
  margin-bottom: 0 !important; }

@media (max-width: 1199px) {
  /* line 64, ../sass/_form.scss */
  .ex-standard-form .media .media-body .form-inline .form-group {
    display: block; } }
/* line 71, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline label {
  font-size: 16px;
  font-family: MyriadProSemibold; }

@media (max-width: 1199px) {
  /* line 71, ../sass/_form.scss */
  .ex-standard-form .media .media-body .form-inline label {
    display: block; } }
@media (max-width: 414px) {
  /* line 71, ../sass/_form.scss */
  .ex-standard-form .media .media-body .form-inline label {
    font-size: 13px; } }
/* line 83, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline input {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  color: #ccd959;
  font-size: 16px;
  font-family: MyriadProSemibold;
  padding-right: 20px;
  padding-bottom: 10px; }

/* line 93, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline input#tipo {
  /*width: 129px;*/ }

/* line 96, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline input#hora {
  /*width: 172px;*/ }

/* line 99, ../sass/_form.scss */
.ex-standard-form .media .media-body .form-inline input#nombre {
  /*width: 202px;*/ }

@media (max-width: 1199px) {
  /* line 83, ../sass/_form.scss */
  .ex-standard-form .media .media-body .form-inline input {
    width: 100% !important;
    padding-left: 0; } }
@media (max-width: 414px) {
  /* line 83, ../sass/_form.scss */
  .ex-standard-form .media .media-body .form-inline input {
    font-size: 13px; } }

.header-section{
  background-color: rgba(255,255,255,0.6392156862745098);
  box-shadow: 2px 3.464px 6px rgba(30,48,138,0.04);
  -moz-box-shadow: 2px 3.464px 6px rgba(30,48,138,0.04);
  -webkit-box-shadow: 2px 3.464px 6px rgba(30,48,138,0.04);
}

.admin-top-section{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

@media  only screen and (max-width: 991px){
  .admin-top-section{
    flex-direction: column-reverse;
  }
  .top-right{
    padding: 20px 0;
  }
}

@media  only screen and (max-width: 576px){
  .admin-top-section{
    flex-direction: column-reverse;
  }
  .top-right{
    flex-direction: column;
    align-items: center;
  }
  .admin-top-section{
    flex-direction: column;
    align-items: center;
  }
}


.admin-dashboard .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
  border: none;
}

.admin-dashboard .nav-tabs,
.admin-dashboard .nav-tabs > li > a {
  border-bottom: none;
}

.admin-dashboard .nav-item a{
  font-size: 18px;
  color: #333;
  border-bottom: 3px solid #58b4f7;
  padding: 30px 0;
}

.admin-dashboard .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
  color: #58b4f7;
}

.admin-dashboard .nav-tabs > li.active{
  border-bottom: 3px solid #58b4f7;
}

.admin-dashboard .nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.admin-dashboard .nav-tabs > li > a:hover {
  border: none;
}

.admin-dashboard .nav-tabs>li>a{
   margin-right: 0; 
   line-height: 1; 
   border: none;
}

.admin-dashboard .nav-item {
  margin-right: 30px;
}

.admin-dashboard .language-button{
  font-size: 15px;
  padding: 10px 12px !important;
  margin-right: 30px;
  background: #6ad65e;
  border-radius: 3px;
  border: none;
  color: #fff;
  min-width: 130px;
}

.admin-dashboard .language-button:hover,
.admin-dashboard .language-button:focus, 
.admin-dashboard .language-button:active {
  color: #fff;
  background-color: #59c02c;
}

.admin-dashboard .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #59c02c;
  border-color: #59c02c;
}

.admin-dashboard .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #59c02c;
  border-color: #59c02c;
}

.admin-dashboard .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #42424d;
}

.admin-dashboard .dropdown-menu .dropdown-item:hover{
  text-decoration: none;
  color: #9c9393;
}

.admin-dashboard .top-right{
  display: flex;
  align-items: center;
}

.link-copy-sect .__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255,255,255,0.9411764705882353);
  box-shadow: 2px 3.464px 7px rgba(30,48,138,0.06);
  -moz-box-shadow: 2px 3.464px 7px rgba(30,48,138,0.06);
  -webkit-box-shadow: 2px 3.464px 7px rgba(30,48,138,0.06);
  border-radius: 10px;
  padding: 60px 100px;
  margin: 30px 0;
}


.tab-title{
  font-weight: bold;
  color: #42424d;
  font-size: 24px;
  text-align: left;
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
}

.tab-title::after{
  content: "";
  display: block;
  width: 13%;
  height: 1px;
  background: #c1c6db;
  position: absolute;
  bottom: 12px;
  left: 20%;
  opacity: 0;
}

.w-100{
  width: 100%;
}

#share_link_field::-webkit-input-placeholder,
#share_link_field:-ms-input-placeholder,
#share_link_field::placeholder { 
  color: #797a99;
}

.background-title{
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 17px 20px;
}

.bg-blue{
  background-color: #58b4f7;
}

.top-table{
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 2px 3.464px 5px rgba(30,48,138,0.08);
}

.bg-green{
  background-color: #6ccf40;
}

.bg-violet{
  background-color: #552387;
}

.pickr .pcr-button{
  width: 24px;
  height: 24px;
  margin: 8px;
}

.mb-35{
  margin-bottom: 35px;
}

.pickr .pcr-button:after,
.pickr .pcr-button:before{
  border-radius: 0 !important;
  box-shadow: 1.5px 2.598px 3px rgba(30,48,138,0.1);
}

.table-sect-bg-image{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e9ebf7;
  box-shadow: 2px 3.464px 5px rgba(30,48,138,0.08);
  padding: 30px 35px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.click-sect{
  font-size: 15px;
  color: #76778a;
  text-align: center;
}

@media only screen and (max-width: 992px){
  .admin-dashboard .nav-tabs{
    justify-content: center;
    display: flex;
  }
  .tab-title{
    justify-content: center;
    display: flex;
  }
  .tab-title::after{
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mb-sm-35{
    margin-bottom: 35px;
  }
  .table-sect-left{
    height: unset;
  }
  .table-sect-bg-image{
    flex-direction: column;
  }
  .input-field {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px){
  .link-copy-sect .__content-wrapper{
    padding: 30px 50px;
  }
  .flex-sm-center{
    justify-content: center;
  }
}

@media only screen and (max-width: 576px){
  .admin-dashboard .nav-tabs{
    flex-direction: column;
    align-items: center;
  }
  .admin-dashboard .nav-item a,
  .top-right{
    padding: 10px 0;
  }
  .link-logout-sect {
    flex-direction: column;
    align-items: center;
  }
  .generate-link{
    margin-bottom: 15px; 
    border-radius: 3px;
  }
  .file-choose-sect .title-input{
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 380px){
  .link-copy-sect .__content-wrapper {
    padding: 10px;
  }
}