/* Styles form page blocks */

.custom-carousel .carousel-caption	{
		.custom-carousel .carousel-caption}

.custom-carousel .carousel-caption	{
		text-align: left;
		}

.custom-services-section	{
		background-image: url(img/home_coffee2_sectionbg2.png);
		        background-repeat: no-repeat;
		        background-position: center;
		}

.custom-services-section .services-list-group a.btn	{
		margin-left: -15px;
		        color: #313131;
		        line-height: 28px;
		}

.custom-services-section .services-list-group a.btn:hover	{
		color: #f58634;
		}

#custom-footer-section .footer-col	{
		min-height: 155px;
		                  margin-bottom: 30px;
		}

#custom-footer-section .copyright a	{
		color: #e68541;
		                  font-size: 17px;
		}

.footer-social	{
		color:#7b7b7b;
		                  font-size:16px;
		}

.footer-social:hover	{
		color:  #e68541;
		}

/* END Styles form page blocks */

.custom-half-bg{
    position: relative;
}
.custom-half-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f6f1ee;
}

.custom-our-company-section .text-wrapp{
    /*margin-top: 120px;*/
}



/*Carousel*/

#myCarousel img{
    position: absolute;
    z-index: 1;
    left: -80px;
    top: 120px;
    transform: scale(1.8);
}
#pagehtml .custom-carousel .carousel-title, .custom-carousel .carousel-title{
    white-space: nowrap;
    font-size: 23px;
    line-height: 23px;
    color: #e67817;
    letter-spacing: 0px;
    text-shadow: 0 1px 2px rgb(210 210 210);
    margin-top: 0;
}
#pagehtml .custom-carousel .carousel-text, .custom-carousel .carousel-text{
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #313131;
    text-shadow: 0 1px 2px rgb(210 210 210);
    margin: 15px 0;
    font-family: Arial;
}
.custom-carousel .carousel-btn {
    background: transparent;
    color: #e67817;
    border: 1px solid #e67817;
    border-radius: 0;
    transition: all .3s;
}
.custom-carousel .btn.focus.carousel-btn, .custom-carousel .btn.carousel-btn:focus,.custom-carousel .btn.carousel-btn:hover{
    color: #fff;
    background: #e97f31;
}
.carousel-caption-custom{
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 20px;
}
.carousel-caption-custom-wrapp{
    min-height: 190px;
}

@media (min-width: 768px) {
    /*Carousel*/
    #myCarousel img{
        top: 60px;
        left: -100px;
        transform: scale(1.4);
    }
    #pagehtml .custom-carousel .carousel-title, .custom-carousel .carousel-title{
        font-size: 34px;
        line-height: 34px;
    }
    #pagehtml .custom-carousel .carousel-text, .custom-carousel .carousel-text{
        white-space: nowrap;
        font-size: 17px;
        line-height: 17px;
        margin: 15px 0;
    }
    .custom-carousel .carousel-btn {
        padding: 15px 30px;
    }
    .carousel-caption-custom{
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .carousel-caption-custom-wrapp{
        min-height: 205px;
    }
}

@media (min-width: 992px) {
    .custom-half-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background: #f6f1ee;
    }
    .custom-our-company-section .text-wrapp{
        margin-top: 40px;
    }
    .custom-partners-section .text-wrapp{
        margin-top: 60px;
    }
    
    /*Carousel*/
    #myCarousel img{
        top: 60px;
        left: -100px;
        transform: scale(1.4);
    }
    #pagehtml .custom-carousel .carousel-title, .custom-carousel .carousel-title{
        font-size: 43px;
        line-height: 43px;
    }
    #pagehtml .custom-carousel .carousel-text, .custom-carousel .carousel-text{
        font-size: 24px;
        line-height: 24px;
        margin: 30px 0;
    }
    .carousel-caption-custom{
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .carousel-caption-custom-wrapp{
        min-height: 275px;
    }
}

@media (min-width: 1200px) {
    .custom-our-company-section .text-wrapp{
        margin-top: 120px;
    }
    .custom-partners-section .text-wrapp{
        margin-top: 120px;
    }
    .custom-services-section .text-wrapp{
        margin-top: 60px;
    }
    
    /*Carousel*/
    #myCarousel img{
        top: 0;
        left: 0;
        transform: scale(1);
    }
    #pagehtml .custom-carousel .carousel-title, .custom-carousel .carousel-title{
        font-size: 70px;
        line-height: 70px;
    }
    #pagehtml .custom-carousel .carousel-text, .custom-carousel .carousel-text{
        font-size: 34px;
        line-height: 34px;
        margin: 45px 0;
    }
    .carousel-caption-custom{
        padding-top: 220px;
        padding-bottom: 120px;
    }
    .carousel-caption-custom-wrapp{
        min-height: 385px;
    }
    
}