#ajax-motif img {
    float: left;
    margin: 5px;
}
#ajax-motif {
    display: none;
}
.alert-purple.alert.alert-success a {
    color: white;
}
.alert-purple.alert.alert-success a:hover {
    text-decoration: none;
}
.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
#owl-example .owl-item{
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}
#owl-example .owl-item p{
  font-size: 25px;
}

#email_success_masg {
    display: none;
}
.motif-paint-calculator-step{
    background: #f1f1f1;
    border-radius: 4px;
    border: #5c2e91 1px solid;
    padding: 5px 20px;
    color: #5c2e91;
    line-height: 6rem;
    font-size: 16px;
}
.motif-paint-calculator-step .big {
    font-size: 40px;
    font-size: 4rem;
    float: left;
}
.motif-paint-calculator-step.active {
    background: #5c2e91;
    border: #5c2e91 1px solid;
    color: #fff;
    font-size: 20px;
}
.motif-paint-calculator-step.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #5c2e91 transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -15px;
}
.motif_paint_calculator_panal {
    background: #ffffff;
    border-radius: 15px;
    margin: 40px 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: #e7e7e7 1px solid;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    min-height: 64px;
    position: relative;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked+label span:after {
    content: "";
    background: url(../images/selected.png) no-repeat;
    background-position: 25px 10px;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 2;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container {
    position: relative;
}
.color-theme-box, .motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio] {
    display: none;
}
.motif_paint_calculator_panal.motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked+label span {
    background: #f53f94;
    border-color: #f53f94;
    color: #fff;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]+label span {
    display: inline-block;
    width: 220px;
    height: 60px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: #b3b0b0 1px solid;
    line-height: 60px;
    text-align: left;
    padding-left: 57px;
    color: #b3b0b0;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.interior-radio+label span {
    background: url(../images/interior.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.exterior-radio+label span {
    background: url(../images/exterior.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].exterior-radio+label span {
    background: url(../images/exterior.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].interior-radio+label span {
    background: url(../images/interior.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}


.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.repaint-radio+label span {
    background: url(../images/repaint.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].repaint-radio+label span {
    background: url(../images/repaint.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.freshpaint-radio+label span {
    background: url(../images/freshpaint.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].freshpaint-radio+label span {
    background: url(../images/freshpaint.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}

.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.sqfeet-radio+label span {
    background: url(../images/sqfeet.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].sqfeet-radio+label span {
    background: url(../images/sqfeet.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio]:checked.sqmeter-radio+label span {
    background: url(../images/sqmeter.png) no-repeat #5c2e91;
    background-position: 10px 10px;
}
.motif_paint_calculator_panal .motif_paint_calculator_inner_panal .radio-container input[type=radio].sqmeter-radio+label span {
    background: url(../images/sqmeter.png) no-repeat #afafaf;
    background-position: 10px 10px;
    color: white;
}

.motif_text_field_area {
    width: 150px;
    background: white !important;
    border: 1px solid #ccc !important;
    text-align: center;
    margin: 0 auto;
}
.slider-handle {
    background-color: #5c2e91;
    background-image: -webkit-linear-gradient(top,#5c2e91 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#5c2e91 0,#2e6da4 100%);
    background-image: linear-gradient(to bottom,#5c2e91 0,#5c2e91 100%); 
}
small.motif_text_under {
    font-size: 15px;
}
button.motif_button_style {
    margin: 14px 0px 0px 0px;
    color: white;
    background: #5c2e91;
    border-color: #5c2e91;
}
.slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -1px;
}
.slider-track-low, .slider-track-high {
    background: black;
}
.slider-selection {
    background-image: -webkit-linear-gradient(top,#000 0,#000 100%);
    background-image: -o-linear-gradient(top,#000 0,#000 100%);
    background-image: linear-gradient(to bottom,#000 0,#000 100%);
}
.moti_self_class small {
    display: block;
}
small.motif_area_in {
    font-size: 12px;
}

.motif_paint_product {
    background: #e6e6e6;
    border-radius: 3px;
    margin: 10px;
    padding: 25px 20px;
}
.motif_paint_product_body ul {
    margin: 10px 0px;
    box-shadow: none;
}
.motif_paint_product_body ul li {
    background-color:transparent;
    border: 0px;
}
.motif_paint_product_body .motif_paint_product_listing li {
    border-bottom: 1px solid #dedede;
    padding: 10px 20px;
}
ul.motif_paint_product_listing li p {
    margin-bottom: 0px;
}
ul.motif_paint_product_listing li:nth-child(3) {
    border-bottom: 0px;
}
p.mo_heading {
    font-size: 15px;
    color: #929292;
}
p.mo_meta {
    font-size: 15px;
    color: purple;
    font-weight: bold
}
.motif_paint_product.text-center h4 a {
    font-weight: bold;
    color: #5c2e91;
}
.motif_paint_product.text-center h4 a:hover {
    text-decoration: none;
}
.motif_selected_product_image {
    width: 250px;
    height: 217px;
    position: relative;
    margin: 0 auto 20px;
    padding: 35px;
}

ul.motif_paint_product_finalres li p {
    margin: 0px;
}
ul.motif_paint_product_finalres {
    margin: 0px;
}
ul.motif_paint_product_finalres li p {
    display: inline-block;
}
.motif_paint_product_finalres li:first-child {
    background: url(../images/sofa.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(2) {
    background: url(../images/bucket.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(3) {
    background: url(../images/area.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(4) {
    background: url(../images/door.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(5) {
    background: url(../images/window.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(6) {
    background: url(../images/bucket.png) no-repeat;
}
.motif_paint_product_finalres li:nth-child(7) {
    background: url(../images/bucket.png) no-repeat;
}
.motif_paint_product_finalres li {
    padding: 15px 0 15px 70px;
    color: #7c7c7c;
    font-size: 18px;
    font-size: 1.8rem;
    background-position: 7px -1px!important;
}
.motif_paint_product_finalres li {
    padding: 15px 0 15px 70px;
    color: #7c7c7c;
    background-position: 14px 13px!important;
}
.motif-final_estimate.text-right {
    font-size: 18px;
}
.motif-final_estimate.text-right p{
    margin-bottom: 10px;
}
span.mo_fprice {
    color: #5c2e91;
    margin-left: 30px;
    font-weight: bold;
}
p.mo_qprice {
    font-size: 26px;
}
p.mo_ffprice {
    font-weight: bold;
    font-size: 40px;
     color: #5c2e91;
}
.motfi_social_links {
        display: inline-block;
    margin-right: -9px;
    text-align: left;
    line-height: 46px;
    /*margin-bottom: 10px;*/
    font-size: 15px;
    font-size: 1.5rem;
}
.motif_social_div {
    padding: 20px 15px;
}
.motfi_social_links img {
   float: left;
    padding: 5px;
    width: 30%;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-right: 15px;
}
.motif_social_div a {
    color: #545454;
    text-decoration: none;
}
.alert-purple { 
    border-color: #694D9F;
    background: #927dbb;
    color: #fff; 
}
.alert-resting { 
    border-color: #e0e0e0;
    background: #545151;
    color: #fff; 
}
.motif_social_div a:focus{
    outline: none;
}