@charset "UTF-8";
/* Home */
.home_page_wrapper {
    margin-top: 35px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
h1 {font-family: "Myriad W08 Light";}

.our_solutions_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.our_solutions_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50% 0;
    border-radius: 50%;
    background-color: #d3d5d6;
}

.row_spacer {margin-top: 50px;}

.new_products_wrapper .owl-item, .markets_wrapper .owl-item {
    padding: 0px 14px !important;
}

/*
========================================
BOOTSTRAP BREAKPOINTS
========================================
*/
/* BOOTSTRAP BREAKPOINTS: XS (Phones) */
@media screen and (max-width: 767px) {
	.row_spacer {margin-top: 0px !important;}
}

/* BOOTSTRAP BREAKPOINTS: SM (Tablets) */
@media screen and (max-width: 991px) and (min-width: 768px) {
	
}

/* BOOTSTRAP BREAKPOINTS: MD (Desktop) */
@media screen and (max-width: 1199px) and (min-width: 992px) {

}

/* BOOTSTRAP BREAKPOINTS: LG (Desktop) */
@media screen and (min-width: 1200px) {
	
}