/**
	Container
 */
.container-xs {
    padding-left: 15%;
    padding-right: 15%;
}

.container-xxs {
    padding-left: 12%;
    padding-right: 12%;
}

/**
	Upper bar and meta icon => texts
 */
.upper-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.self-service i {
    margin-right: 5px;
}

.self-service {
    font-family: 'LatoB';
    background-color: #9c2433;
    color: #fff;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.self-service:hover {
    text-decoration: none;
    color: #fff;
}

.metas {
    margin-top: 5px;
}

.metas img {
    width: 15%;
}

.meta .meta-icon, .meta .meta-text {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

.meta-icon {
    font-size: 25px;
    margin-right: 6px;
}

.metas .meta {
    display: inline-block;
    margin-right: 30px;
}

.metas .meta:first-child {
    margin-left: 12px;
}

.metas .meta:last-child {
    margin-right: 12px;
}

.top-left-radius-product {
    border-top-left-radius: 15px;
}

.bottom-left-radius-product {
    border-bottom-left-radius: 15px;
}

.top-right-radius-product {
    border-top-right-radius: 15px;
}

.bottom-right-radius-product {
    border-bottom-right-radius: 15px;
}

/**
	Nav
 */
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input ::placeholder {
    font-weight: bold !important;
    font-size: 13px;
    color: #000 !important;
    font-family: 'LatoB';
}

#main-nav {
/ / background-color: #CF142B !important;
    background-color: #745d60 !important;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

/**
	Wave container
 */
.wave-container {
    margin-top: -30px;
    background-color: #EDE8E8;
    padding-top: 50px;
    z-index: 99999999;
}

.wave-svg {
    margin-top: -0%;
    z-index: -1;
}

/**
	Readmore
 */
.readmore-wrapper {
    margin-top: 15px;
}

.readmore {
    color: #CF142B;
    font-weight: bold;
    font-family: 'PoppinsM';
    background-color: #fff;
    color: #457B9D;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .5s;
    text-decoration: none;
    font-size: 13px;
}

.readmore:hover {
    color: #457B9D;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .5s;
    text-decoration: none;

}

.readmore-black {
    color: #504F4F !important;
    font-family: 'RalewayR';
}

.arrow {
    padding-left: 20px;
}

.arrow, .readmore-wrapper a {
    vertical-align: middle;
}

/**
	Section header
 */
.section-header {
    text-align: center;
}

.section-title {
    font-size: 35px;
    font-family: 'PoppinsB';
    color: #343434;
    padding-top: 20px;
}

.section-subtitle {
    font-size: 25px;
    font-family: 'PoppinsB';
    color: #343434;
    padding-top: 20px;
}

.section-slogan {
    font-family: 'RalewayR';
    font-size: 20px;
    color: #504F4F;
    line-height: 30px;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    padding-top: 20px;
}

/**
	Red title
 */
.red-title .red-bar, .red-title .red-label, .red-titlebar {
    display: inline-block;
}

.red-titlebar {
    font-size: 35px;
    font-family: 'PoppinsB';
    color: #343434;
    padding-top: 20px;
}

.red-bar-up {
    margin-bottom: 11px !important;
}

.red-bar {
    background-color: #CF142B;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 20px;
}

.red-bar-xs {
    width: 30px;
}

.red-label {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'PoppinsB';
    color: #CF142B;
}

/**
	Footer
 */
footer {
    background-color: #434141;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.prev-button, .next-button, .partner-area {
    display: inline-block;
}

.section-description {
    font-family: "RalewayR";
    line-height: 30px;
}

.single-client-feedback {
    padding: 20px;
}

.feedback-short-text {
    font-family: 'LatoR';
    font-size: 19px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
    font-style: italic;
}

.feedback-client {
    margin-top: 10px;
    font-weight: bold;

}

.feedback-client-logo {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.feedback-client-name {
    margin-left: 20px;
    margin-bottom: 10px;
}

.feedback-client-name small {
    display: block;
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}

.feedback-avatar {
    max-width: 120px;
	max-height:50px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 40px;
}

.prod-block-grey {
    background-color: #ececec;
    min-height: 160px !important;
}
