.title p {

    font-family: 'Roboto-Light';

    text-transform: uppercase;

    color: #fff;

    font-size: 27px;    

}

.main-content img {

	max-width: 100%;

	height: auto;

}

#menu-social-menu span {

	display: none;

}

.menu-item img._before, 

.rtl .menu-item img._after {

	margin: 0;

}

.main-content ul,

.main-content ol {

    font-family: 'Signika-Light';

    font-size: 17px;

    margin-left: -20px;

}

.news-image-ce {

	float: left;

	margin-right: 20px; 

	margin-bottom: 20px; 

}

#navbar > ul > li:first-child > a {

	font-size: 0!important;

	line-height: 20px!important;

	padding-left: 25px!important;

	padding-right: 25px!important;

}

#navbar > ul > li:first-child > a::after {

	content: "";

	background-image: url(../images/home.png);

	width: 18px;

	height: 15px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	display: block;

	position: absolute;

	top: 33%;

	left: 50%;

	-webkit-transform: translate(-50%);

	-moz-transform: translate(-50%);

	-ms-transform: translate(-50%);

	-o-transform: translate(-50%);

	transform: translate(-50%);

}

.application-image img {

	margin-top: 50px;

}

.info-content p {

	font-size: 15px;

}

.wpcf7-form .btn-block {

	text-align: center;

}

.readmore-btn {
    color: #fff;
    background-color: #fe4d06;
    border-color: #fe4d06;
    border-radius: 0px;
}
.readmore-btn:hover,
.readmore-btn:focus {
    color: #fff;
    background-color: #fe4d06;
    border-color: #fe4d06;
}
.readmore-btn:active {
    color: #fff;
    background-color: #fe4d06;
    border-color: #fe4d06;
}
.download-field-frmbox {
	position: relative;
}
.form-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
}
.download-lnk-file {
	background-color: #ef7200;
	color: #ffffff !important;
	padding: 15px 40px !important;
	border-color: transparent;
	border-radius: 0;
	font-family: "Signika-Semibold";
	display: inline-block;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	text-decoration: none !important;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




@media(min-width: 992px) {

	.static-page-content {

		min-height: 700px;

	}

	.single-content {

	    min-height: 1425px;

	}
	.single-acoustic .single-content {
		min-height: auto;
	}

}

@media(max-width: 768px) {

	#navbar > ul > li:first-child > a {

		font-size: 0!important;

	}

	#navbar > ul > li:first-child > a::after {

		left: 15px!important;

	}

}

/*Blog page CSS*/
.blog-post{
    width: 24.3333%;
    height: auto;
}
.font{
    font-size: 14px;
}
.blog-content img {
	width: 100%;
	height: 150px;
}
/*End Blog page CSS*/
