.servicos-results-wrapper {
	min-height: 2rem;
	margin-top: 3rem;
}

.servicos-results-wrapper.loading {
	background: url(../img/ajax-loader.gif) center no-repeat;
}

#servico-form .form-group.col.span_2 {
    margin-top: 1.7rem;
}

.servico-results-item {
	margin: 1rem 0;
}

img.servico-3x4 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
h3.servico-nome {
	color: #17466e;
	font-size: 32px !important;
	font-weight: bolder;
	line-height: 1.2 !important;
	cursor: pointer;
}

h4.servico-local {
	color: #999;
	font-size: 24px !important;
	line-height: 1 !important;
	font-weight: normal !important;
}

.servico-pagination > div {
	display: inline-block;
	width: 49.9%;
	min-height: 1rem;
	padding: 0 .5rem;
}

.servico-anterior{
	text-align: right;
}
.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content{
	line-height: 1.4;
	width: 100%;
	max-width: 900px;
	background: #fff;
	padding: 2rem 2rem 1rem 1rem;
	margin: 1rem;
}
.mfp-iframe-holder .mfp-content .span_8, .mfp-inline-holder .mfp-content .span_8{
	width: 63%;
	float: right;
	line-height: 1.4;
}

.mfp-close-btn-in .mfp-close {
	top: -20px !important;
	right: -20px;
}
.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
	line-height: inherit !important;
}

@media (max-width: 768px) {
	.mfp-content {
		display: block !important;
		position: absolute !important;
		top: 0;
		left: 0;
	}
	.mfp-inline-holder .mfp-content {
		width: calc(100% - 32px) !important;
	}
	.span_4,
	.span_8 {
		width: 100% !important;
		float: none !important;
	}
}

.foto-regente {
	width: 150px !important;
    height: auto;
    /* float: left; */
    display: block !important;
    margin-right: 16px !important;
}

a.servicos-back {
    margin-top: 2rem;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #efefef;
}

a.servicos-back:hover {
    background: #cfcfcf;
    color:  #fff;
}

.servico-results-item.row {
    margin: 0;
    padding: 1rem 0 !important;
    border-bottom: 1px solid #cfcfcf;
}

h3.servico-nome {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    /* padding: 0.5rem 0 !important; */
    /* border-bottom: 1px solid #cfcfcf; */
}

.servico-results-detalhes p {
	margin-bottom:  0;
	padding-bottom:  0;
}
