@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica.woff') format('woff'),
		url('../fonts/Helvetica.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
}

textarea
{
	resize: none;
}

.img-responsive
{
	display: inline-block;
}

.logo {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 275px;
   height: 325px;
   margin-top: -162px; /* Half the height */
   margin-left: -137px; /* Half the width */
}

.no-margin
{
	margin:0;
}

.no-padding
{
	padding:0;
}

.text-danger
{
	color: #ae3a3a;
}

.title-black
{
	font-family: 'Montserrat-SemiBold';
	font-size: 14pt;
	color:#000000;
	text-align: center;
	text-transform: uppercase;
}

.title-black:after {
   background: none repeat scroll 0 0 #000000;
   bottom: -10px;
   content: "";
   display: block;
   margin-top: 25px;
   height: 3px;
   position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
	text-align: center;
}

.title-white
{
	font-family: 'Montserrat-SemiBold';
	font-size: 14pt;
	color:#ffffff;
	text-align: center;
	text-transform: uppercase;
}

.title-white:after {
   background: none repeat scroll 0 0 #ffffff;
   bottom: -10px;
   content: "";
   display: block;
   margin-top: 25px;
   height: 3px;
   position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
	text-align: center;
}

.content
{
	display: inline-block;
}

body
{
	font-family: sans-serif;
}

#header
{
	background: url(../img/bg-home.jpg) no-repeat center top;
	background-size: cover;
}

#overview
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	background: url(../img/bg-about.jpg) no-repeat center top;
	background-size: cover;
	background-color: #ffffff;
}

#overview .description
{
	font-size: 15pt;
}

#services
{
	background-color: #000000;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
	background: url(../img/bg-project.jpg) no-repeat center top;
	background-size: cover;
}

.services-image
{
	margin-top: 32px;
}

#clients
{
	background-color: #f4f4f4;
	padding-top:70px;
	padding-bottom:100px;
}

#clients .title
{
	margin-bottom: 70px;
}

.clients-image
{
	margin-top: 32px;
}

#contactus
{
	padding-top: 70px;
}

#contactus .title
{
	margin-bottom: 50px;
}

#contactus .z1-panel
{
	background-color: #f4f4f4;
	padding:25px;
	font-family: 'Helvetica';
	height: 520px;
}

.z1-panel .z1-panel-title
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

.z1-panel .z1-panel-description
{
	color: #555555;
	font-size: 10pt;
}

.z1-panel-warning
{
	color: #ae3a3a;
	font-size: 7pt;
	font-weight: bold;
}

#footer
{
	background-color: #000000;
	color: #777;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 7pt;
	margin-top: 70px;
	font-family: 'Montserrat-SemiBold';
	text-transform: uppercase;
}

@media (max-width: 768px)
{
	#header
	{
		background-position-y: 0;
		/*background-size: 768px 426px;*/
		background-size: auto 100%;
	}
	.title
	{
		font-size: 14pt;
	}
	#overview .description
	{
		font-size: 12pt;
	}
	#clients
	{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#clients .title
	{
		margin-bottom: 20px;
	}
	#clients .clients-image
	{
		margin-top: 0;
	}
	#contactus .z1-panel
	{
		margin-bottom: 20px;
		height: auto;
	}
}

@media (max-width: 992px) {
	.overview-img-responsive
	{
		margin-top:50px;
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	#inputName
	{
		width: auto;
	}
	#header
	{
		height: 700px;
	}
	.content
	{
		position: relative;
	}
}

/*.g-recaptcha {
    transform:scale(0.6);
    transform-origin:0 0;
}*/