html,
body {
  height: 100%;
  background-color: #070707;
  min-width: 320px;
}
@font-face {
  font-family: 'Roboto';
  src: url('/images/cache/139710/project/fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Roboto';
  src: url('/images/cache/139710/project/fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Roboto';
  src: url('/images/cache/139710/project/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#join-fullscreen {
  background-color: #070707;
  color: white;
  height: 100%;
  width: 100%;
  font-family: 'Roboto';
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: hidden;
}
#join-fullscreen .cross {
  text-align: center;
  overflow: hidden;
  width: 50%;
  z-index: 50;
}
#join-fullscreen .cross .square_div {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#join-fullscreen .cross .square_div .height {
  margin-top: 100%;
}
#join-fullscreen .cross .square_div .grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-template-rows: repeat(5,1fr);
  transform: rotate(45deg);
  grid-gap: 10px;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 48vw;
  width: 48vw;
  max-height: 1200px;
  max-width: 1200px;
}
#join-fullscreen .cross .square_div .grid div {
  overflow: hidden;
  background-color: #131313;
  position: relative;
}
#join-fullscreen .cross .square_div .grid div:nth-child(1),
#join-fullscreen .cross .square_div .grid div:nth-child(2),
#join-fullscreen .cross .square_div .grid div:nth-child(4),
#join-fullscreen .cross .square_div .grid div:nth-child(5) {
  background-color: transparent;
}
#join-fullscreen .cross .square_div .grid div:nth-child(6),
#join-fullscreen .cross .square_div .grid div:nth-child(10) {
  background-color: transparent;
}
#join-fullscreen .cross .square_div .grid div:nth-child(16),
#join-fullscreen .cross .square_div .grid div:nth-child(20) {
  background-color: transparent;
}
#join-fullscreen .cross .square_div .grid div:nth-child(21),
#join-fullscreen .cross .square_div .grid div:nth-child(22),
#join-fullscreen .cross .square_div .grid div:nth-child(24),
#join-fullscreen .cross .square_div .grid div:nth-child(25) {
  background-color: transparent;
}
#join-fullscreen .cross .square_div .grid div:nth-child(7) img,
#join-fullscreen .cross .square_div .grid div:nth-child(9) img,
#join-fullscreen .cross .square_div .grid div:nth-child(17) img,
#join-fullscreen .cross .square_div .grid div:nth-child(19) img {
  opacity: 0.2;
}
#join-fullscreen .cross .square_div .grid div img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 50%;
  height: 150%;
  opacity: 0.6;
}
#join-fullscreen .cross .square_div .grid div img.blured {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}
#join-fullscreen .offers {
  width: 50%;
  text-align: center;
  z-index: 40;
  align-self: start;
  padding-top: 15vh;
  padding-bottom: 20px;
}
#join-fullscreen .offers .offer_wrapper {
  width: 66%;
  max-width: 550px;
  min-width: 320px;
  margin-left: 7%;
}
#join-fullscreen .offers .offer_wrapper h1 a {
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: lighter;
  font-size: 30px;
  line-height: 46px;
  color: #f3f3f3;
  margin: 50px auto 50px auto;
}
#join-fullscreen .offers .offer_wrapper h1 a b span {
  color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper h1 a img {
  max-width: 100%;
}
#join-fullscreen .offers .offer_wrapper .actions {
  position: relative;
  min-height: 300px;
}
#join-fullscreen .offers .offer_wrapper .actions .select_offers {
  transition: 0.3s transform ease-out, 0.25s opacity cubic-bezier(0,0.45,0,0.35), 0.15s height ease-in-out 0.2s;
  opacity: 1;
}
#join-fullscreen .offers .offer_wrapper .actions .select_offers.hidden {
  transform: translateX(-100%);
  opacity: 0;
  height: 130px;
}
#join-fullscreen .offers .offer_wrapper .actions p.error {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .no_offers .already_member {
  margin: 60px 0;
}
#join-fullscreen .offers .offer_wrapper .actions .no_offers .already_member h2 {
  font-size: 22px;
}
#join-fullscreen .offers .offer_wrapper .actions .methods {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  flex-wrap: nowrap;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item {
  cursor: pointer;
  flex-grow: 1;
  margin-top: 5px;
  position: relative;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item .icon {
  width: 60px;
  height: 35px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item .icon img {
  position: absolute;
  max-width: 90%;
  max-height: 65%;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item .icon img.base {
  display: block;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item .icon img.hover {
  display: none;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item span {
  display: block;
  font-size: 10px;
  line-height: 20px;
  margin-top: 6px;
  color: #f3f3f3;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item .triangle {
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #303030;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 15px;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item.selected {
  cursor: inherit;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item.selected .icon {
  border-color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item.selected .icon img.base {
  display: none;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item.selected .icon img.hover {
  display: block;
}
#join-fullscreen .offers .offer_wrapper .actions .methods .item.selectable {
  cursor: pointer;
}
#join-fullscreen .offers .offer_wrapper .actions .processors {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #303030;
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
  border-radius: 3px;
}
#join-fullscreen .offers .offer_wrapper .actions .processors .processor {
  width: 23%;
  height: 48px;
  text-align: center;
  border: 1px solid #f3f3f3;
  margin: 0 5%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#join-fullscreen .offers .offer_wrapper .actions .processors .processor img {
  max-width: 90%;
}
#join-fullscreen .offers .offer_wrapper .actions .processors .processor.active {
  border: 1px solid #c1102c;
  cursor: default;
}
#join-fullscreen .offers .offer_wrapper .actions .list .separator {
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #f3f3f3;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item {
  display: table;
  margin: 20px auto;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  text-align: left;
  padding: 7px 16px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  color: #f3f3f3;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.info {
  display: table-cell;
  vertical-align: middle;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.info h3.title {
  font-size: 20px;
  line-height: 21px;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.info span {
  color: #595959;
  font-size: 12px;
  line-height: 14px;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.price_info {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.price_info span.currency {
  vertical-align: top;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.price_info div.price {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.price_info div.price span {
  top: 0;
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  left: 102%;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item div.price_info div.period {
  display: inline-block;
  font-size: 14px;
  margin-left: -3px;
  vertical-align: text-bottom;
  color: #595959;
  min-width: 20px;
}
#join-fullscreen .offers .offer_wrapper .actions .list .item.selected {
  border-color: #c1102c;
  background-color: #f3f3f3;
  color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .list:hover .item {
  border-color: #f3f3f3;
  background-color: transparent;
  color: #f3f3f3;
}
#join-fullscreen .offers .offer_wrapper .actions .list:hover .item:hover {
  border-color: #c1102c;
  background-color: #f3f3f3;
  color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .tos input[type="checkbox"] {
  accent-color: #595959;
  margin-right: 5px;
}
#join-fullscreen .offers .offer_wrapper .actions .tos a {
  color: #f3f3f3;
  text-decoration: underline;
}
#join-fullscreen .offers .offer_wrapper .actions .action {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #c1102c;
  color: #f3f3f3;
  border-radius: 25px;
  overflow: hidden;
  background-color: #131313;
}
#join-fullscreen .offers .offer_wrapper .actions .action a {
  text-decoration: none;
  color: #f3f3f3;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
#join-fullscreen .offers .offer_wrapper .actions .action a.submit {
  padding-right: 15px;
  background-color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .action a.submit::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 15px 0 0;
  border-color: #c1102c transparent transparent transparent;
  clear: both;
}
#join-fullscreen .offers .offer_wrapper .actions .action a.alternative {
  padding-left: 30px;
  padding-right: 30px;
}
#join-fullscreen .offers .offer_wrapper .actions .email {
  transition: 0.3s transform ease-out, 0.1s opacity cubic-bezier(0,0.95,0,0.95);
  transform: translateX(100vw) translateY(-50%);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 304px;
  width: 100%;
}
#join-fullscreen .offers .offer_wrapper .actions .email.show {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#join-fullscreen .offers .offer_wrapper .actions .email .loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #c1102c;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto 20px auto;
}
#join-fullscreen .offers .offer_wrapper .actions .email .cancel_loader {
  display: none;
  text-decoration: underline;
  cursor: pointer;
  color: #595959;
}
#join-fullscreen .offers .offer_wrapper .actions .email input[type=email] {
  display: inline-block;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  background: transparent;
  color: #f3f3f3;
  padding: 2px 10px;
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
}
#join-fullscreen .offers .offer_wrapper .actions .email input[type=email]::placeholder {
  color: #f3f3f3;
}
#join-fullscreen .offers .offer_wrapper .actions .email .captcha_error {
  margin-top: 20px;
}
#join-fullscreen .offers .offer_wrapper .actions .email .g-recaptcha {
  width: 304px;
  margin: 20px auto 0 auto;
}
#join-fullscreen .offers .offer_wrapper .actions .email .g-recaptcha > div {
  margin: 0 auto;
}
#join-fullscreen .offers .offer_wrapper .actions .email button {
  cursor: pointer;
  color: #f3f3f3;
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #c1102c;
  border-radius: 25px;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
}
#join-fullscreen .offers .offer_wrapper .actions .email button.pay {
  background-color: #c1102c;
}
#join-fullscreen .offers .offer_wrapper .actions .email button.back {
  margin-top: 0;
  background-color: #131313;
  font-size: 16px;
  line-height: 22px;
}
#join-fullscreen .offers .offer_wrapper .more_icons {
  margin-top: 40px;
  text-align: center;
}
#join-fullscreen .offers .offer_wrapper .more_icons .item {
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
}
#join-fullscreen .offers .offer_wrapper .more_icons .item img {
  width: 40px;
  border-radius: 50%;
  border: 1px solid #595959;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}
#join-fullscreen .offers .offer_wrapper .more_icons .item span {
  margin-top: 2px;
  font-weight: bold;
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #f3f3f3;
}
.modal {
  min-width: 320px;
}
.modal .modal-content {
  background: #131313;
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
}
.modal h4 {
  font-weight: bold;
  font-size: 24px;
}
#read_more_modal .modal-body .details {
  margin-bottom: 14px;
}
#read_more_modal .modal-body .details .item {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 10px;
}
#read_more_modal .modal-body .details .item img {
  padding-right: 10px;
  padding-top: -2px;
}
#reward_modal .modal-body .woodman_pass {
  color: #c1102c;
  font-size: 18px;
  text-align: center;
}
#reward_modal .modal-body .condition_title {
  margin-bottom: 5px;
}
#reward_modal .modal-body table {
  width: 100%;
  margin-bottom: 20px;
}
#reward_modal .modal-body table th {
  font-weight: bold;
}
#reward_modal .modal-body table tr td,
#reward_modal .modal-body table tr th {
  border-left: 1px solid #FFF;
  padding-left: 2px;
}
#reward_modal .modal-body table tr td:first-child,
#reward_modal .modal-body table tr th:first-child {
  border-left: 0;
}
.join-footer {
  font-family: 'Roboto';
  text-align: center;
  color: #777777;
  font-size: 12px;
  padding-bottom: 30px;
  margin-top: 20px;
  width: 100%;
  align-self: stretch;
}
.join-footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #999;
}
.join-footer .links a {
  display: block;
  text-decoration: none;
  padding: 0px 30px 0px 30px;
}
.join-footer a {
  color: #777777;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  #join-fullscreen .offers .offer_wrapper h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1440px) {
  #join-fullscreen .offers .offer_wrapper {
    max-width: 90%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 840px) {
  #join-fullscreen .offers .offer_wrapper {
    width: 85%;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action {
    border: none;
    background-color: unset;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a {
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 16px;
    width: 100%;
    max-width: 250px;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.submit {
    background-color: #c1102c;
    margin-bottom: 15px;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.submit:after {
    display: none;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.alternative {
    border: 1px solid #c1102c;
    background-color: #131313;
  }
  #join-fullscreen .offers .offer_wrapper .more_icons .item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 840px) {
  #join-fullscreen .cross {
    display: none;
  }
  #join-fullscreen .offers {
    width: 100%;
    padding-top: 7vh;
  }
  #join-fullscreen .offers .offer_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #join-fullscreen .offers .offer_wrapper .action a {
    font-size: 16px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 640px) {
  #join-fullscreen .cross {
    display: none;
  }
  #join-fullscreen .offers {
    width: 100%;
    padding-top: 30px;
  }
  #join-fullscreen .offers .offer_wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #join-fullscreen .offers .offer_wrapper .methods .item {
    margin: 15px 3px 20px 3px;
  }
  #join-fullscreen .offers .offer_wrapper .list .item {
    padding: 10px 16px;
  }
  #join-fullscreen .offers .offer_wrapper .list .item div.price_info {
    min-width: 100px;
  }
  #join-fullscreen .offers .offer_wrapper .action a {
    font-size: 16px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 480px) {
  #join-fullscreen .offers .offer_wrapper .actions .action {
    border: none;
    background-color: unset;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a {
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 16px;
    width: 100%;
    max-width: 250px;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.submit {
    background-color: #c1102c;
    margin-bottom: 15px;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.submit:after {
    display: none;
  }
  #join-fullscreen .offers .offer_wrapper .actions .action a.alternative {
    border: 1px solid #c1102c;
    background-color: #131313;
  }
  #join-fullscreen .offers .offer_wrapper .more_icons .item {
    margin: 0 12px;
  }
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.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)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.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}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.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;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.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)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}