/*
 * Theme Name: Bootstack
 * Version: 2.4.0
 * Theme URI: http://danielyewright.com/demo/bootstack
 * Description: Bootstack - Responsive App Landing Page Theme
 * Author: Daniely Wright
 * Author URI: http://danielyewright.com
 *
 */

/* ---------------------------------------------------------------------
 * Base Styles
--------------------------------------------------------------------- */

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #070f0b;
    padding-top: 50px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

hr {
    display: block;
    width: 500px;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

/*.login-wrapper{		background: #EFEFEF; }*/


/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 25px;
}


/* Links */

a {
    color:#007041 ;
    word-wrap: break-word;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a:hover,
a:focus {
    color: #555555;
    text-decoration: none;
    outline: 0;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: 0;
}

@media (max-width: 480px) {
    /*body { text-align: center; }*/

    /*hr { width: 150px; }*/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    /*body { text-align: center; }*/
}


.h3, h3 {
  font-size: 23px;
}

/* UI Elements */

.pad-top { padding-top: 80px; }


/* Button Modifications */

.btn { border-radius: 5px; }

.btn-link{font-weight: normal;}

.btn-theme {
    background-color:#007041 ;
    color: #fff;
    border-color:#007041 ;
}

.btn-theme:hover {
    border-color:#007041 ; /* change to darker hue than bg hover color */
    background-color: transparent;
    color:#007041 ;
    box-shadow: none;
}

.btn-theme:focus { outline: 0; }

.btn-theme2 {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-theme2:hover {
    border-color: #fff;
    background-color: #fff;
    color:#007041 ;
    box-shadow: none;
}

.btn-theme2:active { outline: 0; }


/* ---------------------------------------------------------------------
 * Navigation
--------------------------------------------------------------------- */

.navbar-default {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #fff;
    /* Uncomment if you want a box shadow under navbar **
  
          -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  
    */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .navbar-default { letter-spacing: normal; }
}

@media screen (max-width: 768px) {
    .navbar-default .navbar-right a[type="button"] {
        float: none !important;
        border: 0;
    }
}

.navbar-default .navbar-toggle { border: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar { background-color:#007041 ; }

.navbar-default .navbar-brand { color:#007041 ;   padding: 7px 15px; }

.navbar-default .navbar-brand:hover { color: #bdc3c7; }

.navbar-default .navbar-nav > li > a { color:#007041 ;   font-size: 14px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #777;
}

.navbar-default .navbar-right a[type="button"] {
    padding: 6px 20px 6px 20px;
    color: #fff;
}

.navbar-default .navbar-right > li > a.btn-link{ color:#777; font-size:12px; }

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
    background-color: transparent;
    color:#007041 ;
}

.accordion-default{	padding-bottom:6px; }
.accordion-inner{	padding-left:25px; }


.white_triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
}

.wt_left_top{	left: -40px; top: 0; z-index:1; border-bottom: 100px solid #ffffff; }
.wt_left_bottom{	left: -40px; bottom: 0; z-index:1; border-top: 100px solid #ffffff; }
.wt_right_bottom{	right: -40px; top: 0; z-index:1; border-top: 100px solid #ffffff; }
.wt_right_top{	right: -40px; bottom: 0; z-index:1; border-bottom: 100px solid #ffffff; }


.green_triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
}

.gt_right_bottom{	right: -40px; top: 0; z-index:-1; border-bottom: 65px solid #007041; }
.gt_right_top{	right: -40px; bottom: 0; z-index:-1; border-top: 65px solid #007041; }


.kreis {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background-color: #007041;
  position: absolute;
  z-index: 20;
  left: 80px;
  top: 30px;
}

#contact .kreis{	right: 40px;  top: 0px; left:auto; }

.kreis p{			 
  padding: 45px 5px 20px 5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px; }
  
.language{			  margin-top: 2px; float:right; }
.language a{		color:#555555; font-size:12px; }
					
.form-group{		margin-bottom:5px; }					
					
.whitelabel{		background:#ffffff; height:200px;	}
.whitelabel p{		color:#007041 !important; font-size: 18px; font-weight: 400; position:absolute; z-index:10; padding: 0 25px 0 15px; line-height: 26px;}
.whitelabel h1{		  padding: 15px 0 6px 15px;  color: #007041;  margin: 0;  font-weight: 600; font-size:24px; }

.greenlabel{		background:#007041;  width: 70%; height:130px;
  position: absolute;
  top: -20px;
  z-index: 10;
  left: 0;	}
.greenlabel p{		font-size: 18px; font-weight: 400; color:#ffffff; padding: 20px 15px 0 28px; }

.screen{			height: 500px; }
.screen img{		position:absolute; z-index: 15;  top: -30px;  left: 15px; }

.register form{		margin-top:150px; }
.register .form-control{		width:70%; }
.register .form-group{		margin-left:30px; }
.form-control:focus {
  border-color: #007041;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(139,182,67,.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(139,182,67,.8);
}

/*.btn-primary {
  color: #fff;
  background-color: #007041;
  border-color: #007041;
}

.btn-primary:hover {
  color: #007041;
  background-color: #ffffff;
  border-color: #007041;
}*/

@media (max-width: 1199px) {
	.whitelabel p{  	font-size: 16px; line-height: 20px; }
	.greenlabel p{  	font-size: 18px; line-height: 22px; }
	.kreis{  			left: 50px; top: 20px; }
	.register form {  	margin-top: 130px; }
	.form-group {  		margin-bottom: 10px; }
	.screen {		  	height: 400px; }
	#contact .kreis{	display:none; }
}

 


@media (max-width: 991px) {
    .navbar-header { float: none; }

	.whitelabel h1{	font-size: 20px; }

    .navbar-toggle { display: block; }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	
	.kreis{ left: 180px; top: 180px; }
	.screen {		  	height: 500px; }
	.greenlabel{	  width: 100%; top:auto; }
	.whitelabel p, .greenlabel p{  font-size: 18px; line-height: 22px; }
	.register form{		padding-top:130px; }
    .navbar-collapse.collapse { display: none!important; }

    .navbar-collapse.collapse.in { display: block!important; }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li { float: none; }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
	.green_triangle, .white_triangle{	display:none; }
	.screen img{	position:relative; left:auto; right:auto; top:auto; bottom:auto; margin-top: 15px; }
	.screen{		height:auto; }
	.whitelabel p, .greenlabel p{  position:relative;  }
	.register{		margin-top:15px; }
	.greenlabel{	  height: auto;  padding-top: 10px; position: relative; }
	.greenlabel p{	left:auto; top:auto;  padding: 0 0 10px 0;	}
	.register form{	  margin-top: 15px;  padding-top: 0; }
	.whitelabel{	height:auto;   padding-bottom: 30px; }
	.register .form-group{	margin-left:0; }
	.register .form-control{	width:100%; }
	.kreis{			  position: relative;  left: 50%;  top: -10px;  margin-left: -60px; }
}

@media (max-width: 480px) {
	.whitelabel { padding-bottom: 10px; }
}




/* ---------------------------------------------------------------------
 * Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */

.headerwrap {
    background: url("../img/header-bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 60px;
}

.headerwrap .col-lg-2 { padding-top: 40px; }

/*
.headerwrap h1 {
    margin-top: 30px;
    color: white;
    font-size: 70px;
}*/

.headerwrap h3 {
    color: white;
    font-size: 30px;
}

.headerwrap h4 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.headerwrap h5 {
    color: white;
    font-weight: 700;
    text-align: left;
}

/*.headerwrap p {
    text-align: left;
    color: #fff;
}*/



@media (max-width: 480px) {
    .headerwrap h1 { font-size: 50px; }
	.whitelabel h1{	font-size: 24px; }
    .headerwrap .col-lg-2 h5,
    .headerwrap .col-lg-2 p {
        text-align: center;
    }
}


/* Intro Wrap */

.intro {
    padding-top: 80px;
    padding-bottom: 80px;
}

.intro span {
    font-size: 60px;
    color:#007041 ;
    padding: 20px;
    vertical-align: middle;
}

/* Features Wrap */

.featureswrap {
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.featureswrap .col-lg-6 img {
    display: table;
    margin: 0 auto;
}

.featureswrap .ac a { font-size: 20px; }

.featureswrap .col-lg-6 h4,
.featureswrap .col-lg-6 licon {
    font-size: 20px;
    color:#007041 ;
}

@media (max-width: 480px) {
    .featureswrap .col-lg-4 { padding-top: 0; }
}

/* Divider 1 & 2 Wrap */

.divider01 {
    background: url("../img/divider-1.jpg") no-repeat center center;
    background-size: cover;
    max-height: 350px;
    padding: 40px;
}

.divider01 h3 {
    font-size: 34px;
    color: #fff;
}

.divider01 h4 {
    padding-top: 15px;
    color: #fff;
}

.divider02 {
    background-color:#007041 ;
    height: 150px;
    padding-top: 55px;
}

.divider02 h3 {
    color: #fff;
    padding-right: 40px;
}

.divider02 h3,
.divider02 button {
    display: inline;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .divider01 { max-height: 375px; }

    .divider01 .carousel-inner { padding: 0; }

    .divider02 {
        padding-bottom: 80px;
        min-height: 200px;
    }

    .divider02 h3,
    .divider02 button {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .divider02 a[type="button"] { margin-top: 15px; }
}


/* Pricing Wrap */

.pricingwrap {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
}

.pricingwrap small { padding-left: 10px; }

/* Pricing Tables */

.panel { text-align: center; }

.panel-custom { border-color:#007041 ; }

.panel-custom > .panel-heading {
    background-color:#007041 ;
    color: #fff;
}

.panel-heading > .panel-title {
    font-weight: 900;
    text-transform: uppercase;
}

.panel-body {
    padding: 0px;
    text-align: center;
}

.the-price {
    background-color: rgba(220,220,220,0.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
    padding: 20px;
    margin: 0;
}

.the-price h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript {
    font-size: 25px;
    font-weight: 400;
}

/* Footer Wrap */

.footerwrap {
    background-color: #333;
    color: #777;
    padding-top: 80px;
    padding-bottom: 100px;
}

.footerwrap h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #bdc3c7;
}

.footerwrap p {
    color: #fff;
    font-size: 14px;
}

.footerwrap #social {
    margin: 20px auto 0px auto;
    display: inline-block;
}

.footerwrap input:focus { outline: 0; }

@media (max-width: 480px) {
    .footerwrap button { margin-top: 15px; }
}

/* Copyright Wrap */

.copywrap {
    background: #222;
    padding-top: 20px;
    font-size: 14px;
    color: #bdc3c7;
}

.copywrap a { margin: 0 5px; }


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
}


/* Scroll to top */

#back-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #eeeeee;;
    cursor: pointer;
    border-radius: 3px;
}

#back-top .icon-arrow-up2 {
    padding: 6px 8px;
    display: block;
    color:#007041 ;
}
.error {
    /*color:red;*/
}
.error-message{ color: #d9534f; font-size: 0.8rem;}

/* ---------------------------------------------------------------------
 * IE 10 in Windows 8 and Windows Phone 8 fix
--------------------------------------------------------------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*
 * Card component
 */
.card {
    background-color: #ffffff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    border-radius: 8px;
}

.profile-img-icon {
    width: 38px;
    margin: -60px 0 0 -10px;
    position: absolute;
    /*background: white;*/
    /*padding: 1px;*/
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    box-shadow: 0 0 3px slategray;
}

.profile-img-card {
    width: 96px;
    margin: 0 auto 10px;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
    text-transform: uppercase;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

/* For onboarding */

label.active-static{
        color: #007041;
    top: 0.4rem;
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
    left: auto;
}

label {
    font-weight: normal;
    font-size: 1em;
}

/*.md-form label{
    text-align: left;
}
.md-form label.active {
    color: #007041;
    top: 0.7rem;
}*/
.select2-container--default{
    margin-top: 8px !important;
}
.widget-card{
    width: 100%;
    /*padding: 15px;*/
    margin: 15px 0px 15px 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    border: 4px SOLID #fff;
}
.widget-card.active{
    box-shadow: none;
    border-color: #91a99f;
}
.widget-card .widget-type-thumb{
    height: 100px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.widget-card .desc{
    padding: 15px;
}
.widget-card .desc p{
    min-height: 60px;
}
.widget-card .shrinker{
    height: 20px;
    transition: height 0.3s ease-out;
}
.widget-card .img{
    height: 100px;
    overflow: hidden;
}
.widget-card:hover .shrinker,
.widget-card.active .shrinker{
    height: 0px;
}

/* Onboarding end */