@import url("//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&amp;subset=latin-ext");
@import url("//fonts.googleapis.com/css?family=Alex+Brush&amp;subset=latin-ext");
@import url("//fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i&amp;subset=latin-ext");
@import url("//fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i");

/*GENERAL*/
* {
	padding: 0;
	margin: 0;
}

html, body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

body {
	margin: -20px;
}

.clear {
	clear: both;
}

.div-bar {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
	background-color: #E9EAED;
}

.title-border {
	width: 25%;
	margin: 20px auto 0 auto;
	height: 1px;
	border-bottom: 1px solid #D9000C;
}

.border-middle {
	width: 5%;
	height: 3px;
	border-bottom: 3px solid #D9000C;
	margin: -2px auto 0 auto;
}

.span-bold {
	font-weight: 700;
}

.loader {
	background-color: #000;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}

.loader img {
	display: table;
	margin: 5px auto;
}

.loaderMiddle {
	display: table-cell;
	vertical-align: middle;
}

.loaderInner {
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	text-align: center;
}

a, a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
/*---HOME PAGE---*/
/*CONTACTS*/
#contact {
	top:20px;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	border-bottom: 2px solid white;
	position: relative;
	z-index:1001;
}
#contact div p {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
#contact div {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 13px;
	width: 180px;
	height: 40px;
	position: absolute;
	line-height: 38px;
}
#contact .phone {
	top: 0;
	left: 150px;
}
#contact .email {
	top: 0;
	left: 300px;
}
#contact .social {
	top: 0;
	right: 60px;
}
#contact .social a {
	border-right: 1px solid #fff;
	padding-right: 8px;
}
#contact .social p:last-child a {
	border-right: none;
}

@media (max-width: 768px) {
	#contact {
		display: none;
	}
}
/*NAVBAR*/
.navbar-default {
	background: #000;
	border:transparent;
	box-shadow: none;
	z-index: 1000;
}

.navbar-default .navbar-collapse {
	/*width: 100%;
	margin-left: 25px;*/
	margin-left: -265px;
}

.navbar-container {
	width: 90%;
}

@media (max-width: 768px) {
	.navbar-default .navbar-collapse {
		margin-left: 25px;
	}
}

.navbar-right {
	/*float: none!important;*/
}

.navbar-nav {
	font-family: Lato, sans-serif;
	/*margin: 70px 0 0 250px;*/
	margin: 125px 30px 0 0;
}

.navbar-default .navbar-nav li a {
	color:#FFF;
	margin-top: -25px;
	font-size: 14px;
	text-shadow: none;
	font-weight: 700;
}

.navbar-nav li a:after {
	content: "\00B7";
	font-size: 38px;
	color: #D9000C;
	float: left;
	position: absolute;
	top: 12px;
	margin-left: 8px;
}

.navbar-nav li:last-child a:after {
	content: "";
}

@media (max-width: 992px) {
	body, html {
		overflow-x: hidden;
	}
	.navbar-default .navbar-nav li a {
		font-size: 12px;
		font-weight: 500;
	}

	.navbar-nav li a:after {
		content: "";
		margin-left: 2px;
	}
}

@media (max-width: 768px) {
	body, html {
		overflow-x: hidden;
	}

	.navbar-default .navbar-nav li a {
		font-size: 12px!important;
		font-weight: 500!important;
		margin-top: 5px;
		padding: 8px;
	}

	.navbar-default .navbar-nav li a:after {
		content: ""!important;
		margin-left: 2px!important;
	}
	.navbar.navbar-fixed-top ul {
		background-color: #222;
		border-color: #080808;
		box-shadow: 0 0 5px rgba(0,0,0,.8);
		margin-top: 0!important;
	}

	.navbar-brand .div-divider {
		display: none;
	}

	.navbar-brand .logo img {
		width: 46px;
		height: 30px;
		margin-top: -30px;
		margin-left: 2px;
	}

	.navbar-brand .logo {
		margin-top: 15px;
	}

	.navbar-brand {
		font-size: 14px;
	}

	.navbar-container {
		padding: 0;
	}

	.navbar-toggle {
		margin-right: 20px;
	}
}


.navbar-default .navbar-nav li a:hover {
	color:#D9000C;
}

.logo {
	margin: 45px 0 0 40px;
	position: relative;
}

.logo img {
	width: 100px;
	height: 75px;
	margin-right: 25px;
}

.div-divider {
	width: 1px;
	height: 75px;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 0px;
	left:114px;
}

.navbar.navbar-fixed-top.fixed-theme {
	background-color: #222;
	border-color: #080808;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
	margin-top: 0;
}

.navbar.navbar-fixed-top.fixed-theme .nav.navbar-nav {
	margin-top: 35px;
}

.navbar.navbar-fixed-top.fixed-theme .nav.navbar-nav li a:after {
	content: "";
}

.navbar.navbar-fixed-top.fixed-theme .nav.navbar-nav li a {
	color: #fff;
	font-size: 14px;
}

@media (max-width: 992px) {
	.navbar.navbar-fixed-top.fixed-theme .nav.navbar-nav li a {
		font-size: 12px;
	}
}

.navbar.navbar-fixed-top.fixed-theme .nav.navbar-nav li a:hover {
	color:#D9000C;
}

.navbar-brand.fixed-theme {
	font-size: 18px;
}

.navbar-brand.fixed-theme .div-divider {
	display: none;
}

.navbar-brand.fixed-theme .logo img {
	width: 66px;
	height: 50px;
	margin-top: -30px;
}

.navbar-brand.fixed-theme .logo {
	margin-top: 15px;
}

.navbar-brand.fixed-theme {
	font-size: 18px;
}

.navbar-container.fixed-theme {
	padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
	transition: 0.8s;
	-webkit-transition:  0.8s;
}

nav.fixed-theme {
	height: 60px;
}

/*SLIDER LOGOS*/
.logo-1 {
	position: absolute;
	left: 40px;
	top: 195px;
	z-index: 10;
	opacity: .8;
}
.logo-3 {
	position: absolute;
	left: 40px;
	top: 220px;
	z-index: 10;
	opacity: .8;
}

.logo-2 {
	position: absolute;
	right: 40px;
	top: 220px;
	z-index: 10;
	opacity: .8;
}

@media (max-width: 768px) {
	.logo-1 {
		top: 55px;
		width: 7%;
	}

	.logo-2 {
		top: 60px;
		opacity: 1;
		width: 15%;
	}
	.logo-3 {
		top: 60px;
		opacity: 1;
		width: 15%;
	}
}

/*SLIDER*/
#slider {
	position: relative;
	top: -40px;
	z-index:1;
}
#slider .container {
	position: relative;
	width: 100%;
	padding: 0;
	height: 820px;
	height: auto;
	overflow: hidden;
	border-bottom: 3px solid #D9000C;
}

#slider .div-slider {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999;
}

#slider .div-image img {
	/*width: 100%;*/
	


}
.slide { margin-top: 100px; color: #fff;}
.div-text {
	position: absolute;
	top: 250px;
	left: 180px;
	z-index:10;
	border-left: 5px solid #D9000C;
	padding: 30px;
	width: 70%;
	color: #FFF;

}

.div-text-bg {
	width: 100%;
	height: 249px;
	background-color: #323232;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}

.p-title {
	font-size: 45px;
	line-height: 63px;
	font-family: 'Alex Brush', cursive;
	font-weight: 400;
	z-index: 12;

}

.p-subtitle {
	font-size: 40px;
	line-height: 56px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	z-index: 13;

}

.p-content {
	font-size: 14px;
	line-height: 20px;
	font-family: Lato, sans-serif;
	font-weight: 300;
	text-align: justify;
	z-index: 14;
}



@media (max-width: 992px) {
	.slide { margin-top: 0px; color: #fff;}
	.div-text {
		top: 140px;
		display: none;
		border: none;
	}

	.p-title {
		font-size: 25px;
		line-height: 43px;
	}

	.p-subtitle {
		font-size: 20px;
		line-height: 36px;
	}

	.p-content {
		font-size: 12px;
		line-height: 20px;
	}
	.div-text-bg {
		width: 100%;
		background-color: #000;
		opacity: .3;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -9;
	}
}

@media (max-width: 768px) {
	.slide { margin-top: 0px; color: #fff;}
	.div-text {
		top: 40px;
		left: 30px;
		border: none;
		margin: 10px auto;
		width: 85%;
		padding: 5px;
display: none;
	}

	.p-title {
		/*font-size: 16px!important;
		line-height: 16px!important;*/
		display: none;
		z-index: 999;
	}

	.p-subtitle {
		font-size: 24px!important;
		line-height: 24px!important;
	z-index: 999;
	}

	.p-content {
		font-size: 18px;
		line-height: 18px;
			z-index: 999;
	}
	.div-text-bg {
		width: 100%;
		background-color: #000;
		opacity: .3;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		
	}
}



/*SERVICES*/
#services {
	position: relative;
	top:-20px;
}

#services .div-bar {
	margin-top: 30px;
}

#services .h-title {
	text-align: center;
	font-size: 18px;
	color: #D9000C;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}


#services .row {
	text-align: center;
}

#services .div-service-gallery {
	width: 90%;
	margin: 20px auto 0 auto;
}

#services .div-service-gallery .div-services-images {
	padding: 5px;
	border: 2px solid #E9EAED;
	margin: 12px;
}

#services .div-service-gallery .div-services-images img {
	display: block;
	margin: 0 auto;
}

#services .col-md-4 {
	width: 31%;
}


#services .div-hover {
	width: 30px;
	height: 22px;
	background-color: rgb(255,0,0);
	position: absolute;
	left: 145px;
	top: 125px;
	opacity: 0;
	transition: .6s ease;
	cursor: pointer;
	text-align: center;
}

#services .div-services-images:hover .div-hover {
	opacity: 0.5;
	width: 296px;
	height: 222px;
	left: 13px;
	top: 11px;
}

#services .div-services-images h2 {
	color: #FFF;
	position: absolute;
	top: 87px;
	left:400px;
	display: inline-block;
	width: 100%;
	text-align: center;
	transition: .5s ease;
	font-size: 14px;
}

#services .div-services-images:hover h2 {
	top: 87px;
	left: 0px;
}

@media (max-width: 992px)  {
	#services .col-md-4 {
		width: 25%;
	}

	#services .div-services-images:hover .div-hover {
		opacity: 0.5;
		width: 204px;
		height: 153px;
		left: 5px;
		top: 5px;
	}

	#services .div-services-images h2 {
		color: #FFF;
		position: absolute;
		top: 180px;
		left:400px;
		display: inline-block;
		width: 100%;
		text-align: center;
		transition: .5s ease;
	}

	#services .div-services-images:hover h2 {
		font-size: 11px;
		top: 80px;
		left: 0px;
	}
}

@media (max-width: 768px) {
	#services .col-md-4 {
		width: 25%;
	}
	#services .div-hover {
		left: 45px;
		top: 25px;
	}

	#services .div-services-images:hover .div-hover {
		opacity: 0.5;
		width: 85px;
		height: 64px;
		left: 5px;
		top: 5px;
	}

	#services .div-services-images h2 {
		color: #FFF;
		position: absolute;
		top: 10px;
		left:100px;
		font-size: 11px!important;
		display: inline-block;
		width: 100%;
		text-align: center;
		transition: .5s ease;
		font-weight: 300!important;
	}

	#services .div-services-images:hover h2 {
		top: 10px;
		left: 0px;
	}
}
/*MOTTO*/
#motto {
	min-height: 358px;
	background-image: url('../img/slash_it.jpg');
	position: relative;
	top: -20px;
	color: #FFF;
}

#motto .div-motto-text {
	padding-top: 54px;
}

#motto .p-motto-title {
	font-family: 'Alex Brush', cursive;
	font-size: 35px;
	width: 250px;
	margin: 0 auto;
	text-align: center
}

#motto .p-motto-subtitle {
	font-family: Roboto, sans-serif;
	font-size: 25px;
	width: 400px;
	margin: 0 auto;
	font-weight: lighter;
	text-align: center;
}

#motto .title-border {
	border-bottom: 1px solid #FFFFFF;
}

#motto .border-middle {
	border-bottom: 3px solid #FFFFFF;
}

#motto .div-content {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	padding: 50px;
}

@media (max-width: 768px) {
	#motto .div-content {
		height: auto;
	}
}

#motto .p-motto-content {
	font-family: Lato, sans-serif;
	margin: 170px auto 35px auto ;
	text-align: justify;
	display: inline-block;
	width: 45%;
	height: 100%;
	line-height: 26px;
}

#motto .p-motto-video {
	width: 50%;
	margin: 35px auto;
	display: inline-block;
	padding: 5px;
	text-align: center;
	height: 100%;
}

@media (max-width: 992px) {
	#motto .p-motto-content,
	#motto .p-motto-video {
		display: block;
		width: 100%;
	}
}

@media (max-width: 768px) {
	#motto p.p-motto-content,
	#motto p.p-motto-video {
		margin: 0;
		display: block!important;
		padding: 10px;
	}
	#motto .div-content {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
}

/*BOTTOM-CONTENT*/
#bottom-content {
	background-color: #E9EAED;
	height: 448px;
	padding: 20px 0;
	position: relative;
	top: -20px;
	border-bottom: 3px solid #D9000C;
}

#bottom-content .div-news {
	float: left;
	width: 36%;
	padding-left: 10%;
	background-color: #FFF;
	height: 408px;
	margin-right: 1%;
}

@media (max-width: 992px) {
	#bottom-content .div-news {
		overflow: scroll;
	}
}

@media (max-width: 768px) {
	#bottom-content .div-news,
	#bottom-content .div-map,
	#bottom-content .div-calculations
	{
		width: 100%!important;
	}
}

#bottom-content .div-map {
	float: left;
	width: 26%;
	background-color: #FFF;
	height: 408px;
	margin-right: 1%;
}

#bottom-content .div-calculations {
	float: right;
	width: 36%;
	padding-right: 10%;
	background-color: #FFF;
	height: 408px;
	margin-right: 0;
}

#bottom-content .div-news-content {
	width: 100%;
}

#bottom-content .div-news-content .p-news-heading,
#bottom-content .div-map-content .p-map-heading,
#bottom-content .div-calculation-content .p-calculation-heading {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #D9000C;
	width: 100%;
	text-align: center;
	padding: 15px;
}

#bottom-content .div-news-content .p-news-heading a {
	color: #D9000C;
}

#bottom-content .div-news-content .p-news-heading a:hover {
	color: #1B1B1B;
}

#bottom-content .title-border {
	width: 80%;
	margin: -10px auto 0 auto;
	height: 1px;
	border-bottom: 1px solid #D9000C;
}

#bottom-content .border-middle {
	width: 10%;
	height: 3px;
	border-bottom: 3px solid #D9000C;
	margin: -2px auto 0 auto;
}

#bottom-content .div-news-items {
	/*padding: 10px;*/
	color: #1B1B1B;
	font-family: Roboto, sans-serif;
	height: 85px;
	overflow: hidden;
}

#bottom-content .div-news-item-heading img {
	position: relative;
	top: -1px;
}

#bottom-content .a-news-item-heading {
	margin-left: 5px;
	color: #1B1B1B;
}

#bottom-content .a-news-item-heading:hover {
	color: #D9000C;
}

#bottom-content .div-news-item-contents {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

@media (max-width: 768px) {
	#bottom-content .div-news-item-contents {
		width: 90%;
	}
}

#bottom-content .div-item-left-border {
	width: 2%;
	height: 45px;
	float: left;
	border-right: 1px #E9EAED solid;
}

#bottom-content .div-news-item-content {
	opacity: 0.6;
	font-size: 13px;
	width: 90%;
	float: left;
	border-bottom: 1px #E9EAED solid;
	padding-bottom: 5px;
	text-align: justify;
	height: 45px;
	margin-left: 17px;
}

#bottom-content .div-map-item {
	width: 90%;
	margin: 10px auto 0 auto;
	height: 330px;
}

#bottom-content .div-calculation-item {
	margin: 10px auto 0 auto;
	width: 90%;
}

#bottom-content .div-calculation-item .panel-body {
	height: 200px;
	overflow: scroll;
	padding: 0;
}


#bottom-content .panel-default > .panel-heading {
	padding: 0;
}

#bottom-content .panel-heading a {
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #D9000C;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	opacity: .8;
}
#bottom-content .panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 20px;
	font-size: 20px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -10px;
}

#bottom-content .panel-heading a.collapsed:after {
	content: "\f196";
}
/*WIDGETS*/
#W1430 {
	margin: 0 auto;
	z-index: 1;
}
#W3696 {
	margin: 0 auto;
	z-index: 1;
}

.widget {
	z-index: 1;
}

.panel-body .scriptcode {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.panel-body .scriptcode table {
	width: 100%;
	margin: 0 auto;
}

#collapseTwo iframe {
	display: block;
	margin: 20px auto;
}


/*FOOTER*/
#footer {
	width: 100%;
	min-height: 260px;
	position: relative;
	top: -20px;
	background-image: url('../img/pattern.png'), url('../img/img_6171.jpg');
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	color: #FFF;
}
.footer-contact {
	width: 100%;
	height: auto;
	position: relative;
	top: -20px;
	background-image: url('../img/pattern.png'), url('../img/img_6171.jpg');
	background-position: 0 60%;
	background-repeat: repeat, no-repeat;
	color: #FFF;
}
#footer > div,
.footer-contact > div {
	background-color: transparent;
}

#footer .div-contact-form {
	padding-top: 30px;
	width: 90%;
	margin: 0 auto;
}

#footer .p-contact-form-heading {
	color: #FFF;
	width: 50%;
	margin: 0px auto 0 auto;
	text-align: center;
}

#footer .title-border {
	width: 15%;
	margin: 15px auto 0 auto;
	height: 1px;
	border-bottom: 1px solid #FFF;
}

#footer .border-middle,
.footer-contact .border-middle {
	width: 3%;
	height: 3px;
	border-bottom: 3px solid #FFF;
	margin: -2px auto 0 auto;
}

#footer .p-contact-form-title {
	width: 50%;
	margin: 15px auto;
	text-align: center;
}

#footer .div-contact-form-items {
	display: table;
	margin: 10px auto;
	text-align: center;
}

#footer .div-contact-form-items form {
	text-align: center;
}

#footer .div-form-item-column {
	float:left;
	width: 358px;
	margin-right: 8px;
}

#footer .div-form-item-column input[type="text"],
#footer .div-form-item-column input[type="tel"],
#footer .div-form-item-column input[type="email"] {
	background-color: transparent;
	width: 358px;
	border: 1px solid #FFF;
	min-height: 18px;
	padding: 6px;
	margin-bottom: 11px;
}

#footer .div-form-item-column textarea {
	background-color: transparent;
	width: 358px;
	border: 1px solid #FFF;
	height: 80px;
	padding: 6px;
	margin-bottom: 5px;
}

@media  (max-width: 768px) {
	#footer .div-form-item-column input[type="text"],
	#footer .div-form-item-column input[type="tel"],
	#footer .div-form-item-column input[type="email"] {
		width: 328px;
	}

	#footer .div-form-item-column textarea {
		width: 328px;
		height: 60px;
	}

	#footer {
		background-image: none;
		/*background-image: url('../img/pattern.png'), url('../img/img_6171.jpg');
    	background-position: top left;*/
		/*background-position: top left, top left;
        background-repeat: repeat;*/
		/*background-repeat: repeat, repeat;
        background-position: 0 100%;*/
		background-color: #323232;
		z-index: 1;
	}
}

@media screen and (max-width : 1179px) and (min-width : 992px) {
	#footer {
		background-image: url('../img/pattern.png'), url('../img/img_6171.jpg');
		background-position: top left, top left;
		background-repeat: repeat, repeat;
		background-position: 0 75%;
	}
}


#footer .div-form-button-column {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	clear: both;
}

#footer .div-form-button-column input[type="submit"], #footer .div-form-button-column input[type="reset"] {
	width: 109px;
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	height: 32px;
}

#footer .div-copyright,
.footer-contact .div-copyright {
	height: 40px;
	border-top: 2px solid #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}

@media  (max-width: 768px) {
	.div-copyright {
		height: auto!important;
	}
	#footer .div-copyright-items,
	.footer-contact .div-copyright-items {
		display: block!important;
		width: 100%!important;
		line-height: 14px!important;
		text-align: center!important;
	}

	#footer .div-copyright-items a,
	.footer-contact .div-copyright-items a {
		display: block!important;
	}

	#footer .div-social,
	.footer-contact .div-social {
		display: block!important;
		width: 100%!important;
		text-align: center!important;
		line-height: 14px!important;
	}
}

#footer .div-copyright > div,
#footer .div-copyright > div > p,
.footer-contact .div-copyright > div,
.footer-contact .div-copyright > div > p {
	display: inline-block;
	line-height: 40px;
}

#footer .div-social a,
.footer-contact .div-social a {
	border-right: 1px solid #fff;
	padding-right: 8px;
	margin-right: 5px;
}

#footer .div-social p:last-child a,
.footer-contact .div-social p:last-child a {
	border-right: none;
}

#footer .div-copyright-items,
.footer-contact .div-copyright-items {
	width: 85%;
	padding-left: 10%;
}

#footer .div-social,
.footer-contact .div-social {
	width: 12%;
	text-align: right;
}

#footer .div-copyright-items a,
.footer-contact .div-copyright-items a {
	color: #FFF;
	opacity: .5;
	font-weight: 400;
}

#footer .div-copyright-items a:hover,
.footer-contact .div-copyright-items a:hover {
	color: #D9000C;
}
/*---HOME PAGE---*/
/*---SUB PAGES---*/
/*TOP HEADER*/
#subpage-header {
	height: 180px;
	border-bottom: 2px solid #D9000C;
	background-image: url('../img/pattern.png'), url('../img/lights-street-lights.jpg');
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	position: relative;
	top: -20px;
}
/*PAGE TITLE*/
#page-title {
	background-image: url('../img/slash_it.jpg');
	height: 150px;
	background-color: black;
	position: relative;
	top: -20px;
}
#page-title .p-page-title {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	font-size: 20px;
	font-family: Raleway, sans-serif;
	color: #FFF;
	font-weight: 700;
}

#page-title .title-border {
	width: 50%;
	margin: 20px auto 0 auto;
	height: 1px;
	border-bottom: 1px solid #FFF;
}

#page-title .border-middle {
	width: 3%;
	height: 3px;
	border-bottom: 3px solid #FFF;
	margin: -2px auto 0 auto;
}
/*PAGE CONTENT*/
#middle-content {
	background-color: #E9EAED;
	min-height: 350px;
	width: 100%;
	position: relative;
	top: -20px;
	border-bottom: 2px solid #D9000C;
}

#middle-content .div-middle-content {
	width: 75%;
	margin: 0 auto;

}
/*ABOUT PAGE*/
#middle-content p, #middle-content h3 {
	text-align: justify;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 14px;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	color: #1B1B1B;
}

#middle-content h3 {
	text-align: justify;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	color: #1B1B1B;
}


#middle-content .div-gallery {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#middle-content .div-gallery img {
	display: inline-block;
	width: 214px;
	height: 197px;
}


#middle-content .div-middle-content.about {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}


#middle-content .div-middle-text p,
#middle-content .div-middle-text h3 {
	color: #323232;
}


/*CONTACT PAGE*/

#middle-content .div-contact-info {
	width: 40%;
	float: left;
}

#middle-content .div-contact-form {
	width: 60%;
	float: left;
}

@media (max-width: 768px) {
	#middle-content .div-contact-info {
		width: 100%;
		float: none;
	}

	#middle-content .div-contact-form {
		width: 100%;
		float: none;
	}
}

#middle-content .div-contact-form .div-contact-form-column {
	padding-top: 20px;
	width: 45%;
	margin: 0;
	float: left;
	margin-right: 20px;
}

#middle-content .div-contact-form:last-child .div-contact-form-column {
	margin: 0 0 0 10px;
}

#middle-content .div-contact-form .div-contact-form-column input[type="text"],
#middle-content .div-contact-form .div-contact-form-column input[type="tel"],
#middle-content .div-contact-form .div-contact-form-column input[type="email"] {
	width: 300px;
	min-height: 23px;
	font-family: Raleway, sans-serif;
	padding: 6px;
	background: transparent;
	color: #1B1B1B;
	margin: 5px;
	border: 1px solid #323232;
	box-shadow: none;
}

#middle-content .div-contact-form .div-contact-form-column textarea {
	width: 300px;
	height: 121px;
	font-family: Raleway, sans-serif;
	padding: 6px;
	background: transparent;
	color: #1B1B1B;
	margin: 5px;
	border: 1px solid #323232;
	box-shadow: none;
}

#middle-content .div-contact-form .div-contact-form-column input[type="submit"] {
	width: 109px;
	background: #D9000C;
	border: 1px solid #D9000C;
	color: #FFF;
	height: 32px;
	padding: 6px;
	margin-left: 4px;
	margin-right: 14px;
}

#middle-content .div-contact-form .div-contact-form-column input[type="reset"] {
	width: 109px;
	background: #1B1B1B;
	border: 1px solid #1B1B1B;
	color: #FFF;
	height: 32px;
	padding: 6px;
	margin-left: 4px;
	margin-right: 14px;
}

@media (max-width: 768px) {
	#middle-content .div-contact-form .div-contact-form-column input[type="submit"] {
		display: inline-block;
	}

	#middle-content .div-contact-form .div-contact-form-column input[type="reset"] {
		display: inline-block;
	}
}

#middle-content .div-google-map {
	width: 100%;
	height: 440px;
	padding: 20px 0;
}

#middle-content .div-contact-info-items {
	padding: 20px;
	width: 100%;
	height: 35px;
}

#middle-content .div-contact-info-items i {
	width: 25px;
	height: 25px;
	color: #FFF;
	line-height: 25px;
	border-radius: 25px;
	background-color: #D9000C;
	font-size: 15px;
	text-align: center;
}

#middle-content .div-contact-info-items i:hover {
	background-color: #1B1B1B;
}

#middle-content .div-contact-info-items .span-info {
	color: #1B1B1B;
	font-size: 14px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	line-height: 35px;
}

@media (max-width: 768px) {
	#middle-content .div-contact-info-items .span-info {
		font-size: 11px!important;
		font-weight: 300!important;
	}
}

/*PRODUCTS PAGE*/
#middle-content .products {
	background-color: #FFF;
	width: 100%;
}

#middle-content .div-products-logos {
	min-height: 350px;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}

#middle-content .div-product-logo {
	height: 112px;
	width: 200px;
	margin: 10px 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid #E9EAED;
	padding: 20px;
	border-radius: 5px;
	transition: .5s ease-out;
	position: relative;
}

#middle-content .div-product-logo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#middle-content .div-product-logo:hover {
	transform: scale(1.3);
}
/*PRODUCT PAGE*/
.product-link {

	color: #000;
	font-size: 12px;

}

/*SERVICES PAGE*/
#middle-content .services {
	background-color: #FFF;
	width: 100%;
	height: auto;
}

#middle-content .div-service-gallery {
	width: 75%;
	margin: 20px auto;
}

#middle-content .div-services-images {
	width: 33%;
	display: inline-block;
	position: relative;
}

@media (max-width:780px) {
	#middle-content .div-services-images {
		width: 100%!important;
		display: block!important;
	}
}

#middle-content .div-services-images a {
	font-size: 15px;
	display: block;
	width: 100%;
	color: #FFF;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1B1B1B;
	padding: 15px;
	border-left: 10px solid #D9000C;
}

#middle-content .div-services-images a:hover {
	border-left: 10px solid #1B1B1B;
	background-color: #D9000C;
}

#middle-content .div-tabbed-content {
	width: 75%;
	margin: 20px auto;
}

#middle-content .div-tabbed-content .div-tab-gallery img {
	display: inline-block;
	margin: 3px;
}

/*ALL NEWS PAGE*/
#middle-content .container {
	padding: 20px;
}

#middle-content .row > div {
	margin-top: 20px;
}

#middle-content .news {
	padding: 30px 30px 20px;
	background-color: #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

#middle-content .news img {
	margin: 0 auto;
}

#middle-content .news h2 {
	font-family: Raleway, sans-serif;
	color: #D9000C;
	height: 25px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
}

#middle-content .news h3 {
	font-family: Raleway, sans-serif;
	color: #323232;
	height: 25px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
	display: none;

}

#middle-content .katalog-menu {
	position: absolute;
	left: 30px;
	top: 450px;
	width: 145px;
	z-index: 1;
}



#middle-content .katalog-link {
	font-family: Raleway, sans-serif;
	color: #323232;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding-left: 65px;
	margin-bottom: 2px;
	min-height: 70px;
	text-align: left;
	width: 100%;
	background-image: url(../yonetim/images/pdf.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFF;
}

@media (max-width: 768px) {
	#middle-content .katalog-menu {
		top: -18px;
		z-index: 100;
		width: 90px;
		left: 25px;
	}

	#middle-content .katalog-link {
		padding-left: 35px;
		font-weight: 300;
		font-size: 11px;
		height: auto;
	}
}

#middle-content .news p {
	color: #1B1B1B;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 15px;

	margin-bottom: 10px;
	/*max-height: 90px;*/
	overflow: hidden;
}

#middle-content .news p:last-child {
	/*border-bottom: 1px solid #DDD;
	background-color: red;*/
}

#middle-content .news span {
	color: #D9000C;
	font-size: 12px;
}

/*NEWS PAGE*/
.margin-top {
	margin-top: 20px;
	z-index: 9;
}
.news-cat h2 {
	background-color: #1B1B1B;
	color: #E9EAED;
	padding: 15px;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.news-cat ul {
	background-color: #D9000C;
	padding: 10px 30px 25px;
	list-style: none;
	opacity: .8;
}

.news-cat ul li a {
	font-family: Raleway, sans-serif;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 15px 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

.news-cat ul li.active a, .news-cat ul li a:hover {
	color: #1B1B1B;
	font-weight: 700;
}
/*CALCULATIONS*/
.calculations .container {
	width: 95%;
	margin: 10px auto;
}

.div-calculation-item {
	margin: 10px auto 0 auto;
	width: 100%;
}

.div-calculation-item .panel-body {
	overflow: scroll;
	padding: 20px 0;
}


.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #D9000C;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	opacity: .8;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 20px;
	font-size: 20px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -10px;
}

.panel-heading a.collapsed:after {
	content: "\f196";
}

span.input-group-addon {
	color: #000!important;
	font-weight: 700;
}

h3#vPercent {
	width: 15%;
	margin: 0 auto;
	color: #000;
	font-size: 20px;
}

h4.text-danger {
	display: table;
	font-weight: 700;
	font-size: 16px;
	margin: 5px auto;
}

.qc-div p,
.e-div p {
	text-align: center!important;
	font-size: 35px!important;
	font-weight: 700!important;
	color: red!important;
}

.e-div p.text-danger {
	font-size: 15px!important;
}
/*---SUB PAGES---*/

