@font-face {
  font-family: "NeoSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neosans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/neosans-light-webfont.woff") format("woff"), url("../fonts/neosans-light-webfont.ttf") format("truetype"), url("../fonts/neosans-light-webfont.svg#NeoSansLight") format("svg"); }
.sprite {
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block; }

.sprite-2 {
  background-image: url(../images/back_to_home.png);
  background-repeat: no-repeat;
  display: block; }

.sprite-book_design_button {
  width: 170px;
  height: 150px;
  background-position: -5px -5px; }

.sprite-book_design_button:hover {
  width: 170px;
  height: 150px;
  background-position: -322px -5px; }

.sprite-book_design_button2 {
  width: 127px;
  height: 132px;
  background-position: -185px -5px; }

.sprite-book_design_button2:hover {
  width: 127px;
  height: 132px;
  background-position: -502px -5px; }

.sprite-book_photo_button {
  width: 170px;
  height: 150px;
  background-position: -502px -147px; }

.sprite-book_photo_button:hover {
  width: 170px;
  height: 150px;
  background-position: -5px -307px; }

.sprite-book_photo_button2 {
  width: 127px;
  height: 132px;
  background-position: -185px -147px; }

.sprite-book_photo_button2:hover {
  width: 127px;
  height: 132px;
  background-position: -185px -307px; }

.sprite-book_print_button {
  width: 127px;
  height: 132px;
  background-position: -322px -307px; }

.sprite-book_print_button:hover {
  width: 127px;
  height: 132px;
  background-position: -459px -307px; }

.sprite-book_video_button {
  width: 170px;
  height: 150px;
  background-position: -185px -449px; }

.sprite-book_video_button:hover {
  width: 170px;
  height: 150px;
  background-position: -365px -449px; }

.sprite-book_video_button2 {
  width: 127px;
  height: 132px;
  background-position: -596px -307px; }

.sprite-book_video_button2:hover {
  width: 127px;
  height: 132px;
  background-position: -545px -449px; }

.sprite-proceed_button {
  width: 240px;
  height: 70px;
  background-position: -5px -609px; }

.sprite-proceed_button:hover {
  width: 240px;
  height: 70px;
  background-position: -255px -609px; }

.sprite-proof_button {
  width: 270px;
  height: 65px;
  background-position: -639px -5px; }

.sprite-proof_button:hover {
  width: 270px;
  height: 65px;
  background-position: -682px -80px; }

.sprite-request_exhibition_button {
  width: 270px;
  height: 65px;
  background-position: -682px -155px; }

.sprite-request_exhibition_button:hover {
  width: 270px;
  height: 65px;
  background-position: -682px -230px; }

.sprite-request_promo_button {
  width: 270px;
  height: 65px;
  background-position: -733px -305px; }

.sprite-request_promo_button:hover {
  width: 270px;
  height: 65px;
  background-position: -733px -380px; }

.sprite-send_message_button {
  width: 270px;
  height: 65px;
  background-position: -682px -455px; }

.sprite-send_message_button:hover {
  width: 270px;
  height: 65px;
  background-position: -682px -530px; }

.sprite-back_to_home {
  width: 180px;
  height: 35px;
  background-position: 0px 0px; }

.sprite-back_to_home:hover {
  width: 180px;
  height: 35px;
  background-position: 0px -35px; }

/*--- Variables ---*/
/*--- Global Styles ---*/
body, * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 17px; }

body, html {
  height: 100%; }

body {
  background: url(../images/back_grad.jpg) top left repeat-x #e5e6e8; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "NeoSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0px;
  padding: 0px; }

input, button, select, textarea, .form-control {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 17px; }

input {
  line-height: normal; }

*:focus, a:focus, a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.overflow {
  overflow: hidden; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE < 8 */
section {
  display: block; }

.container {
  max-width: 800px; }

/*--- Make sure images don't get too big ---*/
img {
  max-width: 100%; }

/*--- no-gutters Class Rules ---*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*--- Custom default gutter width ---*/
/*
@media (min-width: 768px)
{
	.container{
		padding-left:-5px; padding-right:-5px;
	}
	.row{
		padding-left:-5px; padding-right:-5px;
	}
    div[class^="col"]{padding-left:5px; padding-right:5px;}
}
@media (min-width: 992px)
{
	.container{
		padding-left:-10px; padding-right:-10px;
	}
	.row{
		padding-left:-10px; padding-right:-10px;
	}
    div[class^="col"]{padding-left:10px; padding-right:10px;}
}
@media (min-width: 1200px)
{
	.container{
		padding-left:15px; padding-right:15px;
	}
	.row{
		padding-left:-15px; padding-right:-15px;
	}
    div[class^="col"]{padding-left:15px; padding-right:15px;}
}
*/
/*--- Typography ---*/
.typography h1, #content .content-wrapper .page-content h1 {
  margin-bottom: 17px; }
.typography h2, #content .content-wrapper .page-content h2 {
  margin-bottom: 17px; }
.typography h3, #content .content-wrapper .page-content h3 {
  margin-bottom: 17px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #666; }
.typography h4, #content .content-wrapper .page-content h4 {
  margin-bottom: 17px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #00adee; }
.typography h5, #content .content-wrapper .page-content h5 {
  margin-bottom: 17px; }
.typography h6, #content .content-wrapper .page-content h6 {
  margin-bottom: 17px; }
.typography .alignnone, #content .content-wrapper .page-content .alignnone {
  margin: 0px 0px 17px 0px; }
.typography .aligncenter, #content .content-wrapper .page-content .aligncenter,
.typography div.aligncenter,
#content .content-wrapper .page-content div.aligncenter {
  display: block;
  margin: 0px auto 17px auto; }
.typography .alignright, #content .content-wrapper .page-content .alignright {
  float: right;
  margin: 0px 0px 17px 17px; }
.typography .alignleft, #content .content-wrapper .page-content .alignleft {
  float: left;
  margin: 0px 17px 17px 0px; }
.typography a img.alignright, #content .content-wrapper .page-content a img.alignright {
  float: right;
  margin: 0px 0px 17px 17px; }
.typography a img.alignnone, #content .content-wrapper .page-content a img.alignnone {
  margin: 0px 0px 17px 0px; }
.typography a img.alignleft, #content .content-wrapper .page-content a img.alignleft {
  float: left;
  margin: 0px 17px 17px 0px; }
.typography a img.aligncenter, #content .content-wrapper .page-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.typography p, #content .content-wrapper .page-content p {
  margin-bottom: 17px; }
.typography ul, #content .content-wrapper .page-content ul, .typography ol, #content .content-wrapper .page-content ol {
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 20px;
  overflow: hidden;
  color: #666; }
.typography p strong, #content .content-wrapper .page-content p strong {
  font-size: 12px; }

/*--- Vertical Align Classes ---*/
.tbl {
  display: table;
  width: 100%;
  height: 100%; }
  .tbl .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

/*--- Bootstrap columns vertical alignment ---*/
/* 	Usage:
	<div class="row-sm-height">
		<div class="col-sm-12 col-sm-height col-middle">
			<div class="inside">
			</div>
		</div>
	</div>
*/
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
/*--- Header ---*/
#header .logo {
  display: inline-block;
  margin: 40px 0px 0px 0px;
  font-family: "NeoSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 42px;
  line-height: 46px;
  color: #00adee; }
  #header .logo span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000000; }
#header .logo:hover {
  text-decoration: none; }
#header .sprite-back_to_home {
  float: right;
  margin-top: 50px; }

/*--- Content ---*/
#content {
  padding: 10px 0px 20px 0px; }
  #content .triangle {
    position: relative;
    z-index: 100;
    margin-bottom: -1px;
    margin-left: 40px; }
  #content .content-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 30px 30px; }
    #content .content-wrapper .page-title {
      margin-bottom: 17px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: normal; }
    #content .content-wrapper .the-options {
      background-color: #f4f2f3;
      padding: 30px 50px; }
      #content .content-wrapper .the-options ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
    #content .content-wrapper .page-content .gray-box {
      background-color: #F6F6F6;
      border: 1px solid #D3D3D3;
      padding: 20px; }
  #content .content-wrapper.secondary {
    margin-top: 20px; }
  #content form * {
    font-size: 12px; }
  #content form .panel-title {
    font-size: 20px !important;
    margin: 10px 0 !important; }
  #content form label {
    margin-top: 3px; }
  #content form .form-control {
    height: auto;
    padding: 2px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }
  #content form select.form-control {
    height: 26px; }
  #content form .form-row {
    margin-bottom: 10px; }
  #content form .well {
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }
  #content form .the-product {
    margin-bottom: 20px; }
    #content form .the-product .cb-label {
      margin-bottom: 10px; }
    #content form .the-product .blue {
      color: #00adee; }
    #content form .the-product .product-details * {
      line-height: 20px; }
  #content form .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }

.separator {
  overflow: hidden;
  height: 2px;
  border-bottom: 2px dotted #d6d6d6;
  margin: 30px 0px; }

.separator-2 {
  overflow: hidden;
  height: 2px;
  border-bottom: 2px dotted #d6d6d6;
  margin: 0px 0px 20px 0px; }

/*--- Footer ---*/
#footer {
  padding: 0px 0px 30px 0px; }
  #footer .footer-header {
    background: url(../images/bottom_nav_top.jpg) center center no-repeat;
    height: 30px; }
    #footer .footer-header h3 {
      margin-left: 25px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      line-height: 30px;
      color: #fff;
      font-weight: bold; }
  #footer .footer-content {
    background: url(../images/bottom_nav_lower.jpg) center center no-repeat;
    height: 90px; }
    #footer .footer-content ul {
      margin: 15px 0px 0px 25px;
      padding: 0px;
      list-style: none; }
      #footer .footer-content ul li a {
        font-size: 12px;
        line-height: 18px;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -ms-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
      #footer .footer-content ul li a:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -ms-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
    #footer .footer-content ul.footer-menu-1 li a {
      color: #FF6412; }
    #footer .footer-content ul.footer-menu-1 li a:hover {
      color: #fff;
      text-decoration: none; }
    #footer .footer-content ul.footer-menu-2 li a {
      color: #FFA91E; }
    #footer .footer-content ul.footer-menu-2 li a:hover {
      color: #fff;
      text-decoration: none; }
    #footer .footer-content ul.footer-menu-3 li a {
      color: #50AAC7; }
    #footer .footer-content ul.footer-menu-3 li a:hover {
      color: #fff;
      text-decoration: none; }
