/* Register Supplier Page Style */

.reg-supplier--wrapper {

}

.supplier-cm-features {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.supplier-cm-features li {
    border: 1px solid #ddd;
    float: left;
    margin: 2px;
    text-align: center;
    width: 32.5%;
    height: 225px;
}

.supplier-cm-features li img {
    height: 80px;
}

.supplier-cm-features li h5 {
    background-color: #f3f3f3;
    padding: 10px 5px;
}

.supplier-cm-features li div {

}

.reg-sup-form {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    margin-top: 32px;
    padding: 20px 20px 30px;
}

.error {
    color: #312567;
}

#banner {
    background: none repeat scroll 0 0 #492E5B;
    height: 370px;
}

#slider {
    width: auto !important;
}

.last {
    border-bottom: 0 none;
}

#productDetails {
    margin: 0 auto;
    width: 970px;
}

#productDetails > div {
    margin-top: 10px;
}

.image_carousel {
    background-color: #F1F1F1;
}

.image_carousel img {
    background-color: white;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 7px;
    padding: 9px;
}

.clearfix {
    clear: both;
    float: none;
}

#customers {
    background-color: #F1F1F1;
    height: 160px;

}

.ourCustomer {
    color: #492E5B;
    font-family: GothamMedium;
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
}

.quoteImage {
    display: block;
    float: left;
    width: 15%;
}

.quoteImage img {
    height: 30px;
}

.quoteText {
    display: block;
    float: left;
    font-size: 1.2em;
    font-style: italic;
    width: 83%;
}

.productHeader {
    background-color: #F1F1F1;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 4px 4px #888888 inset;
    color: #492E5B;
    font-family: GothamMedium;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.productHeader span {
}

.productDescription {
    color: #492E5B;
    font-size: 1.1em;
    line-height: 2em;
    overflow: auto;
}

.productDescription .description {
    float: left;
    font-family: comic sans ms;
    font-size: 1.1em;
    width: 48%;
}

.features {
    float: right;
    width: 48%;
}

.features .feature {
    font-size: 1.1em;
    font-weight: bold;
}

.features .feature img {
    width: 10px;
}

.bx-window {
    margin-left: 10px;
    width: 950px !important;
    margin-top: 20px;
}

.ticker {
    margin-left: 15px;
    width: 154px;
}

.contentDetails {
    margin: auto auto auto 14%;
    width: 80%;
}

/* END Register Supplier Page Style */

.testimonialsWrapper {
    background-color: #c2ce3d;
}

.testimonials {
    padding-top: 40px;
    padding-bottom: 60px;
}

.testimonialHeader {
    color: #fff;
    margin-bottom: 44px;
    margin-top: 30px;
}

.dbquote {
    position: absolute;
    top: -30px;
    border: 3px solid #AB8;
    left: 44%;
    padding: 18px 18px 0 13px;
    line-height: 25px;
    font-size: 40px;
    background-color: #EFD;
    border-radius: 50%;
}

.et_pb_row {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
}

.et_pb_column {
    float: left;
    margin-right: 60px;
}

.et_pb_text_align_left {
    text-align: left;
}

.et_pb_testimonial {
    position: relative;
    padding: 30px 30px 34px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.et_pb_testimonial:before {
    content: "\7c";
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: -16px;
    background: #f5f5f5;
    margin-left: -16px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
}

.group::after {
    content: " ";
    display: table;
    clear: both;
}

.et_pb_testimonial_description {
    padding: 20px;
}


.form-control{
    border-radius: 4px;
}

.icon-pass, .icon-fail{display: none;}

.error-field{
    border-color: red !important;
}

.valid{
    color: green;
}

.valid .icon-pass{
    display: inline;
    color: green;
}

.invalid{
    color: #999;
}

.invalid .icon-fail{
    display: inline;
    color: #f71600;
}

.pp-suggestion{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    width: 180px;
    padding: 10px 20px;
    font-size: 12px;
}

.password-policy-info, .password-not-match-info, .empty-fields-info{
    color: #f71600;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


