/* Theme:
 *      Complementing color:    #98d0af
 *      Call-to-action color:   #2a73a0
 *
 */


/*
 * Globals
 */

* {
    /*border: 1px solid #ff0;*/
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #444;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #8cb89e;
  border: 1px solid #98d0af;
}
.btn-default:hover {
    background-color: #98d0af;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #ed6e07;
  background-color: #000;
}
body {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.center {
    text-align: center;
}

.step {
    font-size: 17px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(152, 208, 175, .5);
          box-shadow: inset 0 0 100px rgba(152, 208, 175, .5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    text-align: center;
  color: #fff;
  border-bottom-color: #fff;
}
.masthead-nav > .active.bruler > a {
    display: block;
    background: url(../img/bruler.png) bottom left repeat-x transparent;
    border: 0;
    width: 151px;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  font-size: 10px;
  text-align: right;
}
.mastfoot a {
    color: #999;
    color: rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px;
  }
}

h1, h2, h3, h4, h5, h6 {
    color: #98d0af;
}

/*
    Questions
*/
.form-group .label {
    position: absolute;
    font-size: 11px;
    left: 20px;
}

.label.radio-error {
    top: -7px;
    left: 5px;
}
input[type="text"].error,
select.error {
    background: url(../img/error.png) #fff;
}
input[type="text"].error:focus,
select.error:focus {
    background: #fff;
}

/*
    Interview
*/
#brulenator {
    position: absolute;
}
#podium {
    position: absolute;
    left: 200px;
}
#glass {
    position: absolute;
    top: -80px;
    right: -80px;
}

#brulenate .popover {
    top: 75px;
}
#brulenate h1 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 35px;
    background: -webkit-linear-gradient(#ffdf00, #ffab00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.inverse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.popover {
    max-width: none;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border: 1px solid #fff;
    left: auto !important;
    text-shadow: 0 1px 3px rgba(100,100,100,.75);
}

.popover h1,
.popover h2,
.popover h3,
.popover h4 {
    margin: 0;
}

.popover-content {
    
}

#brule-speech {
    top: -170px;
}
#brule-speech .arrow {
    left: 140px;
}
#brule-speech .arrow:after {
    
}

#interviewee-speech {
    top: 200px;
    right: 0;
    max-width: 600px;
    font-size: 17px;
}
#interviewee-speech .arrow {
    left: auto;
    right: 65px;
}
#interviewee-speech .arrow:after {
    border-bottom-color: #fff;
}

#interviewee-speech .radio:first-child {
    margin: 0;
}
#interviewee-speech .radio {
    margin: 10px 0 0;
}
#interviewee-speech .radio:hover {
    color: #98d0af;
}

.guest {
    min-height: 415px;
}

.progress.vertical {
    -ms-transform: rotate(270deg); 
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
#meter {
    position: relative;
}
#meter .percent {
    position: absolute;
    left: -60px;
    top: -40px;
    text-align: center;
    width: 60px;
    font-size: 24px;
}
#brule-o-meter .progress {
    position: absolute;
    top: 125px;
    left: -180px;
    height: 60px;
    width: 300px;
    background: #000;
    border: 1px solid #fff;
}

#brule-o-meter .progress-bar-low {
    background-color: #9ad2af;
}
#brule-o-meter .progress-bar-medium {
    background-color: #62a3a8;
}
#brule-o-meter .progress-bar-high {
    background-color: #2a73a0;
}