/* VARIABLES
----------------------------------------------------------------------------- */
/* GLOBAL
----------------------------------------------------------------------------- */
html {
  background: #fffcc0 url(../images/html-background.jpg) top repeat-x; }

body {
  background: transparent; }

.pad {
  padding: 20px 20px 10px 20px; }

.pad-top {
  padding-top: 20px; }

.pad-bottom {
  padding-bottom: 10px; }

.push-top,
.push {
  margin-top: 40px; }

.push-bottom,
.push {
  margin-bottom: 30px; }

.push-top-half,
.push-half {
  margin-top: 20px; }

.push-bottom-half,
.push-half {
  margin-bottom: 10px; }

.mb-4 {
  margin-bottom: 15px; }

.relative {
  position: relative; }

.static {
  position: static; }

.flush + *,
.flush-top {
  margin-top: 0; }

.flush,
.flush-bottom {
  margin-bottom: 0; }

.reduce,
.reduce-top {
  padding-top: 0; }

.reduce,
.reduce-bottom {
  padding-bottom: 0; }

ol.simple,
ul.simple {
  list-style: none;
  padding: 0; }

ol.plain,
ul.plain {
  list-style: none; }

.stick-left,
.stick-right {
  position: absolute;
  top: 15px; }

.stick-left {
  left: 15px; }

.stick-right {
  right: 15px; }

.large {
  font-size: 1.1em; }

.larger {
  font-size: 1.2em; }

.largest {
  font-size: 1.3em; }

.gigantic {
  font-size: 1.5em; }

.small {
  font-size: 0.9em; }

.smaller {
  font-size: 0.8em; }

.smallest {
  font-size: 0.7em; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal; }

.form-group.submit {
  margin-bottom: 0; }

.stick-right.close {
  font-size: 3em; }

@media (min-width: 992px) {
  .text-left-md {
    text-align: left; }

  .text-right-md {
    text-align: right; } }
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left; }

  .text-right-sm {
    text-align: right; } }
/* TOP
----------------------------------------------------------------------------- */
#skip-to-content {
  position: absolute;
  top: 0;
  left: -100%; }

#browse-happy {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4em;
  z-index: 1031;
  padding: 0.5em 0; }

#browse-happy a {
  color: #fff; }

/* CONTAINER
----------------------------------------------------------------------------- */
#container {
  box-shadow: 0 0.75em 0.6em rgba(0, 0, 0, 0.6);
  background: #fff;
  padding: 40px 20px;
  margin-top: 4em;
  margin-bottom: 2em; }

@media (min-width: 480px) {
  #container {
    padding: 40px; } }
/* HEADER
----------------------------------------------------------------------------- */
#header-info {
  min-height: 146px;
  position: relative; }

#header-home {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -5em;
  left: 0;
  z-index: 100; }

#header-phone {
  width: 100%;
  position: absolute;
  top: 5em;
  left: 0;
  text-align: center; }

#header-phone .glyphicon {
  color: #777;
  margin-left: 0.1em;
  margin-right: 1em; }

#header-phone .where {
  color: #777;
  text-transform: uppercase; }

#header-phone .number {
  font-size: 2em;
  line-height: 1em; }

#header .navbar {
  font-family: "Ubuntu", "Trebuchet MS", Verdana, sans-serif;
  z-index: 200; }

#header-banner {
  overflow-x: hidden;
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }

#header-banner > div[class^='col-'] {
  padding: 0; }

@media (min-width: 480px) {
  #header-banner {
    margin-left: -40px;
    margin-right: -40px; } }
@media (min-width: 768px) {
  #container {
    border-radius: 0.75em; }

  #header-home {
    width: auto;
    text-align: left;
    left: 20px; }

  #header-info {
    min-height: 86px; }

  #header-phone {
    width: auto;
    text-align: right;
    float: right;
    position: static;
    margin-top: 12px; }

  #header-phone .glyphicon {
    float: left; }

  #header .navbar {
    font-size: 1.25em; }

  #header .navbar-collapse {
    padding-left: 0; }

  #header .navbar-nav > li > a {
    border-bottom: 2px solid transparent; }

  #header .navbar-nav > .open > a,
  #header .navbar-nav > .active > a {
    border-bottom: 2px solid #fac040; }

  #header-banner img {
    width: 100%;
    box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.4);
    margin-top: 1em;
    margin-bottom: 1em; } }
/* CONTENT
----------------------------------------------------------------------------- */
#content {
  padding-top: 1em; }

#content div.brand-primary-lighter {
  background: #fff4bf;
  border-bottom: 2px solid #fac040;
  overflow: auto;
  padding: 0 20px 20px 20px; }

#content h1 {
  border-bottom: 2px solid #fac040; }

.home #content h1 {
  text-align: center; }

.home #content a.spotlight {
  margin-top: 20px; }

.home #content h3 {
  margin-bottom: 0; }

.home #content .summary {
  margin-top: 10px; }

.internal #content h1 {
  margin-bottom: 0; }

#content article > * {
  margin-top: 20px; }

#content h1,
#content h2,
#content h3 {
  font-family: "Ubuntu", "Trebuchet MS", Verdana, sans-serif; }

/* #content iframe {
  width: 100%;
  border: none;
  margin-bottom: 10px; } */

#content a:not(.btn) {
  border-bottom: 1px solid #fac040;
  color: #333;
  text-decoration: none; }

#content a:not(.btn):active,
#content a:not(.btn):hover {
  border-color: #e7a106;
  color: #000; }

#content a > h1,
#content a > h2,
#content a > h3 {
  color: #333;
  text-transform: uppercase; }

#content a:active > h1,
#content a:hover > h1,
#content a:active > h2,
#content a:hover > h2,
#content a:active > h3,
#content a:hover > h3 {
  color: #000; }

#content .img-responsive.center-block {
  width: 100%; }

#content .table-bordered,
#content .table-bordered th,
#content .table-bordered td {
  border-color: #fac040; }

#content table thead th {
  background: #fac040;
  color: #fff; }

#content .btn {
  text-transform: uppercase; }

#content .catalogue ul.thumbs {
  height: 32px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0; }

#content .catalogue ul.thumbs li {
  display: inline; }

#content .product-thumbs {
  border-top: 2px solid #fac040;
  overflow: auto;
  padding-top: 20px; }

#content .product-thumbs li {
  width: 49%;
  float: left;
  margin-right: 2%; }

#content .product-thumbs li.odd {
  clear: left; }

#content .product-thumbs li.even {
  margin-right: 0; }

#content .row-back p {
  margin-top: 20px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* #content iframe {
    min-height: 20em; } */

  #content .product-thumbs li {
    width: 210px; }

  #content .product-thumbs li.odd {
    clear: none;
    margin-right: 15px; }

  #content .product-thumbs li.even {
    margin-right: 15px; }

  #content .product-thumbs li.three {
    margin-right: 0; }

  #content .product-thumbs li.three-plus-one {
    clear: left; } }
@media (min-width: 992px) {
  #content .product-thumbs li {
    width: 205px; }

  #content .product-thumbs li.odd {
    clear: left;
    margin-right: 10px; }

  #content .product-thumbs li.even {
    margin-right: 0; }

  #content .product-thumbs li.three-plus-one {
    clear: inherit; }

  #content .row-back p {
    border-top: 2px solid #fac040;
    padding-top: 20px; } }
@media (min-width: 1200px) {
  #content .product-thumbs li {
    width: 225px; }

  #content .product-thumbs li.odd {
    clear: none;
    margin-right: 15px; }

  #content .product-thumbs li.even {
    margin-right: 15px; }

  #content .product-thumbs li.three {
    margin-right: 0; }

  #content .product-thumbs li.three-plus-one {
    clear: left; } }
/* FOOTER
----------------------------------------------------------------------------- */
#footer {
  font-size: 0.9em;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 20px;
  padding-right: 20px; }

#footer a {
  color: #000; }

#footer a:hover,
#footer a:active {
  border-top: 2px solid #fac040;
  text-decoration: none; }

@media (min-width: 480px) {
  #footer {
    padding-left: 40px;
    padding-right: 40px; } }

/*# sourceMappingURL=cerama2.css.map */
