/* common styles */

/* body relative position is required by bootstrap scrollspy.js */
body {
	position: relative;
}

.wide {
	width: 100%;
	background-size: cover;
}

.data-box {
	margin: 20px 0px;
}

.black-bg-white-text {
	color: #fff !important;
	text-shadow: 1px 1px 5px #111;
}

/* header */
@media ( max-width : 992px) {
	.top-contacts {
		display: none;
	}
}

.progro-logo {
	padding: 2px;
}

.progro-logo img {
	height: 100%;
}

.navbar-special {
	border: 0px;
	box-shadow: 0px 0px 10px #111;
	margin-bottom: 0px;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

.navbar-special a {
	color: #52197E !important;
	font-weight: 600 !important;
}

/* headline */
.wide.headline-block {
	background-image: url('../images/programmers.jpg');
	background-position-x: center;
	position: relative;
}

.headline-block {
	padding: 40px 0px;
	margin-top: 50px;
	position: relative;
}

.head-line,.ad-copy {
	color: #fff !important;
	text-shadow: 1px 1px 5px #111;
}

.about-form .panel {
	background-color: rgba(255, 255, 255, 0.9);
}

/* products */
.products-block {
	text-align: center;
	margin: 40px 0;
	position: relative;
}

.featurette-divider {
	margin: 40px 0;
}

/* servises */
.service-block {
	padding: 40px 0px;
	background-color: #209FC6;
	position: relative;
}

.service-block {
	text-align: center !important;
}

/* testimonials */
.testimonial-block {
	padding: 40px 0px;
	position: relative;
}

.testimonial-box {
	margin: 15px 0px;
}

.testimonial {
	margin: 0;
	background: #B7EDFF;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #E5F3FF;
	background-image: linear-gradient(#D0E9FD, #E5F3FF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0E9FD),
		to(#E5F3FF));
	background-image: -webkit-linear-gradient(top, #D0E9FD, #E5F3FF);
	background-image: -moz-linear-gradient(top, #D0E9FD, #E5F3FF);
	background-image: -ms-linear-gradient(top, #D0E9FD, #E5F3FF);
	background-image: -o-linear-gradient(top, #D0E9FD, #E5F3FF);
}

.testimonial:before,.testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
}

.testimonial:before {
	top: 0;
	left: 10px;
}

.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
}

.arrow-left {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #B7EDFF;
	margin: 0 0 0 25px;
}

/* contacts */

.contact-block {
	position: relative;
}

@media ( max-width : 768px) {
	.contact-block,.text-right {
		text-align: center !important;
	}
}