.divcampos{
	min-height: 50px;
}
.divcamposant{
	margin-top: 20px;
}
.benchmarkwods {
	display: block;
	position: relative;
	height: auto;
}
.benchmarkwods > .imagem{

	border-radius: 3px;
	background-repeat: no-repeat;
	 background-size: contain;
	 height:250px;
	margin: 15px 0px;
}
.benchmarkwods > div > .frase {
	background: rgba(76,76,76,0.98);
	padding: 10px 15px;
	color: #fff;

}
.benchmarkwods > div > .frase > h1 > p{
	font-size: 14px;
	font-family: Lato;
	font-weight: normal;
	line-height: 23px !important;
}
.benchmarkwods > div > .frase {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}
.benchmarkwods > .imagem > .frase > .compartilha > a > i {
	margin-right: 4% !important;
	margin-top: 10px;
}
.benchmarkwods #nomes{
	padding: 5px 15px !important;
}
.wod form .divcamposant .col-md-4{
	margin-top: 20px;
	padding-left: 0px;
	min-height: 46px;
}
.wod select{
	width: 100% !important;
	height: 45px !important;
	padding: 0px 7px 5px 15px !important;
	border: 0 none;
	border-top: 2px #dbdbdb solid !important;
	background: #f6f6f6 !important;
	font-size: 16px;
	column-rule: #adadad;
	color: #999999 !important;
	border-radius: 3px;
}
.wod .selectize-input > input {
	display: inline-block !important;
	padding: 5px 15px !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 1px !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	/* box-shadow: none !important; */
	font-size: 16px;
}
.wod #infinit{
	margin-top: 20px;
}
.wod .divcampos .btn{
	background: #ab2c27;
	color: #fff;
	font-family: Lato;
	font-weight: 600;
	border: none;
	height: 43px;
	width: 49%;
}
.limpabusca{
	background: #999 !important;
}
.wod .btn:hover, .wod .btn:focus, .wod .btn:active{
	background: #b4302a;
}
#man_benc .compartilha{
	width: 43px;
	margin: 5px;
	float: right;
    position: absolute;
	right: 8px;
    top: 8px;
}
#man_benc .frase > h1{
	float: left;
	width: 74%;
	font-size: 15px;
	white-space: pre-wrap !important;
	line-height: 20px;
}
.titben{
	font-size: 20px;
}

.wod .divcampos.movimento div.selectize-input.items.not-full.has-options.has-items {
	height: auto;
	z-index: 9999;
}
.wod .divcampos.movimento div.selectize-input.items.not-full.has-options.has-items .item{
	background: transparent;
	color: #000 !important;

}
@media screen and (max-device-width: 480px), screen and (device-width: 360px)
and (device-height: 640px)
and (-webkit-min-device-pixel-ratio : 4)
and (-webkit-device-pixel-ratio : 4)
and (orientation: portrait) {
	.benchmarkwods > .imagem {
		background-position:center;
	}
	.divcamposant > div {
	  margin-bottom: 10px;
	}
	.wod .selectize-input > input {
	    margin-top: -30px !important;
	}

	.wod .selectize-control.single .selectize-input.input-active input{
		margin-top: 2px !important;
	}
}
@media screen and (device-width: 412px) and (orientation: portrait) {
	.benchmarkwods > .imagem img {
	  width: 235px;
	}
}