@import url();
@-ms-viewport{ width: auto !important; }

html, body {
	font-family: 'Droid Sans', sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #D1CDCD;
  font-size: 93%;
}

body>.container {
	background-color: #FFF;
	/*width: 1170px !important;*/
  /*min-width: 970px !important;*/
	/*box-shadow: 0 0 50px rgba(0,0,0,0.30);*/
	border-top: 0;
	border-bottom: 0;
}

div.ranges-showoff-row > div.col-md-4 > div.panel > div.panel-body > h3 {
  margin-top: 0;
}

div.ranges-container > div.alert {
  padding: 6px;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon-wrapper .ribbon {
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: red;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#closed-corner-frames .thumbnail:hover {
  text-decoration: none;
}
#closed-corner-frames .thumbnail h2 {
  margin-top: 0px;
}
#closed-corner-frames .thumbnail .caption {
  padding-bottom: 0;
  margin-bottom: -5px;
}

.ccf-header {
  margin-top: 0;
  border-bottom: 0;
}

.extras-header {
  margin-bottom: 0px;z
}
.extras-small {
  margin-bottom:  15px;
}

body>.container>.row {
	position:relative;
}

/* Always make images not overflow boxes */
.row img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

/* ...except for google maps */
#map_canvas img {
	max-width: none;
	max-height: none;
}

a:not(.btn) {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 { color: #333; }

h1 { margin-top: 5px; }

/* Header! */
header { margin: 0 -15px; position:relative; }

@media(min-width: 769px) {
  header img { max-width: 100%; }
}

@media(max-width: 768px) {
  header>a { display: block; width: 100%; overflow: hidden; }
  header img { width: 175%; }
}

/* Navbar! */
.navbar {
	color: #aaa;
	border-radius: 0px;
	margin: 0;
	background: rgb(245,245,245);
	background: rgba(0,0,0,0.03);
	border: 1px solid #eee;
}

@media (min-width: 768px) {
  .navbar>.container-fluid {
    padding: 0;
  }
}

.navbar-toggle .icon-bar {
  background: #aaa;
}
nav img { height: 19px; }

@media (max-width: 1200px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.95em;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0;
  }
}

/* Sidebar! */
#sidebar {
	border-right: 1px solid #eee;
}

#sidebar>strong {
	display: block;
	margin: 0 -15px;
	padding: 5px 15px;
	background: #eee;
	background: rgba(0,0,0,0.05);
}

#sidebar ul:not(.typeahead) {
	margin: 0 -15px;
	padding: 0;
}

#sidebar ul li { list-style-type: none; }

#sidebar ul:not(.typeahead) li a {
	padding: 5px 15px;
	display: block;
	background: rgb(245,245,245);
	background: rgba(0,0,0,0.02);
}


#sidebar ul:not(.typeahead) li a:hover {
	background: #ddd;
	text-decoration: none;
}

#sidebar ul li h4 {
	display: inline;
	color: #069;
}

#sidebar ul li a img {
	max-width: 90%;
	margin: 5%;
	clear: both;
	padding: 15px 0;
}

#sidebar .actions {
  margin: 15px 0;
  width: 100%;
}

#sidebar .actions a {
  position: relative;
  height: 52.5px;
  text-align: left;
  padding: 6px 5px 0 45px;
}

#sidebar .actions img {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 7.5px 5px;
}

#sidebar .actions h4 {
  margin: 0;
}

/* Content! */

.pill {
	width: 100%;
	box-sizing: border-box;
	border:1px solid #eee;
	border-radius: 4px;
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.pill.link:hover {
	border: 1px solid #aaa;
}

.pill.link a {
	display: block;
	margin: -15px;
	padding: 15px;
	height: 100%;
}

.pill.link a>div.text-center {
	height: 100%;
	width: 100%;
}

.pill.link a:hover {
	text-decoration: none;
}

.pill.link a h3 {
	position: absolute;
	left: 16px;
	padding: 5px;
	top: 1px;
	background: #fff;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #eee;
	border-top: none;
	border-left: none;
	border-top-left-radius: 4px;
	font-size: 12px;
	margin: 0;
	text-align: left;
}

.pill.link a strong {
	position: absolute;
	left: 16px;
	bottom: 11px;
	right: 16px;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
}

.pill h2 {
	font-size: 22pt;
	margin-top: 10px;
}

.pill h3 {
	margin-top: 10px;
	text-align: center;
}

.pill h4 {
	margin-top: 5px;
	text-align: center;
}

.moulding .pill {
	height: 140px;
}
/* G Change - Stop the moulding image overflowing */
.moulding .pill {
	overflow: hidden;
}

.chevron .pill {
	height: 200px;
}

.chevron .text-center img {
	margin-top: 15px;
}

img.favourite {
	border-top-right-radius: 4px;
	position: absolute;
	top: 0;
	right: 15px;
	opacity: 0.6;
	width: 13%;
}
img.favourite:hover {
	opacity: 0.5;
}

div.moulding-preview {
	height: 100px !important;
	margin-top: 18px;
	overflow-y: hidden;
}

.moulding .text-center img {
	margin-top: 20px;
	max-height: 70%;
}



.pill .warning {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1em;
	background: #FF0000;
	background: rgba(255,0,0,0.5);
	color: #fff;
	margin: -10% 15%;
}

.mounts label.active {
	border-color: black;
	background: black;
}

.mounts .btn {
	padding: 3px;
	margin-left: 0 !important;
	height: 44px;
	width: 44px;
	border-radius: 0;
}

.mounts img {
	width: 100%;
	height: 100%;
}

.carousel-indicators {
bottom: 5px;
}

label.disabled {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 0.6;
}



blockquote.success {
	border-color: #5cb85c;
}

blockquote.info {
	border-color: #5bc0de;
}

blockquote.warning {
	border-color: #f0ad4e;
}

blockquote.danger {
	border-color: #d9534f;
}

h1.page-header {
	margin: 15px 0 20px;
}

.panel-category {
	background: #eee;
	padding: 8px 15px;
	left: 0px;
}
.panel-category > small {
	color: #868686;
	padding-left:5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #888;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #aaa;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width:769px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.nav-tabs {
  margin: 15px -15px;
  box-shadow: inset 0 -7px 10px -10px rgba(0,0,0,0.7);
}

.nav-tabs>li:first-child {
  margin-left: 15px;
}

.disabled { opacity: 0.5; }

.nav-tabs>li>a {
  background: #eee;
  background: rgba(0,0,0,0.05);
}

.nav-tabs>li:not(.active)>a:hover, .nav-tabs>li.active>a {
  margin-top: -5px;
  height: 47px;
}

.nav-tabs>li:not(.active)>a:hover {
  box-shadow: inset 0 -7px 10px -10px rgba(0,0,0,0.7);
}

/* Magnific Popup stuff */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-no-margins .mfp-container,.mfp-no-margins img.mfp-img{padding:0}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:.001;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}
.mfp-bottom-bar{position:absolute!important;top:36px!important}.mfp-title{text-align:center!important;padding:5px!important;background:rgba(0,0,0,.4)!important;bottom:0!important}@-webkit-keyframes spinner1{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner1{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner1{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner1{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner2{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes spinner2{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes spinner2{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spinner2{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.spinner{position:absolute;width:48px;height:48px;top:10%;left:50%;margin-left:-34px;margin-top:-34px}.spinner:after,.spinner:before{position:absolute;content:"";border:2px solid #000;width:64px;height:64px}.spinner:after{-webkit-animation:spinner1 2.5s linear infinite;-moz-animation:spinner1 2.5s linear infinite;animation:spinner1 2.5s linear infinite}.spinner:before{width:88px;height:88px;margin-left:-13px;margin-top:-13px;-webkit-animation:spinner2 2.5s linear infinite;-moz-animation:spinner2 2.5s linear infinite;animation:spinner2 2.5s linear infinite}

/* Feedback button stuff */
.feedback-btn {
  font-size: 14px;
  position: fixed;
  bottom: -3px;
  right: 60px;
  width: auto;
}
#feedback-module p{font-size:13px}#feedback-note-tmp{width:444px;height:auto;min-height:90px;outline:0;font-family:'Droid sans',Arial,sans-serif;padding:4px}#feedback-note-tmp:focus,#feedback-overview-note:focus{border:1px solid #64b7cc}#feedback-canvas{position:absolute;top:0;left:0}#feedback-welcome{top:30%;left:50%;margin-left:-270px;display:block;position:fixed}.feedback-logo{background:url(/images/feedback-icons.png) no-repeat;width:34px;margin-bottom:16px;font-size:16px;font-weight:400;line-height:32px;padding-left:40px;height:32px}.feedback-back-btn,.feedback-close-btn,.feedback-next-btn,.feedback-submit-btn{width:72px;height:29px;line-height:27px;padding:0 8px;float:right;font-size:13px}.feedback-back-btn{margin-right:20px}#feedback-close,.feedback-wizard-close{position:absolute;width:30px;height:30px}.feedback-helper{background:rgba(0,0,0,0);cursor:default}.feedback-helper[data-type=highlight]>.feedback-helper-inner{background:rgba(0,68,255,.1)}#feedback-close{cursor:pointer;background:url(/images/feedback-icons.png) 0 -64px}.feedback-wizard-close{cursor:pointer;top:2px;right:2px;background:url(/images/feedback-icons.png) 0 -34px;opacity:.65}.feedback-wizard-close:hover{opacity:1}#feedback-overview-error,#feedback-welcome-error{display:none;color:#f13e3e;float:right;margin-right:30px;font-size:13px;line-height:29px}#feedback-overview-error{margin-top:20px}#feedback-highlighter{display:none;bottom:100px;right:100px;position:fixed;height:275px}#feedback-overview{display:none;top:10%;left:50%;margin-left:-420px;position:fixed;width:840px!important;height:auto}#feedback-submit-error,#feedback-submit-success{top:30%;left:50%;margin-left:-300px;display:block;position:fixed;height:auto}.feedback-btn{padding:10px;outline:0;background-clip:padding-box;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);-moz-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:40000}.feedback-btn-gray{text-align:center;cursor:pointer;font-family:'Droid sans';border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,.1);color:#444;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1)}.feedback-btn-gray:hover{color:#333;border:1px solid #c6c6c6;background-color:#f8f8f8;background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1)}.feedback-btn-blue{text-align:center;cursor:pointer;font-family:'Droid sans';border-radius:2px;background-color:#357ae8;background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);border:1px solid #2f5bb7;color:#fff}#feedback-note-tmp,#feedback-overview-note{resize:none}#feedback-highlighter,#feedback-overview,#feedback-submit-error,#feedback-submit-success,#feedback-welcome{font-family:'Droid sans',Arial,sans-serif;z-index:40000;padding:30px 42px;width:540px;border:1px solid rgba(0,0,0,.333);outline:0;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);-moz-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px rgba(0,0,0,.2);background:#fff;background-clip:padding-box;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transform:translateZ()}.feedback-setblackout,.feedback-sethighlight{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f5f5f5;background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);color:#444;border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:default;font-size:11px;font-weight:700;text-align:center;white-space:nowrap;margin-right:16px;height:30px;line-height:28px;min-width:90px;outline:0;padding:0 8px;display:inline-block;float:left}.feedback-setblackout{margin-top:10px;clear:both}.feedback-sethighlight div{background:url(/images/feedback-icons.png) 0 -94px;width:16px;height:16px;margin-top:7px;float:left}.feedback-setblackout div{background:url(/images/feedback-icons.png) -16px -94px;width:16px;height:16px;margin-top:7px;float:left}.feedback-setblackout:hover,.feedback-sethighlight:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f8f8f8;background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;color:#333}.feedback-active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#e0e0e0);background-image:-moz-linear-gradient(top,#eee,#e0e0e0);background-image:-ms-linear-gradient(top,#eee,#e0e0e0);background-image:-o-linear-gradient(top,#eee,#e0e0e0);background-image:linear-gradient(top,#eee,#e0e0e0);border:1px solid #ccc;color:#333}#feedback-highlighter label{float:left;margin:0 0 0 10px;line-height:30px;font-size:13px;font-weight:400}#feedback-highlighter label.lower{margin-top:10px}.feedback-buttons{float:right;margin-top:20px;clear:both}#feedback-module h3{font-weight:700;font-size:15px;margin:8px 0}.feedback-additional{margin-bottom:20px!important}#feedback-overview-description{float:left}#feedback-overview-note{width:314px;padding:4px;height:90px;outline:0;font-family:'Droid sans',Arial,sans-serif}#feedback-overview-screenshot{float:right}.feedback-screenshot{max-width:396px;padding:1px;border:1px solid #adadad}#feedback-overview-description-text span{font-size:14px;margin:8px 0 8px 26px;color:#666;padding-left:10px;background:url(/images/feedback-icons.png) -30px -34px no-repeat}#feedback-additional-none,#feedback-browser-info,#feedback-page-info,#feedback-page-structure{margin-top:16px;display:none}

.breadcrumb {
  margin: 0 -15px;
  border-radius: 0;
  background: rgba(0,0,0, 0.03);
  border-bottom: 1px solid #eee;
}

.form-control:required:invalid {
  border-color: #843534;
}

.form-control:required:invalid:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.showcase>div { height: 100%; padding: 0; }
.showcase-main { border-bottom: 1px solid #ddd; padding-bottom:1px;}

.showcase-main>div:not(:last-child) { border-right: 1px solid #ddd; }
.showcase a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.showcase>div>a>div {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.showcase-main>div:hover, .showcase .panel:hover {
  color: #000;
  background: rgb(245,245,245);
  background: rgba(0,0,0,0.06);
}

.showcase {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.showcase .panel {
  height: 100%;
  position: relative;
  margin: 15px 7.5px 0 7.5px;
}

.showcase .panel-body {
  padding: 0;
}

.showcase a:hover {
  text-decoration: none;
}

.showcase h1 { font-size: 2.1em; margin-top: 15px; }

.showcase h2 { margin-top: 10px; font-size: 1.8em; }

.showcase h3 { font-size: 1.3em; margin-top: -10px; }

.showcase h4 { font-size: 1.1em; }

.showcase a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media(max-width: 992px) {
  .showcase-main div:first-child img {
    margin-top: 40px;
  }
}

@media(min-width: 768px) and (max-width: 992px) {
  .showcase-main div:last-child img {
    margin-top: 40px;
  }

  .showcase h2 {
    font-size: 1.4em;
  }

  .showcase h4 {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: -5px;
  }
}

@media(min-width: 768px) {
  .showcase.ultra-value img {
    width: 50%; 
    float: right; 
    display: block;
    padding-top: 16px;
  }
}

@media(max-width: 767px) {
  .showcase h1 { font-size: 7.5vw; }
  .showcase h2 { font-size: 7.5vw; }
  .showcase h3 { font-size: 4.5vw; }
  .showcase h4 { font-size: 4.5vw; }

  .showcase.ultra-value img {
    width: 100%;
    margin-top: 16em;
  }
  .browse-to-item-container {
    display: none !important;
  }
}

.shadow-level-1 { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.shadow-level-2 { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.shadow-level-3 { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }
.shadow-level-4 { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.shadow-level-5 { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); }

.checkbox {
  padding-left: 20px;
  margin: 0;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: -1px;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 17px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.banner {
  width: 100%;
  padding: 5px 0;
  background: #fff;
  z-index: 10;
}

.banner .col-sm-1 {
  padding: 0;
}

.banner .col-sm-1 .btn {
  margin: -5px -0;
  padding: 0.75em;
  font-size: 1.2em;
  border-radius: 0;
}

@media(min-width: 769px) and (max-width: 992px) {
  .banner .col-sm-1 .btn {
    padding: 1em;
    font-size: 0.9em;
  }

  .banner .col-sm-11 {
    font-size: 0.8em;
  }
}

@media(min-width: 993px) and (max-width: 1200px) {
  .banner .col-sm-11 {
    font-size: 0.95em;
  }
}

@media(max-width: 768px) {
  .banner .col-sm-1 .btn {
    margin: 5px 0;
  }
}
