@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body,
html {
  font-size: 14px;
  font-weight: normal;
  padding-top: 70px;
  font-family: 'Montserrat', sans-serif;
}
h1, h2 {
  font-weight: 400;
}

/* Navbar */

.navbar {
  background: #85002c;
  color:#fff;
  border:none;
  border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.navbar-default .navbar-nav > li.active a {
  border-bottom: 1px solid #fff;
}
.navbar-nav li {
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
}
.header {
  border-bottom: none;
  padding-bottom: 60px;
}
.seperator {
  border-left:1px solid #e7e7e7;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.trusted-text {
  font-style: italic;
}
.sub-nav li {
  float: left;
  list-style: none;
  text-transform: uppercase;
}
.sub-nav li a {
  color:#333;
}
.navbar-default .navbar-nav > li.active a {
  background: transparent;
  color:#fff;
  padding-bottom: 0;
}
.main-heading {
  margin: 0;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #333;
  color:#85002c;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}
.sub-heading {
  margin: 0;
  margin-bottom: 30px;
  color: #333333;
  width: auto;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
section {
  display: block;
  text-align: center;
}
.about-content {
  max-width: 645px;
  margin: 0 auto;
}
section p {
   width: auto;
   font-size: 14px;
   clear: both;
}
.about-content {
  padding-top: 65px;
  padding-bottom: 100px;
}
.about-content p {
  margin-bottom: 40px;
}
section.about {
  background: #cccccc;
  background-image: url('../images/about_bg.jpg');
}
.addresses {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}
span.telephone {
  margin-right: 4%;
}
.contact-us {
  background: #333333;
  color:#fff;
}

.end-footer-text {
  margin-top: 40px;
}
.footer-text {
  margin-top: 30px;
}
footer {
  background: #666;
  color:#fff;
  padding-bottom: 60px;
}

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 70px;
  height: 45px;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 2;
}
#hamburger:before, #hamburger:after, #hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger:before {
  top: 10px;
}
#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger span {
  top: 20px;
}
#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger {
  display: none;
}
.language-dropdown {
  display: none;
}
.navbar-collapse {
  display: block;
}
.nav.navbar-nav li a:hover {
  color: #fff;
}
.nav.navbar-nav li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
}
.language-select-box {
  display: none;
}

@media screen and (max-width: 1600px) {
  #hamburger {
    display: none;
  }
  .language-dropdown {
    display: none;
  }
  .navbar-collapse {
    display: block;
  }
  .nav.navbar-nav li a:hover {
    color: #fff;
  }
  .nav.navbar-nav li a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
  }
  .language-select-box {
    display: none;
  }
  .nav.navbar-nav li.active a:hover {
    background-color: transparent;
    color:#fff;
  }
}
@media screen and (max-width: 468px) {
  section.about {
    background-image: url('../images/about_mobile-bg.jpg');
  }
  .seperator {
    display: none;
  }
}
@media screen and (max-width: 767px) {
    .about-content p {
      padding-left: 20px;
      padding-right: 20px;
    }
    body {padding-top: 0px;}

    .logo {
      clear: both;
      display: block
    }
    .sub-nav li a {
      color: #fff;
    }
    .sub-nav li a:hover {
      color: #fff;
    }
    .language-select-box {
      display: block;
    }
    .trusted-text {
      clear: both;
      text-align: center;
      display: block;
      margin-top: 30px;
    }
    .header {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .footer{
      padding-left: 20px;
      padding-right: 20px;
    }
    .email {
      display: block;
      margin-top: 10px;
    }
    .navbar-nav li {
      display: block;
      width: 100%;
      float: none;
      text-align: center;
      clear: both;
    }
    .about-content {
      padding-bottom: 30px;
    }
    .navbar-collapse {
      display: none;
    }
    .language-dropdown {
      display: block;
      width:30%;
      margin:0 auto;
      margin-top: 10px;
    }
    .selectBox-dropdown {
      min-width: 170px;
      border-bottom: 0;
    }
    .selectBox-dropdown .selectBox-label {
      padding: 5px 8px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
    }
    .mm-menu.mm-current {
      display: block;
      z-index: 10000;
    }
    .language-select-box {
      text-align: center;
    }
    .seperator {
      display: none!important;
    }
    .mm-list > li > a:hover {
      color:#333;
      background: #fff;
    }
    .mm-list > li {
      width:100%;
    }
    #hamburger {
      display: block;
    }
    .mm-menu {
      width: 60%;
    }
}
