

/* GLOBAL STYLES
-------------------------------------------------- */

/* Color Palatte */
.ga-color-green {color: #336715;}
.ga-color-orange {color: #FF6306;}
.ga-color-olive {color:#C6D48C;}
.ga-color-almond {color: #FFEBCD;}
.ga-color-red {color: red;}
.ga-color-blue {color: #00A1CB;}
.ga-muted{font-weight: 200; font-size: 27px;}

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Droid Serif',"Helvetica Neue",Helvetica,Arial,serif,sans-serif !important;
}


/* CUSTOMIZE THE NAVBAR/
-------------------------------------------------- */
body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: rgba(50,116,44,0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
	font-size: 2.3rem;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: orange;
    background-color: rgba(50,116,44,0.5);

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #FFF;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: orange;
    background: none;
}
/*** End of sidebar **/


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar {
	background-color: transparent !important;
}


/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}

.navbar-default .navbar-toggle{
	border-color: white;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-nav > li > a:not(.login):hover, .navbar-default .navbar-nav > li > a:not(.login):focus {
	color: orange !important;
}


/* Main navbar. Note that the bootstrap.css is modified */
.logo{
  float: left;
  width: 200px;
  height: auto;
  z-index: 99;
}

.navbar-brand {
  padding: 10px 10px;
}

a.nav-btn {
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 3px;
  border: 2px solid;
  width: 125px;
  color: white !important;

}


a.nav-btn.login {
  border-radius: 3px;
  border: 2px solid white;
  color: white !important;
}
a.nav-btn.login:hover {
  border: 2px solid green;
  color: green !important;
}


ul.nav.navbar-nav {
  margin-top: 20px;
}

.navbar-nav li {
	margin-left: 10px;
}

.navbar-nav li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Sub-Menus: Nav tabs */
.nav-tabs {
  font-weight: 300;
}

/*Back to the top sticky*/
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: block;
  text-decoration: none;
  background-color: #000;
  color: #FFF;
  opacity: 0.8;
  width: 50px;
  height: 35px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.back-to-top > a {
  font-weight:900;
  font-size: 2rem;
  text-decoration: none;
  color: #FFF;
}

.back-to-top > a:hover{
  color: green;
  text-decoration: none;
}


/* Above The Fold
-------------------------------------------------- */

/* above-the-fold base class */
/* The Background image - The almond trees */
.above-the-fold {
  background:#0189C7 url('/img/almond-tree2-compressed3.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 795px;
}

.frost {
  background-color: transparent;
  background-image: url('/img/frost.png');
}

.col-md-12.well.frost {
	max-height: 630px;
}

/* Since positioning the image, we need to help out the caption */
.above-the-fold-caption {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  color: black;
}

/* To keep the container with frost from overlapping into the next section */
.spacer {
	width: 100%;
	height: 50px;
}

/* Declare heights because of positioning of img element */
.above-the-fold-caption {
  overflow-y: hidden;
  max-height: 630px;
}
.above-the-fold-caption h1, .above-the-fold-caption h2 {
  margin-left:auto;
  margin-right: auto;
}


/* Below is where the positioning of the saying are */
.above-the-fold-inner .item .container {
  /* Padding on the top because .above-the-fold is using absolute position to line up to
  the viewport */
  padding-top: 50px;
  width: 80%;
  max-height: 500px;
}

.above-the-fold-heading {
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Need this to contain Youtube's shadow dom on their iframe*/
.video-display {
	display: inline-block;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
    }
.video-container iframe {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
	  border-radius: 3px;
	  border: 1px solid transparent;
    }



/* Featurettes
------------------------- */

/*The targeting hash keys  */
#customers{
  /*margin-top: 159px;*/
  width: 100%;
  height: 0px;
  display: block;
}


#information{
  margin-top: 359px;
  width: 100%;
  height: 0px;
  display: block;
}

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette img {
  margin-top: 55px;
}

.customers-nav-tabs {
	margin-top: -42px;
}

.customers-section, .information-section, .about-section, .information-nav-tabs, .customers-nav-tabs {
  margin-left: 45px;
  margin-right: 45px;
}

.information-nav-tabs {
  margin-top: -320px;
}

.for-infomation-nav-tabs {
  position: relative;
  top:-10px;
}

.customers-section, .about-section {
  padding-top: 25px;
  padding-bottom: 20px;
}

.nav-tabs > li > a {
  border-color: #eee #eee #ddd;
  background-color: #eee;
}


.nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
  color: green;
  font-weight: bold;
}


.software-image {
  -webkit-box-shadow: 28px 26px 55px -19px rgba(0,0,0,0.31);
  -moz-box-shadow: 28px 26px 55px -19px rgba(0,0,0,0.31);
  box-shadow: 28px 26px 55px -19px rgba(0,0,0,0.31);
}



/* Custom buttons for featurette */
.btn-custom, input[type=submit] {
  background-color: #336715;
  border-color: #336715;
  color: #FFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #295211;
  border-color: #1e3d0c;
  color: #FFF;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #336715;
  border-color: #336715;
  color: #FFF;
}

/* For the submission button */
input[type=submit]{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.center-div {
  text-align: center;
}

.mobile-image-center {
  text-align: center;
  margin: auto;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/*Largest screen*/
@media (min-width: 2315px) {
	.customers-nav-tabs {
		margin-top: -42px;
	}

	.col-md-12.well.frost {
		max-height: 570px;
	}
}

/* Really big screens */

@media Screen and (min-width: 929px) {
  .featurette-heading {
    margin-top: 30px;
  }

  .image-video {
    display:none;
  }

  .video-display {
	display: inline-block;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
    }
.video-container iframe {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 80%;
	  border-radius: 3px;
	  border: 1px solid transarent;
    }


}


/* For smart phones */

@media only screen /* Iphone 4 and 4s */
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    /* For Hash key navigation */
    #information{
      margin-top: 300px;
      width: 100%;
      height: 0px;
      display: block;
    }
    #information{ margin-top: 390px;}
    #navbar .pull-right{float: none !important;}

    /*  About section grid fixes */
    .about-section [class*="col-md-"] img{width: 200px;}
    .mobile-image-center {text-align:center;}

    .image-video {
      display:inline-block;
      height: 250px;
      width: auto;
    }

    .display-video {
      display:none;
    }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}

    .frost {
      background-color: transparent;
      background-image: url('/img/frost.png');
      padding: 10px;
      height: 500px;
    }

    /* Declare heights because of positioning of img element */
    .above-the-fold-caption {
      height: 300px;
      overflow-y: visible;
    }

    .above-the-fold-heading, .above-the-fold-heading > .featurette {font-size: 2.3em;}

    .mobile-image-center {
      text-align: center;
      margin: auto;
    }

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .col-md-12.well{
        /*position: relative;
        top: 65px;*/
    }
    #information{ margin-top: 390px;}
    #navbar .pull-right{float: none !important;}

    /*  About section grid fixes */
    .about-section [class*="col-md-"] img{width: 200px;}
    .mobile-image-center {text-align:center;}
    .image-video {
      display:inline-block;
      height: 250px;
      width: auto;
    }

    .display-video {
      display:none;
    }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}

    .frost {
      background-color: transparent;
      background-image: url('/img/frost.png');
      padding: 10px;
      height: 500px;
    }

    /* Declare heights because of positioning of img element */
    .above-the-fold-caption {
      height: 300px;
      overflow-y: visible;
    }

    .mobile-image-center {
      text-align: center;
      margin: auto;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

  .col-md-12.well{
      /*position: relative;
      top: 80px;*/
  }

  #navbar .pull-right{float: none !important;}

  #information{ margin-top: 390px;}

  /*  About section grid fixes */
  .about-section [class*="col-md-"] img{width: 200px;}
  .mobile-image-center {text-align:center;}
  .image-video {
    display:inline-block;
    height: 250px;
    width: auto;
  }

  .display-video {
    display:none;
  }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}

  .frost {
    background-color: transparent;
    background-image: url('/img/frost.png');
    padding: 10px;
    height: 500px;
  }

  /* Declare heights because of positioning of img element */
  .above-the-fold-caption {
    height: 300px;
    overflow-y: visible;
  }

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 3) {

    .col-md-12.well{
        /*position: relative;
        top: 65px;*/
    }
    #information{ margin-top: 390px;}
    #navbar .pull-right{float: none !important;}
    /*  About section grid fixes */
    .about-section [class*="col-md-"] img{width: 200px;}
    .mobile-image-center {text-align:center;}
    .navbar-wrapper {
      padding-top: 15px;
    }
    .image-video {
      display:inline-block;
      height: 250px;
      width: auto;
    }

    .display-video {
      display:none;
    }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}

    .frost {
      background-color: transparent;
      background-image: url('/img/frost.png');
      padding: 10px;
      height: 500px;
    }

    /* Declare heights because of positioning of img element */
    .above-the-fold-caption {
      height: 300px;
      overflow-y: visible;
    }
}

/* Catch all for those under 769px width. Video should not be playing but image only */
@media only Screen and (max-width: 928px)
 {
    .image-video {
      display:inline-block;
      width: 250px;
      height: auto;
    }

    .display-video {
      display:none;
    }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}
}



@media only Screen and (max-width: 768px)
 {
    .image-video {
      display:inline-block;
      width: 250px;
      height: auto;
    }

    .display-video {
      display:none;
    }

	.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 0;
	}
	#navbar .pull-right{float: none !important;}

	a.nav-btn {
		margin-left:auto;
		margin-right: auto;
	}



}
