body {
  background: url(../../images/background.jpg); }

body > .navbar {
  /*background-color:#575757;*/
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%; }

@media (min-width: 768px) {
  body > .navbar-transparent {
    background-color: transparent; }

  body > .navbar-transparent .navbar-nav > .open > a {
    background-color: transparent !important; } }
#home {
  padding-top: 0; }

#home .navbar-brand {
  padding: 13.5px 15px 12.5px; }

#home .navbar-brand > img {
  display: inline;
  margin: 0 10px;
  height: 100%; }

#banner {
  min-height: 300px;
  border-bottom: none; }

.table-of-contents {
  margin-top: 1em; }

.page-header h1 {
  font-size: 4em; }

.bs-docs-section {
  margin-top: 6em; }

.bs-docs-section h1 {
  padding-top: 100px; }

.bs-component {
  position: relative; }

.bs-component .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block; }

.bs-component .modal-dialog {
  width: 90%; }

.bs-component .popover {
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 20px; }

#source-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 700; }

.nav-tabs {
  margin-bottom: 15px; }

.progress {
  margin-bottom: 10px; }

footer {
  margin: 5em 0; }

footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

footer p {
  clear: left;
  margin-bottom: 0; }

.splash {
  padding: 9em 0 2em;
  background-color: #141d27;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center; }

.splash .logo {
  width: 160px; }

.splash h1 {
  font-size: 3em; }

.splash #social {
  margin: 2em 0; }

.splash .alert {
  margin: 2em 0; }

.section-tout {
  padding: 4em 0 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #eaf1f1; }

.section-tout .fa {
  margin-right: .5em; }

.section-tout p {
  margin-bottom: 3em; }

.section-preview {
  padding: 4em 0 4em; }

.section-preview .preview {
  margin-bottom: 4em;
  background-color: #eaf1f1; }

.section-preview .preview .image {
  position: relative; }

.section-preview .preview .image:before {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none; }

.section-preview .preview .options {
  padding: 1em 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  text-align: center; }

.section-preview .preview .options p {
  margin-bottom: 2em; }

.section-preview .dropdown-menu {
  text-align: left; }

.section-preview .lead {
  margin-bottom: 2em; }

@media (max-width: 767px) {
  .section-preview .image img {
    width: 100%; } }
.sponsor #carbonads {
  max-width: 240px;
  margin: 0 auto; }

.sponsor .carbon-text {
  display: block;
  margin-top: 1em;
  font-size: 12px; }

.sponsor .carbon-poweredby {
  float: right;
  margin-top: 1em;
  font-size: 10px; }

@media (max-width: 767px) {
  .splash {
    padding-top: 4em; }

  .splash .logo {
    width: 100px; }

  .splash h1 {
    font-size: 2em; }

  #banner {
    margin-bottom: 2em;
    text-align: center; } }
.aaa {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 70px; }

.help-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 22px;
  cursor: default; }

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff; }

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4; }

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px; }

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0; }

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    transform: scale(1); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
@media (max-width: 482px) {
  span.custom {
    display: none; } }
.text-center {
  font-family: raleway; }

.aaa {
  font-family: raleway;
  font-size: 1.5em; }

p.add {
  font-family: raleway;
  font-size: 1.3em;
  margin: 20px 125px;
  vertical-align: baseline;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: 30px; }

p > a {
  color: #7cdefc; }

p > a:hover {
  color: #3E9DFD;
  text-decoration: none; }

.p_add {
  width: 90%;
  margin: 50px auto; }

@media (max-width: 485px) {
  .add.text-center {
    width: 100%;
    margin: auto;
    font-size: 1em; } }
@media (min-width: 486px) and (max-width: 800px) {
  .add.text-center {
    width: 100%;
    margin: auto;
    font-size: 1.1em; } }
@media (max-width: 485px) {
  .add_terms {
    width: 100%;
    margin: auto;
    font-size: 1.1em; } }
.footer {
  text-align: center;
  line-height: 50px;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 0px;
  background: #3A3F44;
  opacity: .7;
  border-top: 1px solid #3E9DFD; }

.footer p {
  font-size: 1.2em;
  font-family: raleway;
  padding: 15px; }

.footer a {
  color: inherit; }

@media (max-width: 485px) {
  .footer p {
    font-size: .8em;
    height: 150px;
    margin-bottom: 0; } }
.btn {
  position: relative;
  width: 150px;
  font-family: raleway; }

.glyphicon-menu-right {
  position: absolute;
  left: 5px;
  font-size: .7em; }

.navbar {
  min-height: 50px; }

.navbar-nav > li > a {
  line-height: 40px; }

.navbar-brand > img {
  background: transparent;
  border: none;
  margin-left: 15px; }

.spacer {
  width: 100%;
  height: 150px; }

img.terms {
  margin: 10px auto; }

.terms {
  margin: 10px auto;
  font-family: raleway;
  font-weight: bold;
  font-size: 1.8em; }

.add_terms {
  text-align: left;
  font-size: 1.2em;
  padding: 15px 15px;
  vertical-align: baseline;
  letter-spacing: 1.5px;
  line-height: 1.6;
  text-indent: 50px; }

.ukphoto {
  color: #7cdefc; }

/***** Modal *****/
.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7; }

.modal-content {
  background: none;
  border: 1px solid #212121;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-body {
  padding: 0 25px 25px 25px;
  border: 1px solid #212121; }

.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right; }

.modal-header, .modal-footer {
  border: 1px solid #212121; }

.modal-header .close {
  float: none;
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1; }

.contact {
  margin-top: 100px; }

#formWrap {
  text-align: center;
  margin-top: 30px;
  background: #3A3F44;
  padding: 16px 10px 40px; }

#form .row {
  display: block;
  line-height: 40px;
  overflow: auto;
  padding: 20px 0;
  width: 100%; }

.last {
  box-shadow: 0px 25px 20px -20px #000; }

#form .row .label {
  font-family: raleway;
  font-size: 18px;
  width: 300px;
  text-align: right;
  float: left;
  padding: 10px;
  margin-right: 10px; }

#form .row .input {
  float: left; }

.detail {
  margin: 0;
  height: 50px;
  width: 390px;
  border-radius: 5px;
  border: 0;
  font-size: 1.1em;
  color: #191919;
  background: #3A3F44;
  padding: 0px 10px;
  display: block; }

.detail:hover, .messag:hover, .detail:focus, .messag:focus {
  background: #eee; }

.messag {
  width: 390px;
  max-width: 390px;
  min-height: 150px;
  border-radius: 5px;
  border: 0;
  font-size: 1.1em;
  color: #191919;
  background: #3A3F44;
  overflow: auto;
  padding: 0px 10px;
  display: block; }

@media (max-width: 482px) {
  .detail {
    width: 90%;
    font-size: 1em; }

  .messag {
    width: 100%;
    margin: auto; }

  #form .row .label {
    margin: auto; } }
#form .row .context {
  font-size: 16px;
  font-family: raleway;
  line-height: 40px;
  width: 300px;
  float: left; }

#form #submit {
  font-family: raleway;
  margin-top: 25px;
  background: #818181;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  font-size: 1.1em;
  line-height: 40px;
  transition: all .3s ease; }

#form #submit:hover {
  background: #3E9DFD;
  color: #222;
   }

span.error {
  color: indianred;
  font-family: raleway;
  display: block;
  background-image: url(../../images/x.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#formWrap p.add_terms {
  font-family: raleway;
  font-size: 2.1em;
  font-weight:bold;  }

@media (max-width: 485px) {
  #form p.add_terms {
    font-size: 1.1em;
    margin: auto;
    text-align: center; } }
