.sec-title h2 {
	font-size: 1.5em;
}
.btn_cms {
	border-bottom: 2px solid #555;
    background: #555;
    background: linear-gradient(to bottom, #555, #555);
}
.main-menu .navigation > li > a:hover{
	color: #fff !important;
	text-decoration: underline;
}
.defaultimg::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.50);

}

.order-section h2 {
	font-size: 2em;
}
#contact_form  {
	max-width: 600px;
	margin: auto;
}
#contact_form label{
	color: #fff
	}

.page_thanks h3 {
	font-size: 3em !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.page_text {
	color: #000 !important;
}
@media only screen and (max-width: 767px) 
{
.call-to-action-two h2 {
    font-size: 28px;
}
}