/* line 3, sass/cv3d.scss */
body {
  background-color: #f5f5f5; }

/* header override */
/* line 8, sass/cv3d.scss */
#banner {
  background: url("../images/banner.jpg") no-repeat center !important;
  font-family: 'Playfair Display', serif;
  height: 200px; }

@media (max-width: 680px) {
  /* line 16, sass/cv3d.scss */
  #banner, ul.actions {
    display: none; } }
/* line 22, sass/cv3d.scss */
#banner p {
  text-transform: inherit; }

/* line 26, sass/cv3d.scss */
#banner .overlay-effect {
  position: absolute;
  top: 1px;
  bottom: 0;
  height: 96%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.25);
  z-index: 10; }

/* line 39, sass/cv3d.scss */
#cv3d_container {
  /* page layout */
  /* 3D container */
  /* configurator ui container */ }
  /* line 43, sass/cv3d.scss */
  #cv3d_container .cv3d-box {
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1); }
  /* line 46, sass/cv3d.scss */
  #cv3d_container .rounded {
    border-radius: 25px; }
  /* line 49, sass/cv3d.scss */
  #cv3d_container .light {
    color: white;
    text-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75); }
  /* line 53, sass/cv3d.scss */
  #cv3d_container .contrast {
    color: #333;
    /*text-shadow: 3px 3px 7px rgba(46, 46, 46, 0.95)*/ }
  /* line 59, sass/cv3d.scss */
  #cv3d_container canvas {
    border-radius: 25px;
    border: 3px solid white; }
  /* line 64, sass/cv3d.scss */
  #cv3d_container #cv3d_render {
    width: 58%;
    float: left;
    background-color: #ebebeb;
    /*padding:25px;*/
    min-width: 320px;
    min-height: 320px;
    /*margin-left: 15px;*/
    margin-top: 15px;
    z-index: 100;
    border-radius: 25px; }
    /* line 81, sass/cv3d.scss */
    #cv3d_container #cv3d_render .configure-button {
      position: fixed;
      z-index: 100;
      bottom: 0px;
      margin: 0% auto;
      left: 0;
      right: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      text-align: center;
      padding: 5px 15px;
      height: 50px;
      line-height: 50px;
      background-color: #00414D;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 1.2em;
      cursor: pointer;
      color: white;
      text-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75); }
    @media (min-width: 681px) {
      /* line 107, sass/cv3d.scss */
      #cv3d_container #cv3d_render .configure-button {
        display: none; } }
  /* line 113, sass/cv3d.scss */
  #cv3d_container #cv3d_render img {
    width: 100%; }
  /* line 122, sass/cv3d.scss */
  #cv3d_container #cv3d_ui {
    width: 38%;
    float: right;
    padding: 25px 10px;
    background-color: #fff;
    text-align: center;
    /*margin-right: 15px;*/
    margin-top: 15px;
    /* options */ }
    /* line 136, sass/cv3d.scss */
    #cv3d_container #cv3d_ui h2 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      padding-bottom: 25px; }
    /* line 142, sass/cv3d.scss */
    #cv3d_container #cv3d_ui p.cv3d-desc {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      /*text-align: left;*/
      padding-bottom: 25px; }
    /* line 150, sass/cv3d.scss */
    #cv3d_container #cv3d_ui #cv3d_uicontaniner {
      max-width: 450px;
      margin: 0 auto; }
    /* line 155, sass/cv3d.scss */
    #cv3d_container #cv3d_ui #cv3d_steps {
      /*max-width: 442px;*/ }
    /* line 161, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .option-group, #cv3d_container #cv3d_ui .texture-group, #cv3d_container #cv3d_ui .input-group {
      text-align: left; }
      /* line 165, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .option-group .group-title, #cv3d_container #cv3d_ui .texture-group .group-title, #cv3d_container #cv3d_ui .input-group .group-title {
        text-align: left;
        font-family: 'Playfair Display', serif;
        font-size: 1.1em;
        font-weight: 500;
        /*font-style: italic;*/
        padding-left: 3px; }
    /* line 178, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .thumbnails .item-option, #cv3d_container #cv3d_ui .thumbnails .texture-option {
      display: inline-block;
      padding: 0 0px;
      /* counterbalance title relative */
      margin-top: -15px;
      margin-left: -5px;
      /*opacity: 0.75;*/
      cursor: pointer; }
      /* line 188, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .thumbnails .item-option p, #cv3d_container #cv3d_ui .thumbnails .texture-option p {
        position: relative;
        top: 35px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        text-align: center;
        display: none; }
      /* line 198, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .thumbnails .item-option img, #cv3d_container #cv3d_ui .thumbnails .texture-option img {
        width: 30px;
        border: 4px solid #ffffff; }
    /* line 206, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .thumbnails .item-option img {
      width: 150px; }
    /* line 211, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .thumbnails .item-option.selected, #cv3d_container #cv3d_ui .thumbnails .texture-option.selected {
      opacity: 1; }
      /* line 213, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .thumbnails .item-option.selected img, #cv3d_container #cv3d_ui .thumbnails .texture-option.selected img {
        border: 4px solid #ffffff;
        position: relative;
        z-index: 99;
        -moz-box-shadow: 0px 0px 6px 0px #656565;
        -webkit-box-shadow: 0px 0px 6px 0px #656565;
        -o-box-shadow: 0px 0px 6px 0px #656565;
        box-shadow: 0px 0px 6px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=6); }
    /* line 226, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .thumbnails .item-option:hover, #cv3d_container #cv3d_ui .thumbnails .texture-option:hover {
      opacity: 1;
      transition: opacity .2s ease-out;
      -moz-transition: opacity .2s ease-out;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out; }
    @media (max-width: 680px) {
      /* line 238, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .thumbnails .item-option img, #cv3d_container #cv3d_ui .thumbnails .texture-option img {
        /*width: 125px;*/ } }
    /* line 246, sass/cv3d.scss */
    #cv3d_container #cv3d_ui .input-group {
      font-family: 'Lato', sans-serif;
      padding-left: 2px; }
      /* line 250, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group .large {
        width: 350px; }
      /* line 254, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group .group-title {
        padding-bottom: 20px;
        padding-left: 2px; }
      /* line 259, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group label {
        font-weight: normal;
        display: block;
        margin-bottom: 10px; }
      /* line 264, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group .one-liner {
        display: block;
        border: 0;
        border-bottom: 2px solid #adadad;
        margin-bottom: 25px; }
      /* line 271, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group input[type=submit] {
        border: 0px solid #f44c0e;
        background: white;
        padding: 25px 20px;
        margin-top: 20px;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 1.1em; }
      /* line 281, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group input[type=submit]:hover {
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        /*color:white;*/ }
      /* line 286, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group input[type=text]:focus {
        outline: 0; }
      /* line 287, sass/cv3d.scss */
      #cv3d_container #cv3d_ui .input-group input[type=text] {
        font-weight: bold; }
  @media (max-width: 900px) {
    /* line 292, sass/cv3d.scss */
    #cv3d_container #cv3d_ui {
      width: 33%; } }
  @media (max-width: 750px) {
    /* line 297, sass/cv3d.scss */
    #cv3d_container #cv3d_ui {
      width: 26%;
      padding: 10px; } }
  @media (max-width: 680px) {
    /* line 303, sass/cv3d.scss */
    #cv3d_container #cv3d_ui, #cv3d_container #cv3d_render {
      width: 95%;
      float: none;
      clear: both;
      margin-left: 15px;
      margin-right: 15px;
      min-width: 320px; } }

/* line 318, sass/cv3d.scss */
.test {
  padding: 20px;
  margin: 20px;
  display: none; }

/* line 323, sass/cv3d.scss */
#result {
  font-family: 'Lato', sans-serif; }

/* Pure CSS 3 fancy separator
* http://front-back.com/pure-css-3-fancy-separator
 */
/* line 332, sass/cv3d.scss */
.or-spacer {
  margin: 40px auto;
  position: relative;
  cursor: pointer; }
  /* line 338, sass/cv3d.scss */
  .or-spacer .mask {
    overflow: hidden;
    height: 20px; }
    /* line 340, sass/cv3d.scss */
    .or-spacer .mask:after {
      content: '';
      display: block;
      margin: -25px auto 0;
      width: 100%;
      height: 25px;
      border-radius: 125px / 12px;
      box-shadow: 0 0 8px black; }
  /* line 348, sass/cv3d.scss */
  .or-spacer span {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -22.5px;
    left: 50%;
    margin-left: -22.5px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white; }
  /* line 358, sass/cv3d.scss */
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #aaa;
    text-align: center;
    line-height: 38px;
    font-style: normal;
    color: #D5CE72; }

/*vertical variation*/
/* line 377, sass/cv3d.scss */
.or-spacer-vertical {
  display: inline-block;
  margin-top: 100px;
  margin-left: 100px;
  width: 100px;
  position: relative; }
  /* line 382, sass/cv3d.scss */
  .or-spacer-vertical .mask {
    overflow: hidden;
    width: 20px;
    height: 200px; }
  /* line 386, sass/cv3d.scss */
  .or-spacer-vertical.left .mask:after {
    content: '';
    display: block;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px black; }
  /* line 393, sass/cv3d.scss */
  .or-spacer-vertical.right .mask:before {
    content: '';
    display: block;
    margin-left: 20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px black; }

/* line 404, sass/cv3d.scss */
.footer {
  clear: both; }

/*# sourceMappingURL=cv3d.css.map */
