
/* ----KEEP------ */
/* nav colors 
.pink, a.pink, .pink a{color:#dc8188;}
.red, a.red, .red a{color:#EF5A27;}
.orange, a.orange, .orange a{color:#FFA900;}
.yellow, a.yellow, .yellow a{color:#E8BF00;}
.green, a.green, .green a{color:#64c01f;}
.purple, a.purple, .purple a{color:#6B88D0;}
.blue, a.blue, .blue a{color:#0853B9;}

.bgpink{background-color:#dc8188;}
.bgred{background-color:#EF5A27;}
.bgorange{background-color:#FFA900;}
.bgyellow{background-color:#E8BF00;}
.bggreen{background-color:#64c01f;}
.bgpurple{background-color:#6B88D0;}
.bgblue{background-color:#0853B9;}
*/
/* ------END KEEP------ */





.right {
    text-align: right;
}

.contentrow { 
    width: 100%; 
    clear: both; 
    padding-bottom: -50px;
}

.contentrow .center-2 {
    margin-bottom: 1em;
}

.center-1 a,
.center-2 a {
    color: #80B740;
}

.center-1 a:hover,
.center-2 a:hover {
    text-decoration: underline;
}

p{
    margin-bottom: 1em;
}

h1{
    border-bottom: 1px solid #80B740;
    margin-bottom: 1em;
}

h2{
    color: #80B740;
}

h2.first{
    margin-top: 3em;
}

ul.sitemap{
    margin: 4em 2em;
}

ul.sitemap a{
    color: #000;
    font-size: 1.5em;
    line-height: 1.65em;
}

ul.sitemap li{
    margin-bottom: 1em;
}

ul.sitemap a:hover{
    color: #80B740;
}

ul.sitemap.sublist{
    margin: 0 2em;
}

ul.sitemap.sublist a{
    color: #8a8a8a;
}

ul.sitemap.sublist a:hover{
    color: #80B740;
}

ul.sitemap.sublist li{
    margin-bottom: 0;
}

ul.wholesale{
    list-style: disc;
    margin: 0 2em;
}

ul.wholesale li{
    margin-bottom: 1em;
}

.required{color:#ff0000; vertical-align:top; margin: 0;}
.formrequired{font-size:12px;}
.formalert{margin:0 0 10px 0;}
.formrow{margin-bottom:10px;}

.longlineupforms label{display:inline-block; width:215px; vertical-align:middle;}
.longlineupforms .textfield{width:250px;}
.longlineupforms textarea.textfield{height:125px;}
.longlineupforms .formrow select{width:250px;}
.longlineupforms .formrow .radiofield label{width:30px; margin-top:1px;}
.longlineupforms .formrow .checkfield label{margin-top:1px;}

.button {
    background-color: #80b740;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
    width: auto;
    min-width: 150px;
    padding: 0 20px;
}

.button:hover{
    background-color: #64c01f;
}

.btn, {
	display: inline-block;
	cursor: pointer;
	
	padding: .4em 1em .3em 1em;
	margin-bottom: 0;
	background: #fff;
	
	color:#7f1c4f;
	font-size:.95em;
	font-weight:400;
	text-transform: capitalize;
	
	border: none;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
}

.btn:link,
.btn.visited{
	color: #7f1c4f;
}

.btn.blue {
	background: #00377b;
	color:#fff;
    font-size: 1.5em;
    padding: .75em;
}

.scissorsTxt {
    position: relative;
    padding: .35em .5em;
}

.error {
    color: red;
}

.textfield.error,
.selfield.error {
    color: black;
    background-color: #ffdddd;
}





/* Main Image & text*/
#flexslider {
	float:right;
}

.pictext h4 {
	font-size: 34pt;
	line-height: 55pt;
	font-weight: 300;
}
#sparkleSmHeader{
	color: #85c506;
}
#sparkleLrgHeader{
	color: #f0c311;
}
#stillHeader{
	color: #5a86c7;
}

.pictext {
	text-align: center;
	color: #323232;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: 300;
}

.mainImg {
	margin-top:-100px;
}


@media screen and (max-width: 860px) {
  .pictext {
      font-size: 14pt;
      line-height: 18pt;
  }

  .pictext h4{
      font-size: 22pt;
      line-height: 28pt;
  }

  .flexslider .slides img {
      margin-top: 15px;
  }
}

@media screen and (max-width: 760px) {
  .pictext {
      font-size: 12pt;
      line-height: 15pt;
  }

  .pictext h4{
      font-size: 18pt;
      line-height: 24pt;
  }

  .flexslider .slides img {
      margin-top: 30px;
  }
}



