body{
	/* padding-top: 60px; */
}

.hs-sub-menu {
	border-color: #f5c923 !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.slider-container {
	background-color: #F5C923;
}

.slider .slick-slide img {
	margin: auto;
}

.slider .slick-arrow {
	z-index: 1;
}
.slider .slick-prev {
	left: 10px;
}
.slider .slick-next {
	right: 10px;
}


.orders-container {
	position: relative;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-bottom: 30px;
}
.orders-header {
	position: relative;
    height: 43px;
    padding: 14px 10px;
    border-bottom: 1px solid #e5e5e5;
    /* background-color: #fbfbfb; */
}
.orders-container .orders-header h6 {
    margin: 0;
}
.orders-container .orders-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.orders-container .orders-list .order-item {
    position: relative;
    padding: 7px 10px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}
.orders-container .orders-footer {
    position: relative;
    background-color: #fff;
    height: 34px;
    padding: 7px;
    text-align: center;
}

.u-btn-outline-crimorange {
	border-color: #df5e21;
	color: #df5e21;
	background-color: transparent;
}
.u-btn-outline-crimorange:active,
.u-btn-outline-crimorange:focus,
.u-btn-outline-crimorange:hover {
	color: #fff;
	background: #df5e21;
}

.servicio.bordered {
	border-bottom: 1px solid #ddd;
}
.servicio .servicio-label {
	font-weight: bold;
}
.servicio .servicio-label .fa {
	color: #999;
}
@media only screen and (min-width : 768px) {
    #contact-section {
        border: none !important;
    }
}

.grad-bar {
    width: 30%;
    height: 3px;
    margin: 5px 0 10px;
    background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 20%, rgba(229,125,32,0.50) 100%); /* ff3.6+ */
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 20%, rgba(229,125,32,0.50) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255,255,255,0) 20%, rgba(229,125,32,0.50) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 20%, rgba(229,125,32,0.50) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(255,255,255,0) 20%, rgba(229,125,32,0.50) 100%); /* w3c */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(229,125,32,0.85))); /* safari4+,chrome */
}

.breadcrumb-section {
	display: none;
}

main {
	margin-top: 78px !important;
}

.brd-crim-green {
	border-color: #5EBA35 !important;
}

.bg-crim-green {
	background-color: #5EBA35 !important;
}

.color-crim-green {
	color: #5EBA35 !important;
}

.u-btn-outline-crimgreen {
	color: #5EBA35;
	border-color: #5EBA35;
	background-color: transparent;
}
.u-btn-outline-crimgreen:hover {
	color: #fff;
	background-color: #5EBA35;
}