@import url('https://fonts.googleapis.com/css?family=Exo:400,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

/* TEXT */
h1, h2, h3, h4, h5 {
  font-family: 'Exo', sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 100px;
  padding: 0;
  margin: 0;
  color: white;
  font-style: italic;
  text-transform: uppercase;
}
h2 {
  font-size: 4em;
  line-height: 70px;
}
h3 {
  font-size: 2.5em;
  line-height: 70px;
}
h4 {
  font-size: 1.75em;
  line-height: 50px;
}
h5 {
  font-size: 1.5em;
  line-height: 30px;
}
p, a {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  text-decoration: none;
}
p.bigger, a.bigger {
  font-size: 18px;
  line-height: 24px;
}
.underline {
  text-decoration: underline;
}
.llgreen {
  color: rgb(23, 188, 146);
}
.lldarkgreen {
  color: rgb(7, 84, 59);
}
.llmidgreen {
  color: rgb(9, 108, 76);
}

/* GLOBAL */
html, body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.overlay.llgreen {
  background: rgba(23, 188, 146, 0.5);
}
.overlay.gray {
  background: rgba(60,60,60, 0.85);
}
.overlay.black {
  background: rgba(0,0,0, 0.85);
}
.overlay.shade {
  background: none;
  background-image:
    radial-gradient(
      rgba(0,0,0,0),
      rgba(0,0,0,1)
    );
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
section {
  position: relative;
  float: left;
  width: calc(100% - 210px);
  height: auto;
  min-height: 220px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sectitle, .seccontent {
  position: relative;
  float: left;
  width: auto;
  height: 40px;
  top: 0;
  left: 0;
  text-align: left;
}
.sectitle h4 {
  color: rgb(60,60,60);
}
.sectitle .underlinedeco {
  position: absolute;
  width: 60px;
  height: 3px;
  top: calc(100% + 2px);
  left: calc(50% + 20px);
  background: rgb(23, 188, 146);
}
.seccontent {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.seccontent p {
  color: rgb(60,60,60);
}
/* INTRO SECTION */
#intro {
  background-image: url('../../img/bg/bg7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#intro h2, #intro p {
  position: relative;
  top: 160px;
}
#intro p {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
}
/* ----- */


/* TEAM */
#work {
  background-image: url('../../img/logo/lifterlifelogotransbig.png');
  background-size: auto 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#work form {
  position: relative;
  float: left;
  width: 400px;
  height: auto;
  top: 0;
  left: calc(50% - 200px);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}
#work form .input-group {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}
#work form .input-group.questions {
  height: auto;
}
#work form .input-group.half {
  width: calc(50% - 5px);
}
#work form .input-group.half.left {
  margin-right: 5px;
}
#work form .input-group.half.right {
  margin-left: 5px;
}
.input-group input, .input-group select {
  position: relative;
  float: left;
  width: calc(100% - 42px);
  height: 40px;
  top: 0;
  left: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  border: none;
  border: 1px solid rgb(140,140,140);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: rgb(60,60,60);
  text-decoration: none;
}
.input-group select {
  width: 100%;
  height: 40px;
}
.input-group input[type=submit] {
  width: 40%;
  left: 60%;
  height: 34px;
  line-height: 36px;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 32px;
  background: rgb(60,60,60);
  border: none;
}
.input-group input[type=submit]:hover {
  background: rgb(23, 188, 146);
}
.othertxt {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.othertxt p, .othertxt a {
  color: rgb(60,60,60);
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
.othertxt a {
  color: rgb(23, 188, 146);
}
.othertxt a:hover {
  text-decoration: underline;
}

/* Customize the label (the container) */
.container {
 display: block;
 position: relative;
 height: 30px;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
/* Hide the browser's default radio button */
.container input {
 position: absolute;
 opacity: 0;
}
/* Create a custom radio button */
.checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: rgb(220,220,220);
 border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
 background-color: rgb(63, 228, 186);
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
 background-color: rgb(23, 188, 146);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
 display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
 top: 9px;
 left: 9px;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: white;
}
