/* alte Farbe: #30dbb9 */
body {
    font-family: 'Roboto', sans-serif;
    background: #e4fffa url(../../img/bg.jpg) center top no-repeat;
    font-weight:400;
}
p, .jumbotron p {
    font-weight:400;
}
b, strong {
    font-weight:500;
}
a {
    color:#253b6a;
}
a, .btn {
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.noborderradius {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.nopadding-right {
    padding-right:0px !important;
}
.nopadding-left {
    padding-left:0px !important;
}
#logo {
    width:65px;
    position:relative;
    z-index:100;
}
#debug {
    position:absolute;
    top:0px;
    right:0px;
    background:#333;
    color:#fff;
    padding:20px;
    z-index:9999;
    width:400px;
    text-align:left;
}
.analytics_optout{cursor:pointer; text-decoration:underline;}
/* Cookie Consent Start */
#cookie_consent {
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    padding:20px 0;
    width:100%;
    z-index:99999;
    border-top:1px solid #323232;
    font-size:14px;
    display:none;
}
.btn-consent {
    color:#323232;
    border:2px solid #323232;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin:0 0 0 50px;
}
@media (max-width: 992px) {
  #cookie_consent {
    font-size:12px;
  }
  .btn-consent {
    border:1px solid #323232;
    font-size:12px;
  }
}
@media (max-width: 768px) {
  #cookie_consent {
    font-size:10px;
  }
}
/* Cookie Consent End */



pre {
    border:1px solid #fff;
    color:#fff;
    background:#333;
}
.jumbotron {
    margin-top:100px;
    background: none;
    color:#fff;
    padding:0px;
}
.jumbotron h1 {
    color:#2eceae;
    font-weight:700;
    font-size:50px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hinweis_kombi {
    background:#35e4bf;
    color: #fff !important;
    display:none;
    padding:6px;
    display:block;
    margin:-5px 0 20px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.navbar-default {
    background:#fff;
    border:none;
    font-size:15px;
}
.navbar-collapse a {
    text-align:center;
}
.col-content {
    z-index:2;   
}
.col-sidebar {
    z-index:1;
}
.pagecontent {
    text-align:left !important;
    font-size:17px;
}
.pagecontent h1 {
    font-weight: 700;
    font-size: 37px;
    color: #253b6a;
    margin:20px 0 40px 0;
}
#sidebar {
    background: #253b6a;
    margin-top:40px;
    -webkit-border-radius: 10px 0px 0 10px;
    border-radius: 10px 0px 0 10px;
    min-height:100px;
    color:#fff;
    padding:20px;
    position:relative;
    right:-200px;
}

#sidebar .btn-primary {
    background:none;
    color:#fff;
    border:1px solid #fff;
    display:block;
}
#sidebar .btn-primary:hover {
    background:#fff;
    color:#21395f;
    border:1px solid #fff;
    display:block;
}
#sidebar h3 {
    font-size:20px;
    font-weight:500;
}
#sidebar img {
    max-width:70%;
    height:auto;
    margin:15px auto !important;
    display: block;
}
#maincontent {
    background:#fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding:30px;
    min-height:500px;
}
#maincontent .headline {
    font-size:25px;
    font-weight:700;
    color:#253b6a;
    display:block;
    margin:0px 0 20px 0;
}
.maincontent-footer {
    background:#f1f1f1;
    -webkit-border-radius: 0 0 10px 10px;
    padding:20px;
    font-weight:600;
    font-size:1.1em;
}
.maincontent-footer a {
    text-decoration: underline;
}
.padding-breaker {
    margin:30px -30px -30px -30px;
}

#footer {
    background:#21395f;
    margin-top:100px;
    padding:50px 0;
    color:#fff;
}
#footer .footer-headline {
    text-transform:uppercase;
    display:block;
    margin:0 0 10px 0;
    font-weight:500;
    font-size:18px;
}
#footer p {
    font-weight:300;
}
#footer ul, #footer ul li {
    margin:0px;
    padding:0px;
    list-style:none;
}
#footer ul li {
    margin:0 0 10px 0;
}
#footer ul {
    margin:10px 0 40px 0;
}
#footer a {
    color:#2fd3b1;
}
#footer .logo {
    max-width:64px;
    margin:0 10px 0 0;
}
#footer .form-control {
    background:#334f77;
    border:none;
    border-bottom:1px solid #6b9ace;
    -webkit-border-radius: 0;
    border-radius: 0;
    color:#fff !important;
}
#footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7589ac;
}
#footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #7589ac;
}
#footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #7589ac;
}
#footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: #7589ac;
}
.subcontent {
    margin:70px 0 0 0;
}
.page-item-teaser {
    margin:0 0 30px 0;
    position:relative;
    top:0px;
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.page-item-teaser:hover {
    top:-10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}
.page-item-teaser a:hover {
    text-decoration:none;
}
.page-item-teaser-imgwrap {
    background:#fff;
    min-height:150px;
    padding:10px 0;
    position:relative;
}
.page-item-teaser-imgwrap img {
    max-height:200px;
    max-width:90%;
    margin:0px auto;
    display:block;
    
}
.page-item-teaser-text {
    background:#31dbb7;
    padding:20px 26px;
}
.page-item-teaser-text .meta {
    text-transform:uppercase;
    color:#fff;
    display:block;
}
.page-item-teaser-text .headline {
    color:#152443;
    display:block;
    font-weight:700;
    font-size:20px;
}
.page-item-blue .page-item-teaser-text {
    background:#253b6a;
}
.page-item-blue .page-item-teaser-text .headline {
    color:#fff;
}
.label-with-checkbox {
    border:1px solid #dddddd !important;
    display:block !important;
    padding:15px !important;
    margin:0 0 10px 0 !important;
    display:block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight:500;
    font-size:18px;
    cursor: pointer;
}
.label-with-checkbox:hover {
    background: #f1f1f1;
}
.label-with-checkbox input {
    visibility:hidden;
    margin-left:-18px;
}
.label-highlight {
    background:#f1f1f1;
}
.label-highlight:hover {
    background:#31dbb7;
    color:#fff;
    border-color:#31dbb7 !important;
}
.panel {
    box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom:10px !important;
}
.panel-title a {
    display:block;
    padding:15px 15px;
    font-size:1.1em;
    background:#f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.panel-title a.collapsed {
    background:#fff;
    position:relative;
}
.panel-title a:hover {
    text-decoration:none;
    background: #f1f1f1;
}
.panel-title a:focus {
    text-decoration:none;
}
.panel-title .meta {
    font-size:0.7em;
    text-transform:uppercase;
    color:#aaa;
}
.panel-default>.panel-heading {
    background:#fff;
    border-color:#e1e1e1;
}
.panel-heading {
    padding:0px;
    position: relative;
}
.panel-body {
    background: #f1f1f1;
    border-top:none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color:#f1f1f1;
}
.panel-body label {
    background:#fff;
    display:block;
    padding:15px 20px 15px 70px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align:left;
    font-size:1.3em;
    color:#253b6a;
    position:relative;
}
.panel-body label.active, .label-with-checkbox.active {
    background:#31dbb7;
    color:#fff;
    border-color:#31dbb7 !important;
}
.panel-body label img {
    position:absolute;
    bottom:8px;
    left:30px;
    height:70px;
}
.select-all-link {
    color:#253b6a;
    border:1px solid #253b6a;
    padding:6px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.select-all-link:hover {
    background:#253b6a;
    color:#fff;
    text-decoration:none;
}
.select-all-link:focus {
    text-decoration:none;
}
i {
    vertical-align: middle !important;
    position:relative;
    top:-2px;
}
label .checked {
    display:none
}
label .unchecked {
    display:inline;
}
label.active .checked {
    display:inline;
}
label.active .unchecked {
    display:none;
}
.panel-heading .icon {
    position:absolute;
    top:10px;
    right:10px;
    color:#31dbb7;
    display:none;
}
.panel-heading .dropdown {
    position:absolute;
    top:0px;
    right:0px;
    background:#f1f1f1;
    padding:0 15px;
    font-size:0.9em;
    height:100%;
    line-height: 70px;
    color:#37bda2;
}

#share_save #shortlink {
    background:#eee;
    border:none;
    width:280px;
    height:34px;
    padding:0 8px;
}
#share_save .button-share {
    height:34px;
    line-height:34px;
    display:inline-block;
    padding:0 8px;
    border:none;
    background:#2eceae;
    color:#fff;
    margin:0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#share_save .button-share:hover {
    text-decoration:none;
    background:#35e4bf;
}

.btn-default {
    background:#31dbb7;
    border:none;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom: 5px solid #12a78a;
    padding: 12px 20px;
    font-size:1.1em;
}
.btn-default:hover, .btn-default:focus {
    background:#35e4bf !important;
    color:#fff !important;
    border-bottom: 5px solid #15b092 !important;
}
.panel-body .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left:-39px;
}
.panel-body .checkbox {
    margin-bottom:20px;
}
.panel-body input[type=checkbox] {
    visibility:hidden;
}
.system-box {
    margin:30px 0 0px 0;
    position:relative;
    text-align:left;
    top:0px;
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
    cursor:pointer;
}
.system-box.effect:hover {
    top:-10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}
.system-box.effect:hover .system-image {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.system-box h3 {
    font-size:18px;
    font-weight:500;
    margin:0 0 10px 0;
}
.system-box-p1 {
    border-bottom: none;
    height:130px;
    border:1px solid #ddd;
    border-bottom:none;
    position:relative;
}
.system-box-p2 {
    background:#2eceae;
    height:255px;
    padding:60px 15px 15px 15px;
    color:#fff;
    border:1px solid #2eceae;
}
.system-box-p2 p {
    color:#092b24;
}
.system-box-p2 .flasche {
    background:#249a83;
    float:left;
    padding:5px 10px;
    margin:0 5px 5px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.system-box .system-image {
    margin:0px auto;
    position:absolute;
    bottom:-50px;
    left:0px;
    right:0px;
    max-width: 80%;
    display:block;
    max-height:160px;
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}

.system-box.effect {
    display:none;
}
.system-box .btn {
    font-size:13px;
    position:absolute;
    bottom:15px;
    left:5%;
    width:90%;
}
.system-box .btn-default {
    background:#253b6a;
    border-color:#1b2c50;
    padding:12px 0px 7px 0px;
}
.system-box .btn-default:hover {
    background:#2e477d !important;
    border-color:#20335c !important;
    padding:12px 15px 7px 15px !important;
}
.system-badge {
    position:absolute;
    top:-10px;
    right:-10px;
    background:#1b75b3;
    color:#fff;
    height:65px;
    width:65px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size:12px;
    line-height:14px;
    padding-top:17px;
    font-style:italic;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.btn-back {
    background:none !important;
    border:1px solid #253b6a !important;
    color:#253b6a !important;
    font-weight:400 !important; 
}
.btn-back:hover, .btn-back:focus {
    background:#253b6a !important;
    color:#fff !important;
    border:1px solid #253b6a !important;
}
.modal-backdrop {
   
}
.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    border:none;
    -webkit-box-shadow: 0 0 200px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 200px 0 rgba(0,0,0,0.2);
}
.modal-title {
    font-weight:700;
    font-size:37px;
    color:#253b6a;
}
.modal-header, .modal-footer {
    border:none;
}
.modal-body {
    min-height:600px;
    padding:0px;
}
.modal-padding {
    padding:20px;
}
.modal-body .system-box .box {
    border:none;
}
.modal-body .system-box .system-image {
    max-width: 100%;
    max-height:280px;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 1000px !important;
    }
}
@media (min-width: 992px) {
    .modal-kwlg {
        width: 880px !important;
    }
}

.modal-header .close {
    font-size:16px;
}
.modal-header h4 {
    padding:40px 40px 20px 40px;
}

.modalbuehne .modal-content {
    background:#f1f1f1;
}
.modalbuehne .modal-title, .modalbuehne .modal-header {
    padding-bottom:0px;
}
.modalbuehne .system-box {
    margin-top:5px;
    cursor:default;
}
.modalbuehne .system-box-p1 {
    height:auto;
    padding:0 35px 60px 55px;
}
.modalbuehne .system-box-p2 {
    padding:18px 35px 38px 55px;
    height:auto;
}
.modalbuehne .system-box .btn {
    position:relative !important;
    top:10px !important;
    left:auto !important;
}
.modalbuehne .btn-default {
    background:#d10c20;
    border-color:#a90a1a;
    height:auto;
    width:100%;
    text-align:left;
    padding-left:18px;
    position:relative;
    padding-top:15px;
    padding-bottom:10px;
}
.modalbuehne .btn-default .material-icons {
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-12px;
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.modalbuehne .btn-default:hover, .modalbuehne .btn-default:focus {
    background:#df1429 !important;
    border-color:#a90a1a !important;
    padding-left:22px !important;
    padding-top:15px !important;
    padding-bottom:10px !important;
}
.modalbuehne .btn-default:hover .material-icons {
    right:6px;
}
.modal-content .subheadline {
    font-weight:bold;
    color:#253b6a;
    display:block;
    margin:0 0 20px 0;
}
.modal-content ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.modal-body-content {
    padding:55px;
    font-size:1.2em;
}
.modalbuehne .modal-body-content {
    padding-top:25px; 
    background:#fff;  
}
.modal-body-video {
    background:#fff;
    padding:30px 55px 55px 55px;
    font-size:1.2em;
}
.modal-body-video strong {
    display:block;
    margin:0 0 10px 0;
}
.modal-body-content strong {
}

.modal-body-content .responsive-video {
    margin:20px 0 0px 0;
}

.info-check {
    width:21px !important;
    margin:0 5px 0 0;
	position:absolute;
	top:1px;
	left:0;
}
#features li {
    line-height:24px;
    font-size:1.2em;
    position:relative;
    right: -2000px;
    top:-5px;
	position:relative;
	padding:0 0 0 30px;
	margin:0 0 10px 0px;
}
.cert-item {
    height:56px;
    width:56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 14px 0 0;
    float:left;
    background-size:100% !important;
}
.cert-item.versender-2 {
    background-size:60% !important;
}
.cert-item.hinweis {
    background:#fff;
    line-height:56px;
    text-align:center;
    color:#2ecfae;
}
.cert-item.hinweis .material-icons {
    font-size:30px;
}
.modalbuehne #flaschen {
    position:absolute;
    top:-146px;
    left:15px;
    color:#333 !important;
}

.flaschen-cont {
    float:left;
    margin:0 10px 0 0;
}
.flaschen-wrap {
    position:relative;
    z-index:1;
}
.flaschen-cont .flaschen-wrap img {
    height:80px;
    margin:0 7px;
}
.flaschen-cont .flaschen-divider {
    height:14px;
    background:#2fd4b2;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position:relative;
    top:-14px;
    z-index:2;
}
.flaschen-cont .flaschen-desc {
    text-align:center;
    color:#fff;
    font-size:12px;
    position:relative;
    top:-8px;
    line-height:14px;
}
#cert {
    padding-top:50px;
}

.modal-infobox {
    background:#29ad93;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:15px;
    font-size:14px;
    margin: 10px 0 0 0;
}

.tooltip-inner {
    width: 450px !important;
    padding:15px !important;
    text-align:left !important;
}

.einlage-wrap {
    background:#fff;
    border:5px solid #f1f1f1;
    width:145px;
    height:145px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    bottom:-45px;
    right:6px;
    background-size:70% !important;
}
.modalbuehne .system-image {
    left:-100px;
    bottom:-100px;
}

#myModal2 .modal-body {
    padding:0 40px;
    font-size:1.2em;
}

.price {
    color:#fff;
    text-align:right;
    padding-top:10px;
}

.price .big {
    font-weight:bold;
    font-size:50px;
    line-height:52px;
}

#myModal3 .modal-title {
    font-size:24px;
}
#myModal3 .modal-body {
    padding:0px 60px 60px 60px;
    font-size:1.2em;
    min-height:0px;
}
@media (min-width: 768px){
    #myModal3 .modal-dialog {
        margin:120px auto 0 auto;
    }
}

.banner-startdmodal {
    margin:20px 0;
    background:#e4fffa;
    padding:18px;
    color:#253b6d;
    font-weight:bold;
    z-index:1;
    position:relative;
}
.banner-startdmodal .material-icons {
    margin:0 10px 0 0;
    font-size:80px;
    color:#2fd4b2;
    float:left;
}
#myModal3 .box {
    position:absolute;
    top:-30px;
    right:40px;
    width:196px;
    z-index:2;
}

.variante-wrap {
    padding:10px 20px;
    float:left;
    margin:0 20px 0 0;
    position:relative;
}
.variante-wrap.checked {
    background:#dee684;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.page-template-template_alle_systeme .variante-wrap.checked {
	background:none !important;
}
.variante-wrap .label-variante {
    position:absolute;
    bottom:0px;
    left:0px;
    background:#2eceae;
    color:#fff;
    padding:3px;
    z-index:2;
}
.variante-wrap .label-variante.liegend {
    left:12px;
}
.variante-wrap img {
    height:84px;
    position:relative;
    z-index:1;
}
.hinweis-varianten {
    width:600px;
    padding:20px 0 0 20px;
}
.red {
    color:#d10c20;
}

.list-flasche-wrap {
    float:left;
    width:98px;
    text-align:center;
    margin:0 0 20px 0;
    position:relative;
    height:150px;
}
.list-flasche-wrap .material-icons {
    position:absolute;
    color:#2eceae;
    top:100px;
    right:5px;
    font-size:40px !important;
}
.list-flasche-wrap .material-icons.not {
    color:#d10c20;
    font-size:30px !important;
    top:110px;
    right:10px;
}
.list-flasche-wrap img {
    height:150px;
    position:relative;
    top:0px;
}

.pdf-download {
    font-weight:bold !important;
    color:#fff !important;
    background:#29ad93;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:15px;
    font-size:14px;
    margin: 10px 0 0 0;
}
.pdf-download:hover {
    font-weight:bold !important;
    text-decoration:none !important;
    background:#259983 !important;
}
#sort_versender {
    margin:20px 0 20px 0;
}
#sort_versender .btn {
    background:none;
    padding:14px 12px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #c9c9c9;
    border-right:none !important;
}
#sort_versender .btn.last {
    border-right:1px solid #c9c9c9 !important;
}
#sort_versender .btn:focus {
    outline:none;
}
#sort_versender .btn.active {
    background:#c9c9c9;
}
.variante-box {
    -webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}
.variante-box:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tab-pane ul {
    list-style:square !important;
    padding:0 0 0 20px;
}
.tab-pane li {
    margin: 0 0 15px 0;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #b8f6e9; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #2eceae; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #b8f6e9;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot.active:after {
    webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
/*END Form Wizard*/

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
  	position:relative;       
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}


.sk-folding-cube {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top:100px;
  left:0;
  bottom:0;
  right:0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2ecfae;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}