/*General*/
.wide-picture {
    width: 100%; /*Enlarge images in carousel if there aren't 1000px+ wide*/
}

.padding-col-40 {
    padding-left: 40px;
    padding-right: 40px;
}
/*End of general*/

/*New header styles*/
@media screen and (min-width: 1200px) {
    .header_wrapper.is_stiky .top_header_inner {
        width: 1000px;
        position: relative;
        margin: 0 auto;
    }

    .header_wrapper.is_stiky .top_poz_login {
        right: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .header_wrapper.is_stiky {
        width: 100%;
        padding: 5px 0 5px;
        background: #fff;

        /*Add here to overwrite everything w/o modifying any HTML*/
        position: fixed !important;
        z-index: 9999 !important;
        top: 0 !important;
    }

    .header_wrapper.is_stiky .top_header {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .header_wrapper.is_stiky .contact_info,
    .header_wrapper.is_stiky .txt_center {
        display: none;
    }

    .header_wrapper.is_stiky nav {
        background: transparent;
        padding: 0 10px;
    }

    .header_wrapper.is_stiky .nav {
        width: 1000px;
        margin: 0 auto;
    }

    .header_wrapper.is_stiky .nav_links {
        padding: 0;
    }

    .header_wrapper.is_stiky .nav_links li:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header_wrapper.is_stiky {
        position: static !important;
    }
}
/*End of new header styles*/

/*Slick carousel*/
.homepage-carousel.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    position: relative;
}

.slick-slider .text-box {
    position: absolute;
    left: 55%;
    top: 25%;
    width: 30%;
    padding: 30px;
    background: #50a8c8;
    border-radius: 9px;
}

.slick-slider .text-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.slick-dots {
    bottom: 5px;
}
.slick-dots li {
    /*background: #41a9ed;*/
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.slick-dots .slick-active {
    background: #41a9ed;
}

.slick-dots li button {
    display: none;
}

.slick-next,
.slick-prev {
    height: auto;
    width: auto;
}

.homepage-carousel .slick-next {
    right: -33px;
}

.homepage-carousel .slick-prev {
    left: -33px;
}

.slick-next:before,
.slick-prev:before {
    content: url(../images/homepage/slick-arrow.png);
}

.slick-prev {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}

@media (max-width: 1089px) {
    .homepage-carousel.slick-slider {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .homepage-carousel .slick-next {
        right: -25px;
    }

    .homepage-carousel .slick-prev {
        left: -25px;
    }
}

@media screen and (max-width: 1024px) {
    .homepage-carousel.slick-slider {
        width: calc(100% - 13px);
        margin: 0 auto;
    }

    .slick-slider .text-box {
        left: 50%;
        top: 15%;
    }

    .slick-slider .text-box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .slider-row {
        display: none;
    }

    .homepage-carousel.slick-slider {
        width: 100%;
    }

    .slick-slider .text-box {
        padding: 10px;
        top: 5%;
        width: 45%;
    }

    .slick-slider .text-box p {
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width: 479px) {
    .slick-slider .text-box {
        padding: 5px;
        left: 45%;
        width: 50%;
    }

    .slick-slider .text-box p {
        font-size: 12px;
    }
}
/*End of Slick carousel*/

/*Calculator overwrite*/
.homepage-calculator .cetelem-calculator-wrapper {
    margin: 35px 0 70px;
}

@media screen and (max-width: 480px) {
    .homepage-calculator .btn_green {
        font-size: 22px;
    }

    .homepage-calculator .cetelem-calculator-title-wrapper {
        font-size: 16px;
        width: 100%;
    }

    .homepage-calculator .cetelem-calculator-main {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
/*End of calculator overwrite*/

/*Description row*/
.description-row {
}

.description-row .cell {
}

.description-row .center-title {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.description-row .anchor-row {
    display: block;
    height: 130px;
    color: #231f20;
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.description-row .anchor-row:hover {
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.15);
    border-radius: 10px;
    background: #fcfcfc;
}

.description-row .col-text strong {
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .description-row {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .description-row .cell {
        margin-bottom: 20px;
    }

    .description-row .anchor-row {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .description-row .col-text p {
        padding-bottom: 0;
    }

    .description-row .col-text strong {
        margin-bottom: 10px;
    }

}
/*End of description row*/

/*Testimonials*/
.testimonials {
    margin-bottom: 80px;
}

.testimonials .center-title {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.testimonial-slider .slick-slide {
    padding-left: 4px;
    padding-right: 4px;
}

.testimonial-slider .slick-next {
    right: -40px;
}

.testimonial-slider .slick-prev {
    left: -40px;
}

.slider-container {
    padding: 40px;
    border: 1px solid #eaf2f8;
    border-radius: 10px;
    position: relative;
}

.slider-container::before,
.slider-container::after {
    font-size: 60px;
    color: #7fcc27;
    position: absolute;
}

.slider-container::before {
    content: '”';
    top: 10px;
    left: 15px;
}

.slider-container::after {
    content: '“';
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 20px;
    bottom: -20px;
}

.testimonial-slider .text,
.testimonial-slider .person {
    padding: 0;
    position: relative;
    font-family: "HelveticaNeueNormal", sans-serif;
    font-size: 14px;
}


.testimonial-slider .titletext {
    margin: 0;
	padding: 10px 0;
	font-size: 14px;
    line-height: 20px;
	min-height: 60px;
}


.testimonial-slider .smallstarContainer {
	position: absolute;
	right: 10px;
	top:31px;
}

.testimonials .smallstarContainer span{
    display: block;
    float: left;
    width: 13px;
    height: 12px;
    background: url('../images/homepage/small_stars_stripe.png') no-repeat top right;
}

.testimonials .smallstarContainer span.ratedByUser{
    background-position: top left;
}

.testimonials .seeAllLink{
	padding-top: 10px;
}

.testimonials .seeAllLink p{
	padding-right: 30px;
}

.testimonials .seeAllLink a{
	color: #2d2d2d;
    text-decoration: underline;
    font-weight: 600;
}

.testimonial-slider .text {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.testimonial-slider .person::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #d1ccdc;
    position: absolute;
    top: -10px;
    left: calc(50% - 40px);
}

.ratings-row {
    padding-left: 20px;
    padding-top: 9px;
    height: 257px;
    margin-left: 5px;
    border: 1px solid #eaf2f8;
    border-radius: 10px;
}

.testimonials .rating {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 0;
    margin-right: 10px;
}

.testimonials .general-rating,
.testimonials .rating {
    display: inline-block;
}

.testimonials .general-rating {
    padding-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    color: #03acee;
}

.testimonials .general-rating span {
    font-size: 22px;
}

.testimonials .ratingStarRow {
    margin-bottom: 10px;
}

.testimonials .ratingStarRow:first-of-type {
    margin-top: 4px;
}

.testimonials .smallstarContainer,
.testimonials .ratingValue {
    display: inline-block;
}

.testimonials .ratingValue {
    margin-left: 20px;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (min-width: 992px) {
    .ratings-row .smallstarContainer span {
        width: 19px;
        height: 18px;
        background: url('../images/homepage/medium_stars_stripe.png') no-repeat top right;
    }
}

@media screen and (max-width: 991px) {
    .ratings-row {
        padding-left: 0;
    }

    .testimonials .rating {
        font-size: 16px;
    }

    .testimonials .general-rating {
        font-size: 26px;
    }

    .testimonials .general-rating span {
        font-size: 20px;
    }

    .testimonials .ratingStarRow:first-of-type {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials .padding-col-40 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonials {
        margin-bottom: 55px;
    }

    .ratings-row {
        height: auto;
        padding-left: 19px;
        margin-top: 30px;
        margin-left: 19px;
        margin-right: 19px;
    }

    .testimonials .ratingStarRow:last-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    .testimonial-slider .text {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .testimonials .ratingStarRow:first-of-type {
        margin-top: 0;
    }

    .testimonials .ratingStarRow:last-child {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    .ratings-row > div[class^="col-"] {
        width: 100%;
    }

    .testimonials .ratingStarRow:first-of-type {
        margin-top: 10px;
    }

    .testimonials .ratingStarRow:last-child {
        margin-bottom: 20px;
    }
}
/*End of testimonials*/

/*About*/
.about-row {
    margin-bottom: 80px;
}

.about-row * {
    font-family: "HelveticaNeueNormal", sans-serif;
}

.about-row .padding-col-40 {
    padding-left: 44px; /*4 more px to be equal to above slider*/
    padding-right: 44px;
}

.about-row .img-responsive {
    margin-bottom: 10px;
}

.about-row strong {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.about-row .text {
    margin-bottom: 30px;
    height: 40px;
    overflow: hidden;
    padding: 0;
}

.about-row a {
    color: #2d2d2d;
    text-decoration: underline;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .about-row strong {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .about-row {
        margin-bottom: 55px;
    }

    .about-row .padding-col-40 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-row .text {
        height: 75px;
    }

    .about-row .column {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 639px) {
    .about-row .text {
        height: auto;
    }

    .about-row .column {
        width: 100%;
    }


	.testimonials .seeAllLink p{
		padding-right: 0px;
		text-align: center;
}

}
/*End of about*/

/*Extra details*/
.extra-details {
    margin-bottom: 10px;
}

.extra-details p {
    font-family: "HelveticaNeueNormal", sans-serif;
}
/*End of extra details*/
