@charset "UTF-8";
/* CSS Document */

body{
	border-top:12px solid #f4f3f1;
	background:#f4f3f1;
	text-align:center;
}
h1{
	font-size:38px;
	color:#646464;
	margin-bottom:5px;
}
h2 a.inline{
	color:#777777;
	text-decoration:none;
	transition: color .10s ease-in-out;
   	-moz-transition: color .10s ease-in-out;
   	-webkit-transition: color .10s ease-in-out;
}
h2 a.inline:hover{
	color:#9c2d24;
	text-decoration:none;
}
footer p a, footer p{
	background:#555555;
	color:#ffffff;
	font-family: "alternate-gothic-no-3-d-n4","alternate-gothic-no-3-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	padding: 17px 0 15px 0;
	font-size: 18px;
	margin-bottom: 0;
	text-decoration:none;
	transition: color .10s ease-in-out;
   	-moz-transition: color .10s ease-in-out;
   	-webkit-transition: color .10s ease-in-out;
	line-height:2; /* in case it breaks into 2 lines */
}
footer p a:hover{
	text-decoration:none;
	color:#f2f2f2;
}
.logo{
	margin-right: -70px;
	transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
.logo:hover{
	-webkit-transform: scale(1.05,1.05) rotate(-2deg);
    -moz-transform:scale(1.05,1.05) rotate(-2deg);
}
.divider{
	margin:0 10px;
}
.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main msg */
.jumbotron {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 28px;
  background-image: url(images/bg_header.gif);
  background-repeat:repeat-x;
  background-position:center center;
}
.jumbotron img.pull-right{
	margin-top: -29px;
	opacity: 1;
   	transition: opacity .15s ease-in-out;
   	-moz-transition: opacity .15s ease-in-out;
   	-webkit-transition: opacity .15s ease-in-out;
}
.jumbotron img.pull-right:hover{
	opacity: 0.9;
}
.col-md-12 .btn-default img{
	margin-top:-3px;
	margin-left: 4px;
}
.col-md-12 .btn-default{
	width:143px;
	margin-top: 25px;
	margin-bottom: 15px;
	transition: background .10s ease-in-out;
   	-moz-transition: background .10s ease-in-out;
   	-webkit-transition: background .10s ease-in-out;
}
.col-md-12 p{
	max-width:700px;
	text-align:center;
	margin: 0 auto;
}

/* Items */
.shadow{
	position: relative;
	z-index: 1;
	outline: none !important;
}
.products{
	margin-bottom:40px;
}
.products h1{
	font-size:49px;
}
.products .col-sm-4 p img{ /* the product img */
	z-index: 0;
	position: relative;	
	margin-top: -222px;
}
.products .col-sm-4 p a img{ /* border and shadow */
	z-index: 1;
	top: 0px;
	position: relative;	
	margin-top:0px;	
	border: 17px solid #ffffff;
	transition: box-shadow .10s ease-in-out;
   	-moz-transition: box-shadow .10s ease-in-out;
   	-webkit-transition: box-shadow .10s ease-in-out;	
}
.products .col-sm-4 p a img:hover{
	-webkit-box-shadow: 0px 0px 7px 0px #ddd;
	box-shadow: 0px 0px 7px 0px #ddd;
}
.products .col-sm-4 h2{
	margin-top:-2px;
}
.products .col-sm-4{
	margin-top:70px;
}

/* popup */
.sticker{
	min-height:100px;
	background-image:url(images/sticker.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.boxLeft{
	background:#ffffff;
}
.boxLeft .text-center{
	display: inline-block;
	text-align: center;
}
.boxLeft img{
	margin-top: 90px;
}
.boxRight{
	background:#f4f3f1;
	text-align:left;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.boxRight h1{
	margin-bottom: 11px;
	padding-top:70px;
	font-size:49px;
	color:#555555;
}
.boxRight label{
	margin-top: 20px;
	font-size:16px;
	color:#bbbbbb;
}
.boxRight .btn{
	float:right;
	border:0;
	margin: 22px 0 42px 0;
}
.boxRight h3{
	color:#9c2d24;
	margin-top:0;
}
.has-error{
	color: #b94a48;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e5e5e5; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
	.products .col-sm-4 p img{
		margin-left: -198px;
		margin-top:0;
	}
	.products .col-sm-4 p a img{
		margin-left: 6px;
	}
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* colorbox overlay */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333333;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:transparent;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#ffffff;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/x.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{right:30px; top:30px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}