/* CSS Document */
html {
  height: 100%;
  overflow-y: scroll; }

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section, header, article, footer, aside, nav, img {
  display: block; }

a {
  text-decoration: none; }

a img {
  border: 0; }

img {
  max-width: 100%;
  /* Width is defined by surrounding element */
  margin: 0 auto; }

.caps {
  text-transform: capitalize; }

/** Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ **/
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

.clearright {
  clear: right; }

.clearleft {
  clear: left; }

.toupper {
  text-transform: uppercase; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fulljustify {
  text-align: justify;
  padding: 10px 0; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 0.5ex; }

sub {
  font-size: 50%;
  top: 0.5ex; }

/** Responsive iframe **/
iframe {
  max-width: 100%; }

.iframe {
  /* Wrapper div */
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 70%; }

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile {
  display: block; }

.desktop {
  display: none; }

@media all and (min-width: 768px) {
  /** tables **/
  .table {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed; }

  .cell {
    display: table-cell;
    vertical-align: middle; }

  .mobile {
    display: none; }

  .desktop {
    display: block; } }
/** Rollover image effect **/
.rollover {
  display: block;
  position: relative; }

.rollover img {
  display: block; }

.rollover a {
  margin: 0 !important;
  padding: 0 !important; }

.rollover .out {
  position: relative;
  top: 0;
  left: 0; }

.rollover .over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */ }

.rollover a:hover .over {
  opacity: 1;
  filter: alpha(opacity=100); }

body {
  background: white;
  font-family: "Work Sans", sans-serif;
  position: relative; }

#topFixedNavbar1 {
  position: relative; }

.container > .navbar-header {
  width: 100%;
  margin: 0; }

div.language-selection {
  position: relative;
  color: #fff;
  float: right;
  z-index: 200;
  margin: 5px 0; }

div.language-selection a, div.language-selection a:visited, div.language-selection a:hover {
  color: #fff; }

a.en, a.fr {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  width: auto;
  padding: 1px 6px; }
  a.en:hover, a.fr:hover {
    background-color: #ff3802; }

div.language-selection a.hide {
  display: none; }

.container .language-selection {
  right: 0%; }

@media (max-width: 767px) {
  .container .language-selection {
    right: 3%;
    margin-top: 20px; } }
/* header */
.navbar-nav > li > a {
  padding-top: 35px !important;
  padding-bottom: 5px !important;
  min-height: 78px !important; }

.navbar {
  min-height: 78px !important; }

.navbar-default {
  background-color: rgba(0, 0, 0, 0.75);
  border: none; }

.navbar-default .navbar-brand {
  color: #ecf0f1; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff; }

.navbar-default .navbar-text {
  color: #ecf0f1;
  background: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #ecf0f1; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-toggle {
  border-color: #ffffff;
  margin: 15px 5px; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ff3802; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1; }

.navbar-default .navbar-link {
  color: #ecf0f1; }

.navbar-default .navbar-link:hover {
  color: #ffffff; }

.navbar-right .dropdown-menu {
  left: 0;
  right: auto; }

.navbar-brand {
  height: 60px;
  float: left; }

.dropdown-header {
  color: #000;
  font-weight: bold; }

.dropdown-menu {
  background: white; }

.dropdown-menu > li > a {
  padding-left: 30px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #ff3802; }

.dropdown-toggle {
  cursor: default; }

.navbar-toggle {
  margin: 15px; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ff3802; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff3802;
    background-color: white; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff3802;
    background-color: white; }

  .navbar-default .navbar-nav > li > a {
    clear: both;
    color: #ecf0f1;
    background: black; }

  .dropdown-header {
    color: #ecf0f1; }

  .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    min-height: 48px !important; }

  /* menu bg to black and remove bottom padding */
  .navbar-fixed-top {
    position: relative;
    top: auto; }

  .navbar-collapse {
    border-top: none; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar {
    background-color: black;
    margin-bottom: 0px; } }
@media (min-width: 768px) {
  /* rollvoer menu */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border-radius: 0; }

  .caret {
    display: none; } }
@media (min-width: 768px) and (max-width: 1114px) {
  .navbar-nav > li > a {
    font-size: 11px; } }
@media (min-width: 768px) and (max-width: 930px) {
  .navbar-nav > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px; }

  .navbar-brand {
    width: 170px; } }
/* nav */
.navbar-nav > li > a {
  padding-top: 35px !important;
  padding-bottom: 5px !important;
  min-height: 78px !important; }

.navbar {
  min-height: 78px !important; }

.navbar-default {
  background-color: rgba(0, 0, 0, 0.75);
  border: none; }

.navbar-default .navbar-brand {
  color: #ecf0f1; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff; }

.navbar-default .navbar-text {
  color: #ecf0f1;
  background: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #ecf0f1; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #ff3802; }

.navbar-default .navbar-toggle {
  border-color: #ffffff;
  margin: 15px 5px; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ff3802; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1; }

.navbar-default .navbar-link {
  color: #ecf0f1; }

.navbar-default .navbar-link:hover {
  color: #ffffff; }

.navbar-right .dropdown-menu {
  left: 0;
  right: auto; }

.navbar-brand {
  height: 60px;
  float: left; }

.dropdown-header {
  color: #000;
  font-weight: bold; }

.dropdown-menu {
  background: white; }

.dropdown-menu > li > a {
  padding-left: 30px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #ff3802; }

.dropdown-toggle {
  cursor: default; }

.navbar-toggle {
  margin: 15px; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ff3802; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff3802;
    background-color: white; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff3802;
    background-color: white; }

  .navbar-default .navbar-nav > li > a {
    clear: both;
    color: #ecf0f1;
    background: black; }

  .dropdown-header {
    color: #ecf0f1; }

  .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    min-height: 48px !important; }

  /* menu bg to black and remove bottom padding */
  .navbar-fixed-top {
    position: relative;
    top: auto; }

  .navbar-collapse {
    border-top: none; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar {
    background-color: black;
    margin-bottom: 0px; } }
@media (min-width: 768px) {
  /* rollvoer menu */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border-radius: 0; }

  .caret {
    display: none; } }
@media (min-width: 768px) and (max-width: 1114px) {
  .navbar-nav > li > a {
    font-size: 11px; } }
@media (min-width: 768px) and (max-width: 930px) {
  .navbar-nav > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px; }

  .navbar-brand {
    width: 170px; } }
/* nav */
footer {
  background-color: #000;
  color: #ffffff;
  padding-bottom: 35px; }

footer a, footer a:hover, footer a:visited {
  color: #fff; }

div.footer div {
  padding-top: 15px; }

/* footer */
a, a:hover {
  color: #ff3802; }

a:hover {
  text-decoration: underline; }

section.main-container {
  padding-top: 35px;
  padding-bottom: 35px; }

a.learn-more {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none; }

a.learn-more:hover {
  background-color: #fff;
  color: #ff3802; }

div#carousel1 {
  max-height: 880px;
  overflow: hidden; }

div#carouselSingle, div#carouselSingle .item {
  max-height: 435px;
  overflow: hidden; }

h2.fullwidth {
  width: 100%;
  color: #fff;
  background-color: #000;
  font-size: 130%;
  padding: 10px 0 10px 15px; }

a.linkbutton {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff3802;
  width: auto;
  padding: 5px 8px;
  margin-top: 10px;
  color: #fff;
  text-decoration: none; }

a.linkbutton:hover {
  background-color: #000;
  color: #ff3802; }

hr.dotted {
  border: none;
  border-top: 1px dotted #000;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%; }

div.contact-info {
  margin-left: 15px; }

div.contact-info {
  margin-left: 15px; }

.carousel-caption h2 {
  font-size: 20px; }

.carousel-caption h3 {
  font-size: 36px; }

img.banner {
  padding-bottom: 30px; }

.nopadding {
  padding: 0 !important;
  margin: -1px !important; }

/* carousel on sub pages */
#carousel-sub-pages {
  margin-bottom: 30px;
  max-height: 700px;
  overflow: hidden; }
  #carousel-sub-pages .item img {
    width: 100%;
    height: auto; }

div#carouselSingle div.carousel-caption {
  padding-bottom: 0px;
  top: auto;
  bottom: 3%; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 950px) {
  .container {
    width: 100%; } }
@media (min-width: 1115px) {
  .container {
    width: 1115px; } }
/* pages */
@media (max-width: 1023px) {
  div#carouselSingle .carousel-caption h2 {
    font-size: 16px; }
  div#carouselSingle .carousel-caption h3 {
    font-size: 20px; }
  div#carouselSingle div.carousel-caption {
    top: auto;
    padding-bottom: 0px;
    bottom: 3%; }
    div#carouselSingle div.carousel-caption h2, div#carouselSingle div.carousel-caption h3 {
      margin-top: 10px;
      margin-bottom: 5px; }
    div#carouselSingle div.carousel-caption img.iconImage {
      width: 75px !important;
      height: 75px !important; } }
@media (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 16px; }

  .carousel-caption h3 {
    font-size: 20px; }

  div#carouselSingle div.carousel-caption {
    padding-bottom: 0px;
    bottom: 5px; }
    div#carouselSingle div.carousel-caption h2, div#carouselSingle div.carousel-caption h3 {
      margin-top: 10px;
      margin-bottom: 5px; }
    div#carouselSingle div.carousel-caption img.iconImage {
      width: 50px !important;
      height: 50px !important; } }
@media (max-width: 400px) {
  .carousel-caption h2 {
    font-size: 14px; }

  .carousel-caption h3 {
    font-size: 16px; }

  div#carouselSingle div.carousel-caption {
    padding-bottom: 0px;
    bottom: 0px; }
    div#carouselSingle div.carousel-caption h2, div#carouselSingle div.carousel-caption h3 {
      margin-top: 5px;
      margin-bottom: 5px; }
    div#carouselSingle div.carousel-caption img.iconImage {
      width: 40px !important;
      height: 40px !important; } }
@media (max-width: 970px) {
  section.main-container {
    padding-top: 15px;
    padding-bottom: 15px; } }
.carousel-indicators {
  bottom: auto;
  top: 50px; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: auto;
  top: 100px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

section.home-info {
  background-color: #ff3802;
  color: #fff; }

a.home-info-box {
  display: block;
  clear: both;
  position: relative;
  color: white;
  padding: 20px 40px 10px 10px; }
  a.home-info-box .icon {
    margin: 0 10px 0 0;
    width: 25%;
    float: left;
    max-width: 240px; }
  a.home-info-box p {
    overflow: auto; }
  a.home-info-box .learn-more {
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none; }
  a.home-info-box:hover {
    text-decoration: none; }
    a.home-info-box:hover .icon {
      background: url("../images/home/icon-over.png") top center no-repeat;
      background-size: 100%; }
    a.home-info-box:hover .learn-more {
      background-color: #fff;
      color: #ff3802; }

@media all and (min-width: 768px) {
  .carousel-indicators {
    top: 140px; }

  .carousel-caption {
    top: 160px; }

  a.home-info-box {
    clear: none; }
    a.home-info-box .icon {
      float: none;
      margin: -86% auto 0 auto;
      width: 90%; } }
@media all and (min-width: 950px) {
  a.home-info-box .icon {
    margin: -220px auto 0 auto; } }
.portfolio a {
  display: block;
  position: relative; }

  .portfolio a .caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%; }

    .portfolio a .caption.lux {
      position: absolute;
      width: 100%;
      left: 0;
      top: 55%; 
    }
    .portfolio a .caption p {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 2%;
      text-align: center; }
      .portfolio a .caption p strong {
        text-transform: uppercase;
        font-size: 120%;
        font-weight: 500; }
  .portfolio a:hover .caption p {
    background: #ff3802; }

.iframe.map {
  padding-bottom: 20%; }

/*


@import "home";
@import "bxslider";

@import "register";


*/
/* body */

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