/* @charset "utf-8";
CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  margin-top: 0px;
  font-size: 16px;
  color: #545454;
}
strong, .text-strong {
  font-weight: 500;
  letter-spacing: .1em;
}
.light {
  font-weight: 300;
  letter-spacing: .03em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333333;
    line-height: 1.25em;
    letter-spacing: .12em;
}
h1, .h1 {
  font-size: 40px;
  font-weight: 600;
}
small, .small {
  font-size: 80%;
  line-height: 1.5em; 
  font-weight: 500;
}
.lineHtTight {
  line-height: 1.25em;
}
.tiny {
  font-size: 12px;
  line-height: 1.25em;
}
.medium {
  font-size: 95%;
  line-height: 1.35em;
}
.hrShort {
  margin-top: 8px;
  margin-bottom: 8px;
}
.hrDark {
  border-color: rgb(216, 216, 216);
}
.hrDarker {
  border-color: rgba(148,148,148,1.00);
}
.hrVeryDark {
  border-color: rgba(46,46,46,1.00);
}
.hrWhite {
  border-color: rgba(255,255,255,0.60);
}

/* Font Awesome */
.fa {
  padding-left: 3px;
  padding-right: 3px;
}

/*Padding TOP buffer*/
.top-buffer {
  padding-top: 25px;
}
@media (max-width: 440px){
.top-xs{
 padding-top: 35px;
}
}

.top-buffer-large {
  padding-top: 35px;
}
.top-buffer-xlarge {
  padding-top: 45px;
}
.top-buffer-medium {
  padding-top: 18px;
}
.top-buffer-small {
  padding-top: 12px;
}
.top-buffer-smaller {
  padding-top: 6px;
}
.pad-bottom{
  padding-bottom: 35px;
}
@media (max-width: 440px){
.pad-bottom{
  padding-bottom: 20px;
}
}

/* Slider Width */
.slideWidth {
  width: 100%;
  height: auto;
}

/* Text Colors */
.colorWhite, .colorWhite:hover {
  color: white !important;
}

/* BOOTSTRAP stuff */
.navbar-default {
    background-color: transparent;
    border-color: rgb(216, 216, 216);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: rgb(160, 160, 160);
    font-size: 13px;
    letter-spacing: .125em;
    font-weight: 500;
}


@media (min-width: 769px){
  .navbar-nav > li > a {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 440px){  
.navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid rgb(199, 199, 199);    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgb(171, 42, 35);
    border-color: rgb(171, 42, 35);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255,183,0,.8);
-moz-box-shadow: 0px 0px 15px 0px rgba(255,183,0,.8);
box-shadow: 0px 0px 15px 0px rgba(255,183,0,.8);
}
}

@media (min-width: 1200px){
  .navbar-nav > li > a {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.btn, .form-control {
  border-radius: 2px;
}
.pTight {
  margin: 0 0 6px;
}
a {
  color: rgba(95,95,95,.80);
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}
a:hover, a:focus {
  color: rgba(95,95,95,1.00);
}

/*=== FLEX fake  =====*/
.is-table-row-xs {
  display: table;
}
.is-table-row-xs [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width : 769px) {
.is-table-row {
  display: table;
  width: 100%;
}
.is-table-row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
}
.backHome{
  background-image: url(../images/brickwall.jpg); 
  background-repeat: repeat-x; 
  background-position: center center; 
  background-size: cover;
}
.backOther {
  background-repeat:no-repeat ; 
  background-position: center top; 
  background-size: contain;
}
.brugPanel {
  background-color: rgb(125, 40, 35); 
  -webkit-box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.6);
  padding: 20px;
  padding-bottom: 35px;
  margin-top: -50px;
  font-weight: 300;
  min-height: 335px;
}

@media (max-width: 440px){
.brugPanel {
  margin-top: 0px;    
} 
  }
.boxShadow{
  -webkit-box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 35px -6px rgba(0,0,0,0.2);  
}

/* Responsive iFrame  map size 600(+30 for padding) x 571 */
.responsive-map {
    position: relative;
    padding-bottom: 88%;
    padding-top: 0px; overflow: hidden;
}

.responsive-map iframe,
.responsive-map object,
.responsive-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}