@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot");
  src: url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff")
      format("woff"),
    url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf")
      format("truetype"),
    url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff")
      format("woff"),
    url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf")
      format("truetype"),
    url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoblack";
  src: url("fonts/roboto_black_macroman/Roboto-Black-webfont.eot");
  src: url("fonts/roboto_black_macroman/Roboto-Black-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/roboto_black_macroman/Roboto-Black-webfont.woff")
      format("woff"),
    url("../fonts/roboto_black_macroman/Roboto-Black-webfont.ttf")
      format("truetype"),
    url("../fonts/roboto_black_macroman/Roboto-Black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "robotoregular";
}

body {
  margin: 0;
}

#content > * {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  position: relative;
}

.content {
  font-family: "robotoregular";
  font-size: 26px;
  line-height: 38px;
  color: #6991ab;
}

.content h1 {
  font-size: 74px;
  line-height: 100px;
  font-family: "robotoblack";
  color: #fff;
  margin: 20px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
}

.content h2 {
  font-size: 70px;
  line-height: 79px;
  font-family: "robotoblack";
  color: #0068b4;
}

.content h3 {
  font-size: 47px;
  line-height: 55px;
  font-family: "robotoblack";
}

.content a,
.content a:hover,
.content a:focus {
  color: #54af2f;
}

a {
  cursor: pointer;
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

h3 {
  margin: 10px 0;
}

h2 {
  margin: 10px 0;
}

h1 {
  font-weight: bold;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 820px) {
  h2 {
    font-size: 40px !important;
    line-height: 60px !important;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Header */

.menu-button {
  width: 120px;
  height: 120px;
  float: left;
  background-color: #54af2f;
}

#banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
}

#heading {
  background-color: #fff;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.custom-logo {
  padding: 0 20px;
}

.custom-logo img {
  vertical-align: middle;
}

.life-logo img {
  height: 120px;
}

body img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Footer */

footer {
  min-height: 85px;
  background-color: #a4cade;
  color: #fff;
  padding: 15px 0px;
  box-sizing: border-box;
}

footer a {
  color: #fff;
}

footer .container {
  width: 80%;
  margin: 0px auto;
}

footer .container p {
  font-size: 14px;
  display: inline;
}

footer .container div {
  display: inline;
}

footer .container a {
  float: right;
  padding: 12px 0px;
}

footer .container a p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}

@media screen and (max-width: 820px) {
  footer {
    min-height: 115px;
  }
}

/* Menu */

#navigation .nav-menu li a span {
  font-family: "robotoblack";
}

nav .icon-remove img {
  height: 37px;
}

nav.navigation {
  display: none;
  z-index: 600;
  background-color: #54af2f;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-menu {
  margin-top: 12vh !important;
  margin-left: -37px !important;
  float: left;
  position: relative;
}

.nav-menu li,
.languages li {
  list-style: none;
  position: initial;
}

.nav-menu li a,
.languages li a {
  color: #fff;
  font-family: "robotoblack";
}

.nav-menu > li a,
#close-menu {
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
}

#navigation a:hover,
#navigation a:focus {
  text-decoration: none;
  color: #fff;
}

#close-menu {
  color: #0068b4 !important;
  margin-left: 80px;
  display: block;
  float: left;
  margin-top: 20px;
}

.right-menu {
  float: right;
  width: 20%;
  height: 100%;
  background-color: #0068b4;
  position: relative;
}

nav.navigation.open-menu {
  display: block !important;
  -webkit-animation: fade 0.35s ease-out;
  -moz-animation: fade 0.35s ease-out;
  -ms-animation: fade 0.35s ease-out;
  -o-animation: fade 0.35s ease-out;
  animation: fade 0.35s ease-out;
  transform: translateZ(0);
}

@-webkit-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.right-menu-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  padding-bottom: 80px;
}

ul.languages {
  margin-top: 20px;
}

.languages a {
  font-size: 32px;
}

.nav-menu > li a {
  padding-left: 20px;
}

.nav-menu > li {
  padding-right: 120px;
}

.nav-menu li.selected a,
.nav-menu li a:hover {
  background-image: url("../img/pointer.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.life-logo img {
  height: 120px;
}

.child-menu {
  display: none;
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  width: 500px;
  height: 80vh;
  overflow: auto;
  overflow: -moz-scrollbars-none;
}

.child-menu::-webkit-scrollbar {
  width: 0 !important;
}

.child-menu > li a {
  background-image: none !important;
  padding: 9px;
  border-bottom: 1px solid #fff;
  font-size: 28px;
  font-weight: normal;
}

.nav-menu > li.selected .child-menu {
  display: block;
}

.nav-menu:hover > li:not(:hover) .child-menu {
  display: none;
}

.nav-menu > li:hover .child-menu {
  display: block;
}

/* Homepage */

.content {
  font-family: "robotoregular";
  font-size: 26px;
  line-height: 38px;
  color: #6991ab;
  width: 100%;
}

.content h1 {
  font-size: 74px;
  line-height: 100px;
  font-family: "robotoblack";
  color: #fff;
}

.content h2 {
  font-size: 70px;
  line-height: 79px;
  font-family: "robotoblack";
  color: #0068b4;
}

.content h3 {
  font-size: 47px;
  line-height: 55px;
  font-family: "robotoblack";
}

.content a,
.content a:hover,
.content a:focus {
  color: #54af2f;
}

.menu-button {
  width: 120px;
  height: 120px;
  float: left;
  background-color: #54af2f;
}

#banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
}

.slides-container {
  position: relative;
  height: 100vh;
}

.slides.active {
  opacity: 1;
  display: block;
}

.slides {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
  -webkit-animation: fade 0.35s ease-out;
  -moz-animation: fade 0.35s ease-out;
  -ms-animation: fade 0.35s ease-out;
  -o-animation: fade 0.35s ease-out;
  animation: fade 0.35s ease-out;
}

.arrows {
  position: absolute;
  top: 85vh;
  left: 150px;
}

.arrows a {
  border: 1px solid white;
  padding: 13px 17px;
  display: block;
  float: left;
  z-index: 500;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}

.arrows img {
  height: 26px;
  vertical-align: initial;
}

.arrows .arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slides a {
  color: #fff;
}

.content a:hover,
.content a:focus {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16),
    0 3px 6px rgba(255, 255, 255, 0.23);
}

.site-links {
  position: absolute;
  top: 85vh;
  right: 15vw;
}

.site-links li {
  display: inline-block;
}

.site-links li a {
  padding: 10px;
  border: 1px solid black;
  background-color: white;
  color: black;
  font-family: "robotomedium";
  font-size: 20px;
  z-index: 500;
}

.content .slides .text-content {
  width: 710px;
  margin-top: 20vh;
  margin-left: 150px;
  color: #fff;
}

.content .slides h3 {
  font-family: "robotoblack";
  font-size: 94px;
  line-height: 100px;
}

.content .slides p {
  font-family: "robotomedium";
  font-size: 32px;
  font-style: italic;
  line-height: 38px;
}

.content .slides p a {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

#heading {
  background-color: #fff;
}

.smart-box-container {
  display: block;
  float: left;
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 15px;
  min-height: 400px;
}

.smart-box {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 33px;
}

.smart-boxes {
  margin: 60px 0;
}

.smart-box p a {
  font-style: italic;
  font-size: 20px;
}

.smart-box-container:nth-child(3n) {
  margin-right: 0;
  background-color: #54af2f;
}

.smart-box-container:nth-child(3n) a {
  color: #fff;
}

.smart-box-container:nth-child(3n-1) {
  background-color: #a4cade;
}

.smart-box-container:nth-child(3n-2) {
  background-color: #0068b4;
}

.questionaire_link {
  background-color: #54af2f;
  padding: 20px;
  margin: 80px 0;
}

.questionaire_link h2 {
  float: right;
  color: #fff;
}

.questionaire_link p {
  float: left;
  width: 50%;
  margin-top: 14px;
}

.road-container {
  width: 800px;
  margin: 60px auto;
}

@media screen and (max-width: 820px) {
  .arrows {
    display: none;
  }

  .slides {
    background-position: center;
    height: 100vh;
  }

  .site-links {
    margin: 0 !important;
    right: 0;
    left: 0;
  }

  .content .slides h3 {
    font-size: 45px;
    line-height: 60px;
  }

  .content .slides h3 {
    font-size: 45px;
    line-height: 60px;
  }

  .content .slides p {
    font-size: 26px;
  }

  .content .slides .text-content {
    margin-top: 15vh;
  }

  .smart-box-container,
  .road-container,
  .content .slides .text-content {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

/* Boxes */

.boxes-container-centre {
    /* to center boxes if FAQ is hidden */
    display: flex;
    justify-content: center;
  }

.boxes-container {
  width: 1170px;
  margin: 0 auto;
}

.boxes-container .box {
  display: block;
  width: 32.66%;
  min-height: 400px;
  color: #fff;
  position: relative;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 20px;
}

.boxes-container .box h3 {
  font-size: 47px;
  line-height: 55px;
  text-align: start;
}

.boxes-container .box p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: start;
}

.boxes-container .box a {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 0px;
  font-style: italic;
}

.boxes-container .box:nth-child(3n + 1) {
  background-color: #0068b4;
}

.boxes-container .box:nth-child(3n + 2) {
  background-color: #a4cade;
}

.boxes-container .box:nth-child(3n + 3) {
  background-color: #54af2f;
  margin-right: 0px;
}

.boxes-container .box:nth-child(3n + 3) a {
  color: #fff;
}

@media (max-width: 1200px) {
  .boxes-container {
    width: 90%;
    margin: 0px 5%;
  }

  .box {
    min-width: 98%;
    margin-right: 0 !important;
    margin-bottom: 5% !important;
  }
}

/* Single page */

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.portlet-borderless-container {
  min-height: 2.5em;
  position: relative;
}

.portlet-journal-content .journal-content-article {
  clear: right;
}

.regular-heading {
  height: 55vh;
  background: url("../images/header_03.jpg");
  background-size: cover;
  position: relative;
}

.regular-heading .overlay {
  background-color: #54af2f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.regular-heading > div {
  position: relative;
}

.regular-heading h1 {
  position: relative;
  float: left;
  top: calc(55vh - 120px);
  text-transform: uppercase;
}

.container {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.main-info {
  margin: 50px auto;
  text-align: justify;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.children-box {
  margin: 0;
  margin-left: -15px;
  max-height: 0;
  transition: all 0.8s ease-out;
  overflow: hidden;
}

.submenu-show {
  max-height: 500px;
  transition: all 0.8s ease-in;
}

.children-box li {
  margin-left: -15px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.submenu-show li {
  margin-left: 0;
  opacity: 1;
}

.icon-plus {
  font-weight: bold;
  font-size: x-large;
}

.clearfix {
  *zoom: 1;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.submenu {
  display: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Bars */

.bars-container {
  padding: 0;
}

li {
  line-height: normal;
}

.faq-entry .faq-action h3 {
  background-color: #54af2f;
  color: #fff;
  padding: 25px;
}

.faq-entry .answer {
  display: none;
}

.faq-entry .answer.show {
  display: block;
}

ul li {
  list-style: none;
}

/* Responsive */

@media (max-width: 767px) {
  #menu-button svg {
    width: 17vw;
    height: 100%;
  }

  .custom-logo {
    padding: 0 3.4vw;
    width: 52vw;
  }

  .life-logo img {
    width: 23vw;
    height: 100% !important;
  }

  .aui body {
    padding: 0;
  }

  .main-info {
    padding: 0 20px;
  }

  #footer {
    padding: 15px 5vw;
    width: 90vw;
    font-size: 18px;
  }

  .regular-heading h1 {
    top: calc(55vh - 70px);
    font-size: 24px;
    line-height: 60px;
    margin-left: 15px;
  }

  #close-menu {
    margin: 0;
    float: none;
    margin-left: 3vw;
  }

  .child-menu,
  .arrows,
  .nav-menu > li.selected .child-menu {
    display: none;
  }

  nav.navigation {
    height: 100vh;
  }

  .nav-menu {
    float: none;
    margin: 15px 0 0 3vw !important;
    padding-bottom: 20vh;
    max-height: 67vh;
    overflow: auto;
  }

  .nav-menu > li {
    padding: 0;
  }

  .nav-menu > li a {
    font-size: 30px;
    line-height: 50px;
  }

  .right-menu {
    float: none;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 20vh;
  }

  .right-menu-content {
    position: relative;
    padding: 15px;
  }

  .right-menu-content img {
    width: 30vw;
    float: right;
  }

  ul.langauges {
    float: left;
  }

  .smart-box-container,
  .road-container,
  .content .slides .text-content {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .content .slides .text-content {
    margin-top: 15vh;
  }

  .content {
    font-size: 16px;
    line-height: 24px;
  }

  .slides {
    background-position: center;
    height: 100vh;
  }

  .content h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .content .slides h3 {
    font-size: 45px;
    line-height: 60px;
  }

  .site-links {
    margin: 0 !important;
    right: 0;
    left: 0;
  }

  .site-links li a {
    font-size: 14px;
    padding: 5px;
  }

  .content .slides p {
    font-size: 26px;
  }

  .site-links-insider {
    margin: 0 auto !important;
    width: 95vw;
  }

  #toggleChildren {
    color: #0068b4;
  }

  .submenu {
    display: block;
    background-color: #54af2f;
  }

  .submenu ul li {
    list-style: none;
    display: flex;
  }

  .submenu a,
  .submenu a:hover {
    color: #fff;
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  .span1 {
    width: 70px;
  }

  .span2 {
    width: 170px;
  }

  .span3 {
    width: 270px;
  }

  .span4 {
    width: 370px;
  }

  .span5 {
    width: 470px;
  }

  .span6 {
    width: 570px;
  }

  .span7 {
    width: 670px;
  }

  .span8 {
    width: 770px;
  }

  .span9 {
    width: 870px;
  }

  .span10 {
    width: 970px;
  }

  .span11 {
    width: 1070px;
  }

  .span12 {
    width: 1170px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }

  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }

  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }

  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }

  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }

  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }

  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }

  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }

  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }

  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }

  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }

  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }

  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }

  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }

  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }

  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }

  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }

  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }

  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }

  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }

  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }

  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }

  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }

  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }

  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }

  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }

  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }

  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }

  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }

  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }

  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }

  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }

  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }

  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }

  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }

  .modal.fade {
    top: -100px;
  }

  .modal.fade.in {
    top: 20px;
  }
}
