#front-page-3 .image-section {
    height: 100%!important;
}

.carousel-info .pull-left {
    max-width: 140px !important;
    float: left;
}


/* Testimonials */

.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    min-height: 140px;
    margin-left: 0!important;
}

.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-bottom-style: inset;
    /*FF fixes*/
}

.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}

.testimonials-rate {
    font-weight: bold;
    color: #e63f0c;
}

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}

.testimonials .carousel-info {
    overflow: hidden;
    height: 120px;
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
}

.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
    width: 100%;
}

.testimonials-post i {
    color: red;
}


/*STAR RATING*/

.star-ratings {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    width: 250px;
    position: relative;
    padding: 0;
}

.star-ratings .star-ratings-top {
    color: #ffd700;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    height: 20px;
    overflow: hidden;
}

.star-ratings .star-ratings-top span,
.star-ratings .star-ratings-bottom span {
    display: inline;
}

.star-ratings .star-ratings-bottom {
    z-index: 0;
}


/*Progress bar Widget/Shortcode CSS*/

.progress {
    height: 18px;
    line-height: 18px;
}

.progress .skill {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    text-transform: uppercase;
}

.progress .skill .val {
    float: right;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration: 5s;
}

.widget-rev-bars {
    max-width: 100%;
}

.progress-1 {
    background-color: #4B253A !important;
}

.progress-2 {
    background-color: #EFB917 !important;
}

.progress-3 {
    background-color: #45AEEA !important;
}

.progress-4 {
    background-color: #D2D558 !important;
}

.progress-5 {
    background-color: #D43A43 !important;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


/*Progress bar Widget/Shortcode CSS END*/


/*Circles CSS*/

#circles-1:after,
#circles-2:after,
#circles-3:after,
#circles-4:after,
#circles-5:after {
    font-size: 16px;
    position: relative;
    display: block;
}

div#chartsbedsCircles {
    min-height: 230px;
}

.wrap_circle {
    width: 16%;
    text-align: center;
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

span.circleTitle {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0;
    margin: 0px;
    line-height: 40px;
}

@media screen and (max-width: 1024px) {
    .wrap_circle {
        display: none;
    }
}


/*Circles CSS END*/


/**REVIEW WIDGET*/

.media-heading {
    line-height: 18px;
}

.charts-widg {
    padding-right: 10px;
    line-height: 1em;
    margin-top: 5px;
}

.media-left {
    float: left;
    width: 20%;
    margin-right: 10px;
}

.revdate {
    float: right;
    font-size: 11px;
}

.charts-widg-p {
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
}

.cb-thanks {
    text-align: right;
}

.media-list li {
    list-style-type: none;
}

.media-list li small {
    font-size: 12px;
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-thumbs-up:before {
    content: "\f164"
}


/**REVIEW WIDGET END*/


/*Pagination START*/

.charts-pagination {
    width: 100%;
    float: left;
    font-size: 1.2em;
}

.charts-pagination a {
    background-color: red;
}

.charts-pagination {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
}

.charts-pagination>li {
    display: inline;
}

.charts-pagination>li>a,
.charts-pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.charts-pagination>li:first-child>a,
.charts-pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.charts-pagination>li:last-child>a,
.charts-pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.charts-pagination>li>a:hover,
.charts-pagination>li>span:hover,
.charts-pagination>li>a:focus,
.charts-pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.charts-pagination>.active>a,
.charts-pagination>.active>span,
.charts-pagination>.active>a:hover,
.charts-pagination>.active>span:hover,
.charts-pagination>.active>a:focus,
.charts-pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.charts-pagination>.disabled>span,
.charts-pagination>.disabled>span:hover,
.charts-pagination>.disabled>span:focus,
.charts-pagination>.disabled>a,
.charts-pagination>.disabled>a:hover,
.charts-pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.charts-pagination-lg>li>a,
.charts-pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.charts-pagination-lg>li:first-child>a,
.charts-pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.charts-pagination-lg>li:last-child>a,
.charts-pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.charts-pagination-sm>li>a,
.charts-pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.charts-pagination-sm>li:first-child>a,
.charts-pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.charts-pagination-sm>li:last-child>a,
.charts-pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*Pagination END*/

input[readonly] {
    cursor: pointer!important;
}

.rcustomers {
    width: 50%;
    float: left;
    padding: 10px;
}