.play-button {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 88px;
    margin: 0 auto;
    text-align: center;
    height: 62px;
}



.play-button:hover {

	position: absolute;
    right: 15%;
    left: 15%;
    bottom: 88px;
    margin: 0 auto;
    text-align: center;
    height: 62px;
	cursor: pointer;
}

@media(max-width: 980px){
	
	.play-button {
	position: absolute;
	right: 15%;
	left: 15%;
	bottom: 192px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
}
.play-button:hover {

	right: 15%;
	left: 15%;
	bottom: 115px;
	margin: 0 auto;
	text-align: center;
    font-size: 60px;
	cursor: pointer;
}
}


.modal-body {
    position: relative;
    padding: 0px;
}

.modal-header {
    padding: 0px; 
    border-bottom: 0px solid transparent; 
}

.close {
    float: right;
    font-size: 30.5px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.form{
	font-size: 15px;
}

.banner .icons {
    padding: 20px 0 0 0;
    width: 94px;
    height: 94px;
    color: #FFFFFF;
    font-size: 42px;
    font-size: 30px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    border: none;
    background: rgb(30, 157, 255);
    /* color: #EF4949; */
    border-radius: 50%;
}

.btn-submeter{

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 17px 40px;
    font-size: 13px;
    line-height: 1.846;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight: bold;

}

#orcamentos-topo .text {
    color: white;
    font-size: 20px;
    position: absolute;
    background-color: crimson;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;

}


#orcamentos-topo img{
	height: 100%;
    background-size: contain;
	background-color: rgba(1,1,1,0.8);
    z-index: 1001;
}


.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.box-area h4{font-size: 17px; font-weight: bold;}

.panel h4, .panel.h4 {
    font-size: 18px;
	height: 50px;
}


.thumbnail>img, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: 250px;
}