﻿body { background: pink; }

.btn {
	background: pink;
	color: black;
}

.ch-form-part-title { color: pink; }

/* ========================================================================
		CHECKOUT
======================================================================== */
/* bella */
body.bella { background: #e5e4e4;}

.bella .ch-form-part-title { color: #02a975; }

.bella [class*="btn--"]{
	color: #fff;
	background: rgb(244,152,43);
	background: -moz-linear-gradient(top, rgba(244,152,43,1) 0%, rgba(255,135,0,1) 50%, rgba(244,152,43,1) 50%, rgba(255,135,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,152,43,1)), color-stop(50%,rgba(255,135,0,1)), color-stop(50%,rgba(244,152,43,1)), color-stop(100%,rgba(255,135,0,1)));
	background: -webkit-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: -o-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: linear-gradient(to bottom, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
}

.bella .checkout-form-section h3 { 
	background: #3a85ce;
}

.bella .ch-form-title{
    color: #d94f59;
}

.bella .header-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

.bella .footer-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

/* fiesta */

body.fiesta {
	background: rgb(251,217,135);
	background: -moz-linear-gradient(top, rgba(251,217,135,1) 0%, rgba(225,148,32,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,217,135,1)), color-stop(100%,rgba(225,148,32,1)));
	background: -webkit-linear-gradient(top, rgba(251,217,135,1) 0%,rgba(225,148,32,1) 100%);
	background: -o-linear-gradient(top, rgba(251,217,135,1) 0%,rgba(225,148,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,217,135,1) 0%,rgba(225,148,32,1) 100%);
	background: linear-gradient(to bottom, rgba(251,217,135,1) 0%,rgba(225,148,32,1) 100%);
}
.fiesta .ch-form-part-title { color: #02a975; }

.fiesta [class*="btn--"]{
	color: #fff;
	background: rgb(244,152,43);
	background: -moz-linear-gradient(top, rgba(244,152,43,1) 0%, rgba(255,135,0,1) 50%, rgba(244,152,43,1) 50%, rgba(255,135,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,152,43,1)), color-stop(50%,rgba(255,135,0,1)), color-stop(50%,rgba(244,152,43,1)), color-stop(100%,rgba(255,135,0,1)));
	background: -webkit-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: -o-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
	background: linear-gradient(to bottom, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
}

.fiesta .checkout-form-section h3 { 
	background: #181717;
	background: -moz-linear-gradient(top,  #181717 0%, #010101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181717), color-stop(100%,#010101));
	background: -webkit-linear-gradient(top,  #181717 0%,#010101 100%);
	background: -o-linear-gradient(top,  #181717 0%,#010101 100%);
	background: -ms-linear-gradient(top,  #181717 0%,#010101 100%);
	background: linear-gradient(to bottom,  #181717 0%,#010101 100%);
}

.fiesta .ch-form-title{
    color: #df0f16;
}

.fiesta .header-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

.fiesta .footer-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

/* frost */
body.frost {
	background: rgb(251,254,254);
	background: -moz-linear-gradient(top, rgba(251,254,254,1) 1%, rgba(39,185,222,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(251,254,254,1)), color-stop(99%,rgba(39,185,222,1)));
	background: -webkit-linear-gradient(top, rgba(251,254,254,1) 1%,rgba(39,185,222,1) 99%);
	background: -o-linear-gradient(top, rgba(251,254,254,1) 1%,rgba(39,185,222,1) 99%);
	background: -ms-linear-gradient(top, rgba(251,254,254,1) 1%,rgba(39,185,222,1) 99%);
	background: linear-gradient(to bottom, rgba(251,254,254,1) 1%,rgba(39,185,222,1) 99%);
}

.frost .ch-form-part-title { color: #000; }

.frost [class*="btn--"]{
	color: #fff;
	background: rgb(203,35,35);
	background: -moz-linear-gradient(top, rgba(203,35,35,1) 0%, rgba(203,35,35,1) 50%, rgba(190,0,0,1) 51%, rgba(190,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,35,35,1)), color-stop(50%,rgba(203,35,35,1)), color-stop(51%,rgba(190,0,0,1)), color-stop(100%,rgba(190,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
}

.frost .checkout-form-section h3 { 
	background: #1d9dc1;
	background: -moz-linear-gradient(top,  #1d9dc1 0%, #1193b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d9dc1), color-stop(100%,#1193b7));
	background: -webkit-linear-gradient(top,  #1d9dc1 0%,#1193b7 100%);
	background: -o-linear-gradient(top,  #1d9dc1 0%,#1193b7 100%);
	background: -ms-linear-gradient(top,  #1d9dc1 0%,#1193b7 100%);
	background: linear-gradient(to bottom,  #1d9dc1 0%,#1193b7 100%);
}

.frost .ch-form-title{
    color: #1685a4;
}

.frost .header-wr{
    background: url(./color-themes-images/header-line-bg-frost.png) repeat;
}

.frost .footer-wr{
    background: url(./color-themes-images/header-line-bg-frost.png) repeat;
}

/* lucky */
body.lucky { background: #125493; }

.lucky .ch-form-part-title { color: #3a85ce; }

.lucky [class*="btn--"]{
	color: #fff;
	background: rgb(18,155,82);
	background: -moz-linear-gradient(top, rgba(18,155,82,1) 1%, rgba(18,155,82,1) 50%, rgba(2,169,81,1) 50%, rgba(2,169,81,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(18,155,82,1)), color-stop(50%,rgba(18,155,82,1)), color-stop(50%,rgba(2,169,81,1)), color-stop(100%,rgba(2,169,81,1)));
	background: -webkit-linear-gradient(top, rgba(18,155,82,1) 1%,rgba(18,155,82,1) 50%,rgba(2,169,81,1) 50%,rgba(2,169,81,1) 100%);
	background: -o-linear-gradient(top, rgba(18,155,82,1) 1%,rgba(18,155,82,1) 50%,rgba(2,169,81,1) 50%,rgba(2,169,81,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,155,82,1) 1%,rgba(18,155,82,1) 50%,rgba(2,169,81,1) 50%,rgba(2,169,81,1) 100%);
	background: linear-gradient(to bottom, rgba(18,155,82,1) 1%,rgba(18,155,82,1) 50%,rgba(2,169,81,1) 50%,rgba(2,169,81,1) 100%);
}

.lucky .checkout-form-section h3 { 
	background: #54a9d3;
}

.lucky .ch-form-title{
    color: #e88c2b;
}

.lucky .header-wr{
    background: url(./color-themes-images/header-line-bg-lucky.png) repeat;
}

.lucky .footer-wr{
    background: url(./color-themes-images/header-line-bg-lucky.png) repeat;
}

/* night */
body.night { background: #000; }

.night .ch-form-part-title { color: #000; }

.night [class*="btn--"]{
	color: #333333;
	border: 2px solid #dedede;
	background: rgb(255,207,51);
	-webkit-box-shadow: inset 0 0 0 1px #cc9922;
			box-shadow: inset 0 0 0 1px #cc9922;
	-webkit-border-radius: 26px;
	   -moz-border-radius: 26px;
	        border-radius: 26px;
	background: -moz-linear-gradient(top, rgba(255,207,51,1) 1%, rgba(255,200,39,1) 50%, rgba(254,194,15,1) 50%, rgba(252,221,5,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,207,51,1)), color-stop(50%,rgba(255,200,39,1)), color-stop(50%,rgba(254,194,15,1)), color-stop(100%,rgba(252,221,5,1)));
	background: -webkit-linear-gradient(top, rgba(255,207,51,1) 1%,rgba(255,200,39,1) 50%,rgba(254,194,15,1) 50%,rgba(252,221,5,1) 100%);
	background: -o-linear-gradient(top, rgba(255,207,51,1) 1%,rgba(255,200,39,1) 50%,rgba(254,194,15,1) 50%,rgba(252,221,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,207,51,1) 1%,rgba(255,200,39,1) 50%,rgba(254,194,15,1) 50%,rgba(252,221,5,1) 100%);
	background: linear-gradient(to bottom, rgba(255,207,51,1) 1%,rgba(255,200,39,1) 50%,rgba(254,194,15,1) 50%,rgba(252,221,5,1) 100%);
}

.night .checkout-form-section h3 { 
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#e6e6e6 100%);
}

.night .ch-form-title{
    color: #000;
}

.night .header-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

.night .footer-wr{
    background: url(./color-themes-images/header-line-bg-fiesta.png) repeat;
}

/* lime*/
body.lime { background: #000; }

.lime .ch-form-part-title { color: #298e3e; }

.lime [class*="btn--"]{
	color: #fff;
	background: rgb(203,35,35);
	background: -moz-linear-gradient(top, rgba(203,35,35,1) 0%, rgba(203,35,35,1) 50%, rgba(190,0,0,1) 51%, rgba(190,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,35,35,1)), color-stop(50%,rgba(203,35,35,1)), color-stop(51%,rgba(190,0,0,1)), color-stop(100%,rgba(190,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
}

.lime .checkout-form-section h3 { 
	background: #3c3c3c;
}

.lime .ch-form-title{
    color: #2e9b46;
}

/* lime night */
body.lime-night { background: #000; }

.lime-night .ch-form-part-title { color: #298e3e; }

.lime-night [class*="btn--"]{
	color: #fff;
	background: rgb(203,35,35);
	background: -moz-linear-gradient(top, rgba(203,35,35,1) 0%, rgba(203,35,35,1) 50%, rgba(190,0,0,1) 51%, rgba(190,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,35,35,1)), color-stop(50%,rgba(203,35,35,1)), color-stop(51%,rgba(190,0,0,1)), color-stop(100%,rgba(190,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
}

.lime-night .checkout-form-section h3 { 
	background: #3c3c3c;
}

.lime-night .ch-form-title{
    color: #2e9b46;
}

/* lime light */
body.lime-light { background: #fff; }

.lime-light .ch-form-part-title { color: #298e3e; }

.lime-light [class*="btn--"]{
	color: #fff;
	background: rgb(203,35,35);
	background: -moz-linear-gradient(top, rgba(203,35,35,1) 0%, rgba(203,35,35,1) 50%, rgba(190,0,0,1) 51%, rgba(190,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,35,35,1)), color-stop(50%,rgba(203,35,35,1)), color-stop(51%,rgba(190,0,0,1)), color-stop(100%,rgba(190,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(203,35,35,1) 0%,rgba(203,35,35,1) 50%,rgba(190,0,0,1) 51%,rgba(190,0,0,1) 100%);
}

.lime-light .checkout-form-section h3 { 
	background: #3c3c3c;
}

.lime-light .ch-form-title{
    color: #2e9b46;
}

/* sherbet */
body.sherbet { background: #f6eaf1; }

.sherbet .ch-form-part-title { color: #c00865; }

.sherbet [class*="btn--"]{
	color: #fff;
	background: #ff6239;
}

.sherbet .checkout-form-section h3 { 
	color: #fff;
}

.sherbet .checkout-form-section h3 { 
	background: #666666;
}

.sherbet .ch-form-title{
    color: #c00865;
}

.sherbet .header-wr{
    background: url(./color-themes-images/header-line-bg-sherbet.png) repeat;
}

.sherbet .footer-wr{
    background: url(./color-themes-images/header-line-bg-sherbet.png) repeat;
}

/* honeydew (honew) */

body.honew,
body.honeydew { background: #f7f7f7;}

.honew .ch-form-part-title,
.honeydew .ch-form-part-title { color: #4662a7;}

.honew [class*="btn--"],
.honeydew [class*="btn--"]{
	color: #fff;
	background: #f4982b;
	background: -moz-linear-gradient(top, #f4982b 0%, #f4982b 50%, #ff8700 51%, #ff8700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4982b), color-stop(50%,#f4982b), color-stop(51%,#ff8700), color-stop(100%,#ff8700));
	background: -webkit-linear-gradient(top, #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: -o-linear-gradient(top, #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: -ms-linear-gradient(top, #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: linear-gradient(to bottom, #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
}

.honew .checkout-form-section h3,
.honeydew .checkout-form-section h3 { 
	background: #4662a7;
}

.honew .ch-form-title,
.honeydew .ch-form-title{
    color: #4662a7;
}

/* harverst */

body.harvest { background: #FFFFFF;}

.harvest .ch-form-part-title { color: #000;}

.harvest [class*="btn--"]{
	color: #fff;
	background: #f4982b;
	background: -moz-linear-gradient(top,  #f4982b 0%, #f4982b 50%, #ff8700 51%, #ff8700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4982b), color-stop(50%,#f4982b), color-stop(51%,#ff8700), color-stop(100%,#ff8700));
	background: -webkit-linear-gradient(top,  #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: -o-linear-gradient(top,  #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: -ms-linear-gradient(top,  #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
	background: linear-gradient(to bottom,  #f4982b 0%,#f4982b 50%,#ff8700 51%,#ff8700 100%);
}

.harvest .ch-form-title{
    color: #616a2e;
}

.harvest .checkout-form-section h3 { 
	background: #bdbdbd;
}

/* destiny */

body.destiny { 
    background: -moz-linear-gradient(top, rgba(254,246,251,0.94) 1%, rgba(249,225,239,0.86) 69%, rgba(246,216,233,0.72) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(254,246,251,0.94)), color-stop(69%,rgba(249,225,239,0.86)), color-stop(100%,rgba(246,216,233,0.72)));
	background: -webkit-linear-gradient(top, rgba(254,246,251,0.94) 1%,rgba(249,225,239,0.86) 69%,rgba(246,216,233,0.72) 100%);
	background: -o-linear-gradient(top, rgba(254,246,251,0.94) 1%,rgba(249,225,239,0.86) 69%,rgba(246,216,233,0.72) 100%);
	background: -ms-linear-gradient(top, rgba(254,246,251,0.94) 1%,rgba(249,225,239,0.86) 69%,rgba(246,216,233,0.72) 100%);
	background: linear-gradient(to bottom, rgba(254,246,251,0.94) 1%,rgba(249,225,239,0.86) 69%,rgba(246,216,233,0.72) 100%);
}

.destiny .ch-form-part-title { color: #000; }

.destiny [class*="btn--"]{
	color: #fff;
	background: #ff5e34;
	background: -moz-linear-gradient(top,  #ff5e34 0%, #fe6c45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5e34), color-stop(100%,#fe6c45));
	background: -webkit-linear-gradient(top,  #ff5e34 0%,#fe6c45 100%);
	background: -o-linear-gradient(top,  #ff5e34 0%,#fe6c45 100%);
	background: -ms-linear-gradient(top,  #ff5e34 0%,#fe6c45 100%);
	background: linear-gradient(to bottom,  #ff5e34 0%,#fe6c45 100%);
}

.destiny .checkout-form-section h3 { 
	background: #c00865;
}

.destiny .ch-form-title{
    color: #c00865;
}

.destiny .header-wr{
    background: url(./color-themes-images/header-line-bg-destiny.png) repeat;
}

.destiny .footer-wr{
    background: url(./color-themes-images/header-line-bg-destiny.png) repeat;
}

body.no-background{
    background: none;
}

/* kermit */

body.kermit { background: #e5e4e4;}

.kermit .ch-form-part-title { color: #000; }

.kermit [class*="btn--"]{
 color: #fff;
 background: rgb(244,152,43);
 background: -moz-linear-gradient(top, rgba(244,152,43,1) 0%, rgba(255,135,0,1) 50%, rgba(244,152,43,1) 50%, rgba(255,135,0,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,152,43,1)), color-stop(50%,rgba(255,135,0,1)), color-stop(50%,rgba(244,152,43,1)), color-stop(100%,rgba(255,135,0,1)));
 background: -webkit-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
 background: -o-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
 background: -ms-linear-gradient(top, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
 background: linear-gradient(to bottom, rgba(244,152,43,1) 0%,rgba(255,135,0,1) 50%,rgba(244,152,43,1) 50%,rgba(255,135,0,1) 100%);
}

.kermit .checkout-form-section h3 { 
 background: #3a85ce;
}

.kermit .ch-form-title{
    color: #74a434;
}

.kermit .header-wr{
     background: #74a434;
     background: -moz-linear-gradient(top,  #74a434 0%, #74af00 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74a434), color-stop(100%,#74af00));
     background: -webkit-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: -o-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: -ms-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: linear-gradient(to bottom,  #74a434 0%,#74af00 100%);
}

.kermit .footer-wr{
     background: #74a434;
     background: -moz-linear-gradient(top,  #74a434 0%, #74af00 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74a434), color-stop(100%,#74af00));
     background: -webkit-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: -o-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: -ms-linear-gradient(top,  #74a434 0%,#74af00 100%);
     background: linear-gradient(to bottom,  #74a434 0%,#74af00 100%);
}