body,
html {
    height: 100%;
    margin: 0;
    font-family: helvetica;
    font-weight: 100;
    background: #f1f2f4;
}
.container {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0; padding: 0;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}
.container.open-sidebar {
    left: 240px;
}
.container.open-sidebar.hide-text {
  display: none;
}
.widget {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.widget h1 {
    margin-top: 0;
}
.show {
    display: block;
}
.swipe-area {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 0;
}
#sidebar {
    background: #7282c0;
    position: absolute;
    width: 240px;
    height: 100%;
    left: -240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10000;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#sidebar ul li:hover a {
    background: #8996c5;
}
.main-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.main-content .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding-left: 60px;*/
    margin-top: 44px;
    width: 100%;
}
.main-content .content h1 {
    font-weight: 100;
}
.main-content .content p {
    width: 100%;
    line-height: 160%;
}
#sidebar-toggle {
    background: #8996c5;
    border-radius: 3px;
    display: block;
    /*position: relative;*/
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 7px;
    /*float: left;*/
    z-index: 10000;
}
#sidebar-toggle .bar {
    display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #f0f0f0;
    border-radius: 1px;
}
#sidebar-toggle .bar:last-child {
    margin-bottom: 0;
}

.form-label {
    font-size: 95%;
    font-weight: 700;
    margin: 10px 0;
}
.form-control {
    padding: 10px 12px;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline:none !important;
    box-shadow:none !important;
}
.btn-primary {
    color: #fff;
    background-color: #8996c5;
    border-color: #8996c5;
}
.btn-primary:hover {
    background-color: #98a4d0;
    border-color: #98a4d0;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: #6673a2 !important;
    border-color: #8996c5 !important;
}

/*.checkbox-wrap {
    background: #fff;
    padding: 10px;
    position: relative;
    margin: 0 0 1px 0;
    font-size: 13px;
}
.checkbox-wrap:hover {
  cursor: pointer;
}
.checkbox-wrap.selected {
    background: #f3f3f3;
}

.checkbox-wrap label {
    font-weight: normal;
    cursor: pointer;
    display: block;
    margin: 0;
}
.checkbox-wrap label:before {
    display: inline-block;
    content: "+";
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
    border: 3px solid #8996c5;
    border-radius: 100%;
    vertical-align: middle;
    color: #8996c5;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 0.5em;
    transition: transform 0.2s ease-in-out;
}

.checkbox-wrap input[type=checkbox]:checked + label:before {
  background: #8996c5;
  color: #fff;
  transform: rotate(135deg);
  transform-origin: center center;
}

.checkbox-wrap input[type=checkbox] {
  visibility: hidden;
  display: none;
}*/

.extras {
    display: none;
}

.iphone-checkbox label {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal
}
.iphone-checkbox label:first-child {
  border-top: none;
}
.iphone-checkbox label > input {
  display: none;
}
.iphone-checkbox label i {
  display: inline-block;
  float: right;
  padding: 2px;
  width: 40px;
  height: 20px;
  border-radius: 13px;
  vertical-align: middle;
  -webkit-transition: .25s .09s;
  transition: .25s .09s;
  position: relative;
  background: #d8d9db;
  box-sizing: initial;
}
.iphone-checkbox label i:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2px;
  -webkit-transition: .25s;
  transition: .25s;
}
.iphone-checkbox label > input:checked + i {
    background: #8996c5;
}
.iphone-checkbox label > input:checked + i:after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.iphone-checkbox label:hover {
  cursor: pointer;
}

.backlayer {
  display: none;
}
.frontlayer{ position: absolute; top: 0; left: 0; width: 100% }

.fh5co-hero { position: absolute; top: 0; width: 100%; height: 100%; }

header { padding-top: 20%; text-align: center;  }

.fh5co-hero-text { text-align: center; color: white; padding-bottom: 20% }

@media screen and (max-width: 899px) {
.fh5co-hero-text {color: black;}
.relative { display: none; }    
}

.scrollup { position: fixed; top: 100%; width: 120%; min-width: 1600px; margin-left: -10%; margin-bottom: -50%; overflow-x: hidden; display: none; z-index: 12000;  }

.hidetilpop { display: none }
.hidebtn { display: none; }
.btn100 { min-width: 100%; width:100%; max-width: 500px; }


.lgbtn{ transform: scaley(1.3); margin: 3% 0; }

.click_first { z-index: 12500; }

.relative { position: relative }

.white-text { color: white; font-weight: 600; }

.about-us {
  padding: 10% 3%;
  background-color: #333;
  color: white;
  text-align: left;
}
.about-us button{

  background-color: red; color: white;

}

.about-us p{
  text-align: left;
}

.wide90 { width: 90%; margin: auto; }

.wide50inline {
  width: 50%; margin: 0; display: inline; position: relative;
}

.fh5co-spacer {
  color: (0,0,0,.0);
  min-width: 100%;
  min-height: 1%; 
  border: solid 1px rgba(0,0,0,0);
}
.fh5co-spacer-lg {
  margin-top: 15%;
}
.fh5co-spacer-md {
  margin-top: 12%; 
}
.click_first a{ color: white; }

.fh5co-spacer-sm {
  margin-top: 8%;
}

.fh5co-spacer-xsm {
  margin-top: 5%;
}
