
/* Banner */

#banner {
  padding-bottom: 1.5em;
}

/* Elements */

a {
  outline-width: 0;
  text-decoration: none;
  color: black;
}

p {
  margin-top: 1em;
  margin-bottom: 0em;
}

h1 {
  color: black;
  font-family: Verdana,Arial,sans-serif;
  font-size: 130%;
  margin-top: 25px;
  margin-bottom: 0px;
}

h2 {
  color: #000000;
  font-family: Verdana,Arial,sans-serif;
  font-size: 200%;
  margin-top: 15px;
  margin-bottom: 30px;
}

h6 {
  font-size: 115%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

h5 {
	font-size: 150%;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

h5:before {
    border-top: 3px solid #202020;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 12px; left: 0; right: 0; bottom: 0;
    width: 40%;
    z-index: -1;
}

h5 span { background: #fff; padding: 0 30px; }

.info-limiter {
  position: relative;
  overflow: hidden;
}

.info-icon {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  text-align: center;
  font-family: sans-serif;
}

.info-text {
  position: relative;
  z-index: 2;
  top: 315px;
  right: -150px;
  width: 315px;
  height: 400px;
  text-align: left;
  color: black;
  font-family: sans-serif;
}

.info-circle {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  top: -10px;
  right: -30px;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  text-align: center;
  background: white;
  color: black;
  border-radius: 100%;
  border: 2px solid black;
  padding: 0px;
  overflow: hidden;
  font-family: sans-serif;
}

.info-open {
  top: -300px;
  right: -300px;
  width: 800px;
  height: 800px;
  overflow: hidden;
}

.background-line {
    position: relative;
    z-index: 1;

    &:before {
        border-top: 3px solid #000000;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 45%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px;
    }
}

.piece_content img {
  max-width: 80%;
}

.solution-carousel {
}

strong {
  font-weight: bold !important;
}

/* Navigation */

.active {
  font-weight: bold;
}

.separator {
  padding-top: 15px;
}

.nav {
  font-size: 90%;
}

.nav li {
  display: block;
  text-align: left;
}

.selected {
  margin: 7px 7px 27px 7px !important;
}

/* Layout & items */

#outer-wrapper {
  margin: 5px 20px;
}

.tabc {
  border-top: 3px solid #333333 !important;
  border-bottom: 3px solid #333333 !important;
  border-left: 3px solid #333333 !important;
  border-right: 3px solid #333333 !important;
  min-height: 780px;
  height: auto;
  min-width: 80%;
  width: auto;

  -webkit-border-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 16px;
}

.ui-tabs .ui-tabs-nav {
  margin-bottom: -0px;
  padding-bottom: 0px;
  padding-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -3px;
  padding-bottom: 3px;
}

#pzl_main {
  width: 100%;
  margin-top: 30px;
}

.pieces_small {
  background-color: transparent;
  display: block;
  max-width:1000px;
  max-height:192px;
  width: auto;
  height: auto;
}

.pieces_large {
  background-color: transparent;
  display: block;
  max-width: 1000px;
  max-height: 384px;
  width: auto;
  height: auto;
}

.pieces_main {
  max-height: 260px;
}

.pzl_thumbs li,
.img_thumbs {
  background-color: transparent;
  display: block;
}

.img_thumbs {
  height: 192px;
  width: 192px;
  max-height: 100%;
}

.pzl_thumbs li {
  float: left;
  height: 215px;
  margin: 10px 10px 30px 10px;
}

.pzl_thumbs ul {
  float: left;
}

.pzl_thumbs dd {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

#pzl_filter {
  border: 2px solid #333333;
  padding: 20px;
  width: 7em !important;
}

.pzl_sol {
  position:relative;
  max-height: 500px;
  max-width: 1000px;
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
