/* defaults */
html {-webkit-font-smoothing: antialiased;}
body {background: #fff;}

a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
hr {margin: 25px 0 35px 0; border: 0; height: 1px; background: #cdccc6; border-bottom: 1px solid #ebebe8;}
pre {
padding: 15px;
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

/* helpers */
.wrapper {width: 990px; margin: 0 auto; overflow: visible; position: relative;}
.container {position: relative;}
.clean-grid > .row {margin: 0;}
.clean-grid > .row > [class*="col-"] {padding: 0;}
.module-right-xs {margin-right: 10px;}
.module-right-sm {margin-right: 20px;}
.module-right-md {margin-right: 30px;}
.module-right-lg {margin-right: 50px;}
.module-left-xs {margin-left: 10px;}
.module-left-sm {margin-left: 20px;}
.module-left-md {margin-left: 30px;}
.module-left-lg {margin-left: 50px;}
.module {margin-bottom: 20px;}
.module-xs {margin-bottom: 10px;}
.module-sm {margin-bottom: 20px;}
.module-md {margin-bottom: 30px;}
.module-lg {margin-bottom: 50px;}
.hide-overflow {overflow: hidden;}
.reset {margin: 0; padding: 0;}
.reset-margin {margin: 0;}
.reset-padding {padding: 0;}
.reset-list {list-style: none; margin: 0; padding: 0;}
.reset-list > li {list-style-type: none; margin: 0; padding: 0;}
.reset-list-wide {list-style: none; margin: 0; padding: 0; width: 105%;}
.reset-list-wide > li {list-style-type: none; margin: 0; padding: 0;}
.list-horizontal > li {float: left;}
.list-on-grid {margin-left: -30px;}
.inner {padding: 10px;}
.full-block-link {display: block; width: 100%; height: 100%; text-indent: -9999px;}
.text-nowrap {white-space: nowrap;}
.text-nowrap .tooltip {white-space: normal;}
.text-ellipsis {display: block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; width: 200px;}
.align-h {margin: 0 auto;}
.align-v {display: table-cell; vertical-align: middle;}
.wrap {
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  line-height: 0;
  content: "";
}
.wrap:after {
  clear: both;
}
.clear {clear: both;}
.makeup-rounded, .makeup-rounded img {
  -webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
          border-radius: 5px;
}
.makeup-rounded-top {
  -webkit-border-radius: 5px 5px 0 0; 
     -moz-border-radius: 5px 5px 0 0; 
          border-radius: 5px 5px 0 0;
}
.makeup-rounded-bottom {
  -webkit-border-radius: 0 0 5px 5px; 
     -moz-border-radius: 0 0 5px 5px; 
          border-radius: 0 0 5px 5px;
}
.makeup-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); 
     -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); 
          box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.makeup-animate {
-webkit-transition: all 0.28s ease 0s;
   -moz-transition: all 0.28s ease 0s;
     -o-transition: all 0.28s ease 0s;
        transition: all 0.28s ease 0s;
}
.makeup-gradient {
  background-color: #2294c9;
  background-image: -webkit-linear-gradient(bottom, #0073a8 50%, #0c7eb3 50%, #1689be 78%, #2294c9 100%) !important;
     background-image: -moz-linear-gradient(bottom, #0073a8 50%, #0c7eb3 50%, #1689be 78%, #2294c9 100%) !important;
      background-image: -ms-linear-gradient(bottom, #0073a8 50%, #0c7eb3 50%, #1689be 78%, #2294c9 100%) !important;
       background-image: -o-linear-gradient(bottom, #0073a8 50%, #0c7eb3 50%, #1689be 78%, #2294c9 100%) !important;
          background-image: linear-gradient(bottom, #0073a8 50%, #0c7eb3 50%, #1689be 78%, #2294c9 100%) !important;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #0073a8),color-stop(0.5, #0c7eb3),color-stop(0.78, #1689be),color-stop(1, #2294c9)) !important;
}
.makeup-scale {
  position: relative; 
  overflow: hidden; 
  display: block;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.makeup-scale > * {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.makeup-scale:hover > * {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.padded {padding: 20px;}

/* cookies */
.global-fixed-message {
  position: fixed; 
  top: 0; 
  width: 100%; 
  background-color: #333; 
  background-color: rgba(30, 30, 30, 0.85); 
  z-index: 200;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
.global-fixed-message.message-bottom {top: auto; bottom: 0;}
.global-fixed-message-inner {padding: 15px 0;}
.global-fixed-message p {color: #fff; font-size: 11px; margin: 0; padding: 0; line-height: 14px;}
.global-fixed-message-container {width: 940px; margin: 0 auto; overflow: visible; position: relative;}
.global-fixed-message .btn {margin-top: 4px;}
.global-fixed-message abbr[title], .global-fixed-message abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

/* bootstrap Google Maps fix */
.gmap img {max-width: none;}

/* 
  http://stackoverflow.com/questions/11968072/twitter-bootstrap-button-click-to-toggle-expand-collapse-text-section-above-butt 
  http://jsfiddle.net/8cYFj/
  extended with data-text-show & data-text-hide attributes
*/
.collapse+.btn.showdetails:before {content: attr(data-text-show);}
.in.collapse+.btn.showdetails:before {content: attr(data-text-hide);}