* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
        font-family: 'Open Sans', sans-serif;
        background:url('../images/bg-grey.jpg') repeat;
}
/*---------------------------------------------*/
a {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
    outline: #CC8405 dashed 2px;
}

button:focus {
    outline: #CC8405 dashed 2px !important;
}

input:focus {
    outline: #CC8405 dashed 2px !important;
}

a:hover {
    text-decoration:underline;
  color: #6675df;
  border:solid;
  font-weight:bold;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
        font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
      font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
}
.txt1 a{
    font-size:14px;
    color:#08c;
}
.txt1 a:hover{
    text-decoration:underline;
}

.txt2 {
      font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #6f6d6d;
  text-align:left;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  flex-wrap: wrap;
}
html, body {
    min-height: 100%;
}
#background{
      /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-repeat: no-repeat;
  background-size: auto;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
    background-size: 100% 100%;
}
#header {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: default;
    height: 6em;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    text-align: left;
}
#header .logo {
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-top: 22px;
    text-decoration: none;
    display: inline-block;
}
.inner {
    margin: 0 auto;
    max-width: 65em;
    position:relative;
}
.wrap-login100 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 460px;
  /*min-height: 100vh;*/
  display: block;
  background-color: rgba(255, 255, 255, 0.94);
  margin: 45px 105px 55px 55px;
    padding: 40px 53px;
}

.login100-form-title {
  width: 100%;
  display: block;
      font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    color:#333333;
    line-height: 1.2;
    text-align: left;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 58px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 10px;
}

.label-input100 {
        font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 19px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #6675df;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 25px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 40px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 9px;
  font-size: 13px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #f88400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /*color: #fff;*/
  color: black;
  font-weight:bold
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #6cb23e;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  margin: 130px 55px 55px 55px;
  }

  .login100-more {
    width: 50%;
  }
}
.Regform-popup {
    display:none;
    position: fixed;
    height: 100%;
    bottom: 0;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 9;
    width: 540px;
    overflow:scroll;
}
.login100-form1{
    padding: 96px 55px 0px 45px;
}
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
  /*#header{
      text-align:center;
  }*/
  .Regform-popup{
      width:100% !important;
  }
  .logo{
      z-index:300;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
        font-family: 'Open Sans', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
[ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}
.Ragform .form-group{
    margin-bottom:7px !important;
}
.Ragform label {
    font-size: 11px !important;
        font-family: 'Open Sans', sans-serif;
}
.Ragform .form-control{
    font-size: 12px !important;
        font-family: 'Open Sans', sans-serif;
    padding: 2px 2px !important;
    height: auto !important;
}
.Ragform .col-lg-6{
    float:left;
}
.Ragbtn .btn {
    font-weight: 600;
    background: #f88400;
    padding: 10px 22px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
        font-family: 'Open Sans', sans-serif;
    margin: 10px 0 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 13px;
}
.sweet-alert p {
    text-align:left !important;
}
.WhatIs{
    font-size: 12px;
    margin-left: 12px;
    color: #3462af;
}
.wrapper {
    padding: 13px 0 20px 0;
}
.Content-bgcol{
    background-color:#ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
section .inner{
    padding: 16px 28px;
    background: #efefef repeat-x url(../images/bg-grad.png);
}
section .inner h2{    
       margin: 26px 0px;
    font-size: 30px;
    font-weight: 300;
    color: #4a474b;
    text-transform: capitalize;
   font-family: 'Open Sans', sans-serif;
}
.submit, .signin, .checkout, .addToCart, .cancel {
    /*border: double #f7af61;*/
    background: #f59630;
    padding: 6px 18px;
    margin: 35px 0 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-weight:bold;
    font-size: 14px;
    -moz-box-shadow: #666 1px 2px 3px;
    -webkit-box-shadow: #666 1px 2px 3px;
    box-shadow: #666 1px 2px 3px;
    /*text-shadow: 0px -1px 2px #333;*/
}
#footer {
    margin-bottom: 1em;
    color: white;
}
#footer ul {
    border-top: solid #999 2px;
    border-bottom: solid #999 2px;
    border-style: groove;
    padding: 0 2%;
    clear: both;
    height: 40px;
    border-left: 0;
    border-right: 0;
}
#footer ul li {
    float: left;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
}
#footer ul li.copyright {
    float: right;
    border: none;
    font-weight: normal;
    font-size: 10px;
    color: white;
    padding-right: 0;
    padding-top: 9px;
}
#footer ul li.first {
    padding-left: 0;
    font-weight: bold;
   
    color: white;
   
}
#footer p{
    color:#ffffff;
    font-size:12px;
}
#footer .title{
    font-size:13px;
    font-weight:bold;
}
#footer p a{
    font-size:12px;
}
#footer a {
    color: white;
    font-size: 10px;
}
#footer #benmoore {
    float: right;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.sectionRight {
    float:right;margin-top: 22px;
}
#header .sectionRight ul {
    float: right;
}
#header .sectionRight ul li {
    float: left;
    padding: 0px 7px;
    border-right: solid #ccc 1px;
}
#header a {
    color: #ccc;
}
#header .sectionRight ul li.last {
    border-right: none;
    padding-right: 0;
}
.checkout {
    display: block;
    background: #6ab348;
    border: double #87c36b;
    padding-left: 14px;
}
#header a.checkout {
    color: #fff;
}
@media (max-width: 1047px){
    #header .logo {
        margin-left:6px;
    }
    .sectionRight {
        margin-right: 6px;
    }
}


@media (max-width: 452px){
    #header .logo img {
        width: 182px;
    }
    .checkout {
       padding:6px 6px;
    }
}
.showImg{
    /*min-height: 220px;*/
    text-align: right;
    border-left: 1px solid #cccccc;
    width: 251px;
    float: right;
}
.divwid1 {
    width:502px;
}
.divwid2 {
    width:752px;
}
.divwid3 {
    width:640px;
}
.divwid4 {
    width:640px;
    left: 314px !important;
    }
.divwid5 {
    width:752px;
    left: 230px !important;
}
.divwid6{
    width: 529px;
    left: 454px !important;
}

.nav-preview{
    display:none;
}
.nav-preview.CActive{
    display:block;
}
.banner-scent {
    position: relative;
    width: 100%;
    height: 77px;
    margin-top: 16px;
}
.banner-scent__inner {
    position: relative;
    width: 100%;
    height: 77px;
    background: transparent url(../images/signature-scent-banner@1x.jpg) no-repeat center center;
    border: 1px solid #d9f1fd;
}
.banner-scent__button {
    position: absolute;
    width: 119px;
    height: 35px;
    right: 60px;
    top: 21px;
    background-color: #fe8a25;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    text-decoration: none;
}
#content {
    position: relative;
    padding: 24px 0px 24px 0px;
}
#content h2 {
    font-size: 30px;
    font-weight: 300;
    color: #4a474b;
    text-transform: capitalize;
    margin: 16px 0;
}
#content h3 {
    font-size: 16px;
    color: #4a474b;
    margin-top: 20px;
}
.rule {
    clear: both;
    border-top: solid 1px #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
}
#packages a {
    margin-top: 13px;
    display: block;
}
#packages img {
    margin-bottom: 5px;
    width: 220px;
    height: 220px;
}
#packages span.name {
    color: #4a474b;
    font-size: 14px;
    line-height: 1.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:block;
}
#packages span.price {
    color: #4a474b;
    font-size: 14px;
    display:block;
}
.thumbs {
    margin-bottom:20px;
}
.thumbs a {
    display: block;
    float: left;
}
.thumbs img {
    margin: 0 8px 8px 0;
}
#rightCol .summary {
    margin: 20px 0;
    padding-left: 20px;
    border-left: solid 1px #ccc;
}
#rightCol .desctxt {
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.3;
        margin-top: 11px;
 }
#rightCol .desctxt a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;    
    font-size: 11px;
    color:#08c;
}
#options {
    margin-top: 50px;
    background: #fff;
    padding-top: 1px;
}
#options .option {
    margin: 20px;
}
#options .option a {
        position: relative;
    float: left;
    margin-top: 8px;
}
#options .option h4 {
    margin-bottom: 5px;
    }
#options .option img {
    margin-bottom: 1px;
}
#options .option .plus {
    position: absolute;
    bottom: -8px;
    left: -8px;
}
#options .option select {
    margin: 6px -6px 0 0;
    width: 234px;
    height: 28px;
    float: right;
        font-size: 13px;
}
#pq-label{
    font-weight:normal;
    float:left;
}
#product-quantity{
    float:right;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 3px 4px;
}
.product-quantity{
    float:right;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 3px 4px;
}
#options .price {
    padding: 20px;
    border-top: solid #ccc 1px;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}
.price-left {
    float: left;
}
#add-to-cart-span {
    float: right;
}
.shipping {
    background: #999;
    color: white;
    font-size: 11px;
    padding: 8px;
    text-align: center;
}
.icon-truck {
    margin: 0 10px 0 0;
}
.tab-content .tab-pane h2, .tab-content .tab-pane  h3 {
    font-weight: 600;
    font-size: 14px;
    color: #4a474b;
    margin: 0;
    margin-bottom:7px;
}
.tab-content .tab-pane p{
    font-size: 13px;
    margin-bottom:10px;    
    padding-bottom: 5px;
}
.tab-content .tab-pane ul {
    list-style: disc;
    margin-left: 10px;
    margin-bottom: 20px;
}

.tab-content .tab-pane li {
    font-size: 13px;
}
.tab-content .tab-pane a {
    color: #428bca;
    font-size: 13px;
}
.promo{
    background: white; padding: 20px; margin-top: 30px;
}
    .promo p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.4;
    }
.promo a {
    color: #428bca;
    font-size: 13px;
}
#LeftAcc{
    border-bottom:none;
}
#LeftAcc > li {
    float: none !important;
    margin: 0  10px 0 0;
    border-top: 1px solid #d5d5d5;
    background:#efefef;
    padding: 20px 17px;
}
#LeftAcc > li.active {
background-color: #e4e0e0;
}
    #LeftAcc > li a {
        color: #4a474b;
        padding: 0;
        border: 0;
        background-color: none !important;
    }
        #LeftAcc > li a:hover {
            text-decoration:underline;
        }
    
#LeftAcc > li.active a {
background-color: #e4e0e0;
}
#RightAcc { 
    border-top: 1px solid #d5d5d5;
    font-size: 12px;
    padding: 19px 10px 0 14px;
}
#RightAcc h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom:5px;
}
    #RightAcc .form-group label {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 4px;
    }
 #RightAcc .cancel{
     margin-top:0px;
    display: inline-block;
    background: #aaa;
    border-color: #c3c3c3;
    margin-right: 11px;
 }
    #RightAcc .table thead tr {
        background-color: #ccc;
    }

    #RightAcc .table thead tr th{
        font-size:14px;
        font-weight:normal;
        text-align:center;
    }
#RightAcc .table tbody tr td {
        font-size:13px;
        font-weight:normal;
        text-align:center;
}
#RightAcc .table tbody tr td a {
    padding:0 !important;
}
#paint-colors-and-office-design img {
    float: left;
    margin: 5px 10px 10px 0;
}
#RightAcc ul {
    margin: -1em 0 1.5em 1em;
    padding: 0 0 0 1em;
    list-style: disc;
}
#RightAcc ul li{
    list-style-type: circle;
}
    #RightAcc ul li p {
        margin-bottom: 2px;
    }
#sitemap h3 {
    margin-top: .7em;
        letter-spacing: -1px;
    font-size: 20px;
    line-height: 1.5em;
}
#sitemap h3 a{
    font-size: 20px !important;
} 
#sitemap ul {
    margin: 0 0 1em 1em;
    padding: 0 0 0 1em;
    list-style: disc;
}
#sitemap ul li {
    list-style-type: circle;
}
#sitemap a {
    color: #08c;
    text-decoration: none;
    outline: none;
}

#PrivacyPolicy ol {
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
    list-style: decimal;
}
#PrivacyPolicy ol li {
    list-style-type: decimal;
    }

    #PrivacyPolicy p {
        margin-bottom: 10px;
    }
#add-to-cart-modal {
    position: absolute;
    z-index: 1020;
    top: 0;
    right: 0;
    width: 210px;
    padding: 1px 5px 5px 5px;
    background: #cccccc;
    -moz-box-shadow: #333 0px 2px 6px;
    -webkit-box-shadow: #333 0px 2px 6px;
    box-shadow: #333 0px 2px 6px;
    display:none;
}
#add-to-cart-modal a.close {
    height: 29px;
    width: 30px;
    text-indent: -9999px;
    display: block;
    background: 0 0 no-repeat url(../images/icon.addtocartmodal.close.gif);
    position: absolute;
    top: 8px;
    right: 2px;
    opacity: 1 !important;
}
#add-to-cart-modal h2 {    
    margin: 14px 2px;
    font-size: 13px;
    line-height: 1;
    padding: 0 5px;
}
#add-to-cart-modal .product {
    margin-top: 3px;
    background: #fff;
    padding: 10px 7px;
}
#add-to-cart-modal .product img {
    float: left;
    margin-right: 10px;
}
#add-to-cart-modal .product h3 {
    color: #056aaf;
    margin-top: 5px;
    font-size: 13px;
}
#add-to-cart-modal .product p {
    color: #333;
    font-size: 13px;
}
#add-to-cart-modal .items {
    font-size: 10px;
    padding: 10px 7px;
    display: block;
    height: 33px;
    font-weight: normal;
}
#add-to-cart-modal .items span.number {
    float: left;
}
#add-to-cart-modal .items span.subtotal {
    float: right;
}
#add-to-cart-modal .cart {
    background: #fff;
    padding: 7px;
    text-align:center;
}
#add-to-cart-modal .checkout {
    width: auto;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
}
#add-to-cart-modal .promo {
    padding: 7px;
    margin: 5px 0 0 0;
    background: #f1f1f1;
    min-height: 0;
    height: auto !important;
}
#add-to-cart-modal .promo h3 {
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 5px;
        color: #6cb23e;
}
#add-to-cart-modal .promo img {
    float: left;
    margin-right: 10px;
}

#add-to-cart-modal .promo p {
    margin: 5px 0 0 0;
    font-size: 13px;
}
#cartTable table {
    width: 100%;
    border-spacing: 0;
    text-align: left;
}
#cartTable table th {
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: solid #e5e5e5 1px;
        font-weight: normal;
}
#cartTable table th, #cartTable table td {
    padding: 5px;
    vertical-align: middle;
}
#cartTable table tbody tr {
    border-bottom: solid #e5e5e5 1px;
}
#cartTable table tbody td {
    padding: 12px 5px;
}
#cartTable table .remove {
    width: 25px;
}
#mycart .actions input[type=submit] {
    margin-top: 0;
}
#cartTable table .remove a {
    margin: 0 auto;
    display: block;
    cursor:pointer;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/icon.checkout.remove.gif) 0 0 no-repeat;
}
#cartTable table .quantity {
    width: 50px;
    text-align: center;
}
#cartTable table .quantity input {
    text-align: center;
    background: none;
    padding: 5px;
    border: solid 1px #bbb;
    width: 30px;
}
#cartTable table .bodyTxt{
    font-size:14px;
}
#cartTable table .image {
    width: 60px;
}
#cartTable table .unit-price {
    width: 80px;
}
#cartTable table .ext-price {
    width: 80px;
    font-weight: 600;
}
#cartTable table tfoot {
    color: white;
    font-wieght: 600;
}
#cartTable table tfoot td {
    background: #aaaaaa;
    /*background: #FFC58A;*/
    padding: .5em 0;
    font-size: 15px;
}
#cartTable table tfoot .subtotal {
    text-align: right;
    font-weight: 400;
    padding-right: 24px;
}
#cartTable table tfoot .discount {
    text-align: right;
    font-weight: 400;
    padding-right: 7px;
    color: red;
}
#cartTable table .ext-price {
    width: 80px;
    font-weight: 600;
    text-align:right;
        padding: 7px;
}
#mycart .actions {
    margin-top: 1em;
}
html[xmlns] .clear {
    display: block;
}
#mycart button {
    margin-top: 0;
}
#mycart .actions .continueshopping {
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
#mycart .actions .checkout {
    padding-left: 18px;
    float: right;
}
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#Shipping{
    padding-left:0px;
}
#Shipping h4 {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 19px;
}
#Shipping label {
    font-weight: normal;
    color: #423e3e;
}
.txtmsg{
    font-size: 12px;
 }
.txtmsg input[type=radio] {
margin-top: 7px;
    margin-right: 5px;
}
#order-summary{
    color: #4a474b;
    position: relative;
    float: right;
    background: #efefef;
}
#order-summary #edit-order{
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #6675df;
}
#order-summary h3{ 
    color: #4a474b;
    font-size: 18px;
    margin-bottom: 10px;
}
#order-summary #items {
    font-size:12px;
}
#order-summary p { 
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: .75em;
}
#order-summary p.bodyTxt { 
    /*float: left;*/
    font-size: 11px;
    width: 206px;
    line-height: 2.1;
}
#order-summary p.price { 
    float:right;
    font-size: 14px;
    font-weight: bold;
}
.cancel {
    background: #aaa;
    border-color: #c3c3c3;
}
.ErrTxt{
    background-color: #f7f7f7;
    padding: 2px;
    width: 100%;
    margin-top: 12px;
    color: red;
    font-size: 13px;
    font-weight:bold;
    border: 1px solid #d2b906;
    padding-left: 8px;
}

.MainHeading {
    color: #6cb23e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    align-content:center !important;
}

.ErrmsgTxt{
    /*background-color: #f9e44d;*/
    padding: 2px;
    width: 100%;
    /*margin-top: 12px;*/
    color: red;
    font-size: 14px;
    font-weight: bold;
    /*border: 1px solid #d2b906;*/
    /*padding-left: 8px;*/
}

.ErrmsgredTxt{
    background-color: #fff3cd;
    padding: 2px;
    width: 100%;
    margin-top: 12px;
    color: red;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d2b906;
    padding-left: 8px;
}

.ErrTxtVal{   
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.msgInfo{
    background-color: #f7f7f7;
    padding: 2px;
    width: 100%;
    margin-top: 12px;
    margin-bottom:12px;
    /*color: red;*/
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d2b906;
    padding-bottom: 8px;
    padding-top:8px; 
}

.form-group span{
    color: #ff0000;
    font-size: 12px;
}

.byabodyTxt {font-size: 16px; font-weight:normal; color: #333333; margin-top: 0px;}

.radioButtonList { list-style:none; margin: 0; padding: 0;}
.radioButtonList.horizontal li { display: inline;}
    .radioButtonList label {
        display: inline;
        padding-left:4px;
        padding-right:4px;
    }

.new-agent__appointment-date {
    background: url(../images/bg-welcome.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 679px;
    padding: 16px 28px;
        margin: 0 auto;
    max-width: 65em;
    position: relative;
}
.new-agent__section .-content {
    padding: 40px;
}
.new-agent__appointment-date .-heading {
    color: #fff;
    display: block;
    font-size: 48px;
    font-weight: 300;
    margin-top: 125px;
    text-align: center;
}

.new-agent__appointment-date .-sub-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}
.-errors {
    color: red;
    margin: 30px 0;
    font-size:14px;
    text-align:center;
}
.new-agent__appointment-date .na-field-group._agent-info .na-field {
    display: inline-block;
    display: inline;
    margin-right: 10px;    
    float: left;
}
.na-field-group{
    display:block;
    margin: 0 auto;
    width: 598px;
}
.na-field .-label {
    text-align: left;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.na-field .-input {
    font-size: 16px;
    padding: 15px;
}
.na-field button.-continue {
    background-color: #F7971C;
    color: #ffffff;
    padding: 16px 30px;
    font-size: 16px;
    margin-top:22px;
    border: none;
    transition: all 200ms ease-out;
    text-transform: uppercase;
}
.na-field button.-continue.js-disabled {
    background: #612f01;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
}
.new-agent__appointment-date .-info {
    margin-top: 40px;
}
.new-agent__appointment-date .-info p{
    color:#ffffff;
    text-align:center;
}
.sectionRight h2{
    color: #ffffff;
    font-size: 18px;
    margin-top: 37px;
}
#popup-ccv p {
    margin-bottom: 15px;
    font-size: 15px;
}
#popup-ccv h3 {
    color: #6cb23e;
    font-size: 20px;
    line-height: 1.5em;
}
#design-top {
    padding: 60px 46px 0 36px;
    position: relative;
    overflow: hidden;
}
#plananddesign #impression h4 {
    color: #6cb23e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
}
#impression h4 {
    text-align: center;
}
#reception-area, #alicia {
    margin-right: 40px;
    float: left;
}
#plananddesign #impression p {
    font-size: 14px;
    color: #4a474b;
    margin-bottom: 6px;
}
    #plananddesign #impression p a {
        color: #428bca !important;
    }
#plananddesign #paint-color, #plananddesign #video-bg {
    padding: 30px 50px 40px 50px;
    margin: 60px 0 40px;
    overflow: hidden;
    position: relative;
}
.grey-bg {
    background: #4a474b right no-repeat;
    overflow: hidden;
}
#plananddesign #palette-image, #plananddesign #bg-holder-1, #plananddesign #bg-holder-2, #plananddesign #bg-holder-3 {
    width: 532px;
    height: 353px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#collection-selector {
    width: 43%;
    height: 283px;
}
#plananddesign #paint-color .green, #plananddesign #video-bg .green {
    color: #6cb23e;
}

#plananddesign #paint-color p, #plananddesign #video-bg p {
    color: #ccc;
}
#collection-bg-circle {
    background: 0 0 no-repeat url(../images/collection-bg.png);
    width: 99px;
    height: 99px;
    position: absolute;
    bottom: 15px;
    left: 86px;
    left: 259px;
}
    #plananddesign #paint-color p a {
        color: #428bca !important;
    }
#plananddesign #collection-classic, #plananddesign #collection-marquis, #plananddesign #collection-nouveau {
    margin: 44px 30px;
    display: inline-block;
    outline: 0;
}
#collection-swatches {
    position: absolute;
    bottom: -20px;
    z-index: 1;
}
#plananddesign #collection-classic {
    margin-left: 10px;
}
#palette-image, #plananddesign #bg-holder-1, #plananddesign #bg-holder-2, #plananddesign #bg-holder-3 {
    width: 532px;
    height: 353px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#plananddesign #palette-image #bg-holder-1, #plananddesign #bg-holder-1 #bg-holder-1, #plananddesign #bg-holder-2 #bg-holder-1, #plananddesign #bg-holder-3 #bg-holder-1 {
    background-image: url(../images/bg-classic.jpg);
    left: 0;
}
#plananddesign #palette-image #bg-holder-2, #plananddesign #bg-holder-1 #bg-holder-2, #plananddesign #bg-holder-2 #bg-holder-2, #plananddesign #bg-holder-3 #bg-holder-2 {
    background-image: url(../images/bg-marquis.jpg);
    left: 532px;
}
#plananddesign #palette-image #bg-holder-3, #plananddesign #bg-holder-1 #bg-holder-3, #plananddesign #bg-holder-2 #bg-holder-3, #plananddesign #bg-holder-3 #bg-holder-3 {
    background-image: url(../images/bg-nouveau.jpg);
    left: 1064px;
}
#plananddesign #palette-image #palette-container, #plananddesign #bg-holder-1 #palette-container, #plananddesign #bg-holder-2 #palette-container, #plananddesign #bg-holder-3 #palette-container {
    position: absolute;
    width: 1596px;
    height: 353px;
    top: 0;
    left: 0;
}
#design-bottom {
    padding: 60px 36px;
    background: top right no-repeat url(../images/blueprint-landing.jpg);
    position: relative;
    overflow: hidden;
    margin-top: -40px;
}
#reception-area, #alicia {
    margin-right: 40px;
    float: left;
}
#meet-alicia {
    margin-right: 220px;
    margin-top: 30px;
}
#plananddesign .green {
    color: #6cb23e;
}
#teasers {
    margin-top: 36px;
    overflow: hidden;
    background: top center no-repeat url(../images/dividerbg.png);
    background-color: #efefef;
    width: 100%;
}
.teaser {
    width: 50%;
    padding: 5%;
    text-align: center;
    float: left;
}

    .teaser p a {
        color: #428bca !important;
    }
#choose-the-right {
    text-align: center;
    display: inline-block;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
}

#plananddesign  h4 {
    color: #6cb23e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
}
#plananddesign a {
        color: #428bca !important;
    }
#classic-overview, #marquis-overview, #executive-overview, #nouveau-overview {
    position: relative;
}
#plananddesign h3 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 28px;
        color: #6cb23e;
}
.collection-copy {
    width: 230px;
    position: absolute;
    top: 410px;
    left: 280px;
}
#marquis-overview .collection-copy {
    left: 470px;
}
#marquis-accordian {
    text-align: center;
    margin: 20px 0 60px 0;
}
.imageGroup4 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.imageGroup4 .image {
    height: 310px;
    display: inline-block;
    width: 24.4%;
}


.divider{
width:6px;height:250px;display:inline-block;background:#fff;margin-bottom:60px
}
.imageGroup2{
width:100%;overflow:hidden;white-space:nowrap
}
.imageGroup2 .image{
height:300px;display:inline-block;width:50.5%
}
.imageGroup3{
width:100%;overflow:hidden;white-space:nowrap
}
.imageGroup3 .image{
height:300px;display:inline-block;width:33.5%
}
.imageGroup4{
width:100%;overflow:hidden;white-space:nowrap
}
.imageGroup4 .image{
height:310px;display:inline-block;width:24.4%
}

#marquis-accordian .image1 {
    background: top center no-repeat url(../images/acc-marquis-1.jpg);
}
.divider {
    width: 6px;
    height: 250px;
    display: inline-block;
    background: #fff;
    margin-bottom: 50px;
}
#marquis-accordian .image2 {
    background: top center no-repeat url(../images/acc-marquis-2.jpg);
}
#marquis-accordian .image3 {
    background: top center no-repeat url(../images/acc-marquis-3.jpg);
}
#marquis-accordian .image4 {
    background: top center no-repeat url(../images/acc-marquis-4.jpg);
}
#plananddesign .imageGroup4 p {
        font-size: 15px;
    text-align: center;
}
#marquis-accordian p {
    margin-top: 258px;
}
#nouveau-accordian .image1 {
    background: top center no-repeat url(../images/acc-nouveau-1.jpg);
}
#nouveau-accordian .image2 {
    background: top center no-repeat url(../images/acc-nouveau-2.jpg);
}
#nouveau-accordian .image3 {
    background: top center no-repeat url(../images/acc-nouveau-3.jpg);
}
#nouveau-accordian .image4 {
    background: top center no-repeat url(../images/acc-nouveau-4.jpg);
}
#plananddesign p {
    font-size: 13px;
    color: #4a474b;
    margin-bottom: 6px;
}
#nouveau-overview .collection-copy {
    left: 450px;
}
#nouveau-accordian p {
    margin-top: 258px;
}
#executive-overview .collection-copy {
    left: 460px;
    top: 426px;
}
.collection-copy {
    width: 230px;
    position: absolute;
    top: 410px;
    left: 280px;
}
#executive-accordian p {
    margin-top: 258px;
}
#nouveau-accordian {
    text-align: center;
    margin: 20px 0 60px 0;
}
#executive-accordian {
    text-align: center;
    margin: 0 0 60px 0;
}
#executive-accordian .image1 {
    background: top center no-repeat url(../images/acc-executive-1.jpg);
}
#executive-accordian .image2 {
    background: top center no-repeat url(../images/acc-executive-2.jpg);
}
#executive-accordian .image3 {
    background: top center no-repeat url(../images/acc-executive-3.jpg);
}
#executive-accordian .image4 {
    background: top center no-repeat url(../images/acc-executive-4.jpg);
}
#plananddesign #financing-middle {
    padding: 30px 36px 0 48px;
    position: relative;
    overflow: hidden;
}
#plananddesign #financing-middle h4 {
    margin-top: 20px;
}
#executive-advantage-plus, #pay4plan, #line-of-credit {
    width: 540px;
    margin-bottom: 30px;
    float: left;
}
#executive-advantage-plus ul, #pay4plan ul, #line-of-credit ul {
    list-style: disc;
    margin-left: 1em;
}
.right-widget {
    width: 200px;
    float: right;
    padding-left: 20px;
    border-left: solid 1px #999;
    margin-top: 30px;
    margin-bottom: 120px;
}
#executive-advantage-plus li, #pay4plan li, #line-of-credit li {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 6px;
    list-style-type:circle;
    color:#4a474b;
}
#plananddesign #content h4 {
    color: #6cb23e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
}
.center h4 {
    text-align: center;
}
#gallery-intro, #gallery-ba {
    display: inline-block;
    margin-top: 20px;
    margin-left: 60px;
}
#small-town, #before-after {
    display: inline-block;
    width: 47%;
    margin-left: 60px;
    margin-bottom: 60px;
    float: right;
    margin-top: 49px;
}
#ag-accordian {
    text-align: center;
    margin: 20px 0 60px 0;
}
#ag-accordian{
text-align:center;margin:20px 0 60px 0
}
#ag-accordian p{
margin-top:258px
}
#ag-accordian .image1{
background:top center no-repeat url(../images/acc-marquis-1.jpg)
}
#ag-accordian .image2{
background:top center no-repeat url(../images/acc-baraboo-2.jpg)
}
#ag-accordian .image3{
background:top center no-repeat url(../images/acc-marquis-2.jpg)
}
#ag-accordian .image4{
background:top center no-repeat url(../images/acc-executive-2.jpg)
}
#gallery-intro, #gallery-ba {
    display: inline-block;
    margin-top: 20px;
    margin-left: 60px;
}
#ag-accordian .image1 {
    background: top center no-repeat url(../images/acc-marquis-1.jpg);
}
#ag-accordian .image2 {
    background: top center no-repeat url(../images/acc-baraboo-2.jpg);
}
#ag-accordian .image3 {
    background: top center no-repeat url(../images/acc-marquis-2.jpg);
}
#ag-accordian .image4 {
    background: top center no-repeat url(../images/acc-executive-2.jpg);
}
#ag-accordian p {
    margin-top: 258px;
}
#watch-the-drama {
    display: inline-block;
    width: 47%;
    margin-left: 60px;
    margin-bottom: 30px;
}
#gallery-drama {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 0px;
    float: right;
    margin-right: 47px;
}
#plananddesign #paint-color, #plananddesign #video-bg {
    padding: 30px 50px 40px 50px;
    margin: 60px 0 40px;
    overflow: hidden;
    position: relative;
}
#plananddesign  #video-bg {
    padding: 0 0 0 50px;
}
#impact-color {
    width: 43%;
    float: left;
}
#video-container {
    float: right;
    position: relative;
    background: black;
    margin-top: -1px;
    max-width: 422px;
}
#plananddesign .videos {
    width: 432px;
    zoom: 1;
}
#plananddesign .videos ul {
    margin: 1.5em 0 1em 3px;
}
#plananddesign .videos ul li {
    float: left;
    margin-right: 7px;
}
#plananddesign .videos ul li a.selected {
    color: #ccc;
    text-decoration: none;
    background: #363636;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#plananddesign .videos ul li a.episode {
    font-size: 11px;
    padding: 3px 11px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    margin-right: 20px;
}
#plananddesign #paint-color .green, #plananddesign #video-bg .green {
    color: #6cb23e;
}
.summary a {
    color: #08c;
    }
#ba-accordian .image1 {
    background: top center no-repeat url(../images/acc-ba-1.jpg);
}
#ba-accordian .image {
    height: 320px;
}
#ba-accordian .image2 {
    background: top center no-repeat url(../images/acc-ba-2.jpg);
}
#ba-accordian {
    text-align: center;
    margin: 40px 0;
}
#plananddesign #banner {
    margin: 30px 50px;
}
#plananddesign #banner .agency {
    display: none;
}
#plananddesign .agency-name {
    display: inline-block;
    width: 140px;
    margin-left: 10px;
    line-height: 1.2;
}
#plananddesign #content h2 {
    margin: 36px 0 20px 20px;
    font-size: 30px;
    font-weight: 300;
    color: #4a474b;
    text-transform: capitalize;
}
#plananddesign #agencyInfo {
    width: 220px;
    display: inline-block;
    margin: 20px 0 0 20px;
    vertical-align: top;
}
#plananddesign #agencyInfo .img {
    margin-bottom: 10px;
}
#plananddesign #agencyInfo a {
    position: absolute;
    bottom: 16px;
    right: 12px;
    color: #08c;
}
.-continue {
    background-color: #F7971C;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    transition: all 200ms ease-out;
    text-transform: uppercase;
}
.summary {
    display:none;
}
.summary p {
font-size: 13px;
}
.summary.selected {
    display:block;
}
#pDesc{
    margin-top: 16px;
    }
#pDesc h2{
        font-weight: 600;
    font-size: 14px !important;
    color: #4a474b;
    margin: 0;
    margin-bottom:5px;
}
#pDesc ul {    list-style: disc;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 14px;
}
#pDesc li {
    font-size: 14px;
    color: #4a474b;
    list-style:circle;
}
#pDesc h3 {
    font-weight: 600;
    font-size: 14px !important;
    color: #4a474b;
    margin: 0;
}
.productList a {
    margin-bottom: 15px;
    display:block;
}
.productList a img {
    margin-bottom: 5px;
    width: 220px;
    height: 220px;
}
.productList a span.name {
    display: block;
    margin-bottom: 0px;
    }
#design-middle {
    padding: 60px 0 0 0;
    background: top right no-repeat url(../images/blueprint.png);
    position: relative;
}
#fit-your-needs {
    width: 500px;
    margin-bottom: 30px;
}
#space-planning {
    width: 500px;
    position:absolute;
    top: 590px;
    left: 490px;
}
#impact-color {
    width: 43%;
    float: left;
}
#plananddesign #b-moore-paints {
    margin-top: 16px;
}
#plananddesign #color-selector {
    position: absolute;
    text-align: center;
    width: 50%;
    bottom: 70px;
    right: 50px;
}
#plananddesign #b-moore-logo {
    float: left;
}
#plananddesign #paint-recommend {
    float: left;
    border-left: solid 1px #aaa;
    margin-left: 30px;
    margin-top: 10px;
    padding-left: 14px;
    font-size: 10px;
    color: #ccc;
    width: 190px;
}
#collection-bg {
    background: 0 0 no-repeat url(../images/paint-collection-bg.png);
    width: 151px;
    height: 27px;
    position: absolute;
    top: -2px;
    left: 88px;
    left: 251px;
}
#plananddesign #color-selector p {
    margin-bottom: 36px;
}
#plananddesign #color-selector a {
    margin: 20px;
    color: white;
    font-size: 12px;
    font-weight: 300;
}
#plananddesign #learn-more p {
    text-align: center;
}

.divSale{
    background-color: #b50202; 
    color: #ffffff;
    text-align: center;
    padding: 9px 7px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
    .divSale h1 {
        font-weight: bold;
    }

    .divSale p {
        font-size: 12px;
        color: #ffffff;
    }

