body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 40px;
    padding-top: 10px;
	font-weight: 600;
	margin: 0;
	color: #555;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}

#contact p {
	font-size: 12px;
}

a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: red;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}


.accordion-item hr {
	height: 2px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
    margin-bottom: 0px;
    padding-left: 0px;
	border: 0;
}





/* Navigation */
/*.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #E75926;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #E75926;
}
.navbar-custom .nav li.active {
	outline: 0;
}
/
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}


/*dropdown lifting*/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0,.7);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/* Home Section */
#intro {
	display: table;
	width: 100%;
    height: auto;
/*    padding: 100px 0;  */
	text-align: center;
	color: #fff;
/*	background: url(../img/intro-bg.jpg) no-repeat center center fixed; */
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
/*#intro {
	height: 1080px;
	padding: 0;
} */
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}

.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}

/* News Section */
#news {
    padding: 120px 0;
	background: white;
}
#news li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#news li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}



/* About Section */
#about {
    padding: 120px 0;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}

#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Services Section */

#services .service {
	padding: 0px 0px;

}
#services h2 {
	color: #f6f6f6;
}


#services .about-text {
	margin-left: 10px;

}

#services h3 {
	font-size: 20px;
	font-weight: 600;
	color: #707070;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-top: 0px;
}


#services p {
	color: black;
    text-align: left;

}

#services {
	padding: 140px 0;
	background: url(../img/services_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#services .about-text {
	margin-left: 10px;
}

#services H4 {
	font-size: 20px;
}
#services li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0 20px 0 20px;
	font-size: 13px;
        text-align: left;

}
#services li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#services i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#services img {
	margin-top: 20px;
}
#services p {
	margin-top: 20px;
    margin-bottom: 30px;}




/* Procurement Section */

#procurement {
	padding: 120px 0;
    /*padding: 140px 0; */
}

#procurement li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#procurement li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}

#procurement .about-text {
	margin-left: 10px;
}

#procurement H4 {
	font-size: 20px;
}

#procurement i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#procurement img {
	margin-top: 20px;
}
#procurement p {
	margin-top: 20px;
    margin-bottom: 30px;}





#contact h2 {
	color: #555;
}


.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
/* Works Section */
#works {
	padding: 120px 0;
    /*padding: 140px 0; */
	background: url(../img/work_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#works h2 {
	color: #f6f6f6;
    line-height: 1,5;
}

@media (max-width: 768px) {
#works h2 {
    line-height: normal;
}
}

#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}


/* Configurator Section*/
#configurator {
	padding: 120px 0;
    /*padding: 140px 0; */
	background: url(../img/work_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}


#configurator h2 {
	color: #f6f6f6;
}

#configurator i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}

#configurator .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
    background-color: rgba(221,221,221,0.90);
}

#configurator .breadcrumb {
    float: left;
}

#configurator .breadcrumb-item:hover {
    color: green;
}

#configurator .breadcrumb > li + li:before {
    padding: 0 5px;
    content: ">";
	font-weight: 600;
	padding-right: 10px;
	color: black;
}

#configurator .breadcrumb > .active {
  color: green;
}

#configurator .breadcrumb-title {
    background-color: rgba(165,158,158,1.00);
    padding-top: 10px;
    padding-bottom: 0px;
}

#configurator hr {
	height: 1px;
	width: 100%;
	text-align: center;
	position: relative;
	background: black;
    margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
 }

#configurator .row {
  margin-right: 0px;
  margin-left: 0px;
z-index: auto;
}

#configurator .form-control {
	width: 60%;
}

#configurator .input {
	width: 5em;
}

#configurator .mchoice {
	width: 60%;
}

#configurator .btn {
	width: 6em;
}

.config .col-md-1,
.config .col-md-2,
.config .col-md-3,
.config .col-md-4 {
	padding: 0px;
    margin: 0px;
    border-color: white;
}

.config .titlecol{
	background-color: grey;
    color: white;
    margin-top: 15px;
}

.config .line3{
	background-color: rgba(0,0,0,0.2);
}


/* Configuratormainsection */

#configuratormain {
	padding: 120px 0;
    /*padding: 140px 0; */
	background: url(../img/work_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#configuratormain h2 {
	color: #f6f6f6;
}

#configuratormain h4 {
	color: #f6f6f6;
    text-transform: uppercase;

}


#configuratormain h2 {
    line-height: 25px;
    padding-bottom: 10px;
}


#configuratormain i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}

#configuratormain .innercontainer {

  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
    background-color: rgba(221,221,221,0.90);
}










/* Quoting Section */


#quoting {
	padding: 120px 0;
    /*padding: 140px 0; */
	background-size: cover;
	background-attachment: fixed;
}

#quoting li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#quoting li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}






.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}


.portfolio-item .hover-bg {
	max-height: 300px;
    margin-top: 20px;
	overflow: hidden;
	position: relative;

}

/*
Hover BG static
*/

.portfolio-item .hover-bg .magnify{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    z-index: -99
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 32% 0;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
  cursor: pointer;
	z-index: 1;
}

.hover-bg .hover-text2 {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 62%;
	width: 87%;
	transition: all 0.5s;
	z-index: 1;
}

.hover-bg .hover-text>h4 {
	color: #f6f6f6;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg .hover-text2>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text2>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text2>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/*
Hover BG non-static
*/

.portfolio-item .hover-bg.non-static .magnify{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
		transform:scale(1);
}

.portfolio-item .hover-bg.non-static:hover .magnify{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    z-index: -99
}

.hover-bg.non-static .hover-text {
	opacity: 0;
}
.hover-bg.non-static:hover .hover-text {
	opacity: 1;
}

.hover-bg.non-static .hover-text2 {
	opacity: 0;
}
.hover-bg.non-static:hover .hover-text2 {
	opacity: 1;
}

.hover-bg.non-static .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg.non-static:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg.non-static .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg.non-static:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg.non-static .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg.non-static:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg.non-static .hover-text2>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg.non-static:hover .hover-text2>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg.non-static .hover-text2>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg.non-static:hover .hover-text2>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg.non-static .hover-text2>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg.non-static:hover .hover-text2>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}


/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}


/* Contact Section */
#contact {
 padding: 120px 0 40px 0;
	background: #f6f6f6;
}
#contact .contact-item {
	padding: 7px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #e75926;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/* Footer Section*/

#footer {
	text-align: center;
	padding: 40px 0;
	background: black;
	background-size: cover;
	background-attachment: fixed;
}

#footer.container{
    width: 70%;
}

#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #e75926;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

#footer li {
    opacity: 0.6;
    display: inline;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

#footer li:hover {
    opacity: 1;
    cursor: pointer;
    transition: .8s ease-in-out;
}

#footer .marked:before {
	content: "|";
    padding-right: 20px;
    padding-left: 20px;
	font-weight: 600;
	color: #e75926;
}

#footer img{
    max-height: 50px;
    padding-bottom: 20px;

}


#footer .logo {
    padding-left: 180px;
    }


img.desaturate {
    opacity: 0.7;
/*filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);*/
}

img.desaturate:hover {
opacity: 1;
/*filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);*/
    transition: .8s ease-in-out;
}


img.desaturate_inv {
    opacity: 1;
}

img.desaturate_inv:hover {
opacity: 0.7;
    cursor: pointer;
transition: .8s ease-in-out;
}


img.desaturate_2:hover  {
    opacity: 0.7;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}

img.desaturate_2 {
opacity: 1;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
    transition: .8s ease-in-out;
}



@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 25%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}

.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}


/* breadcrumb */
.breadcrumb > li + li:before {
  padding: 0 5px;
    	content: "|";
	font-weight: 600;
	padding-right: 10px;
	color: black;
}

.breadcrumb > .active {
  color: red;
}


/*Modals*/

#Modal1 .modal-body h2,
#Modal2 .modal-body h2,
#Modal3 .modal-body h2,
#Modal4 .modal-body h2,
#Modal5 .modal-body h2 {
    padding-top: 15px;
    padding-bottom: 20px;
}

#Modal1 .modal-body li,
#Modal2 .modal-body li,
#Modal3 .modal-body li,
#Modal4 .modal-body li,
#Modal5 .modal-body li {
	margin-bottom: 3px;
	list-style: none;
	padding: 3px;
	font-size: 13px;
}

#Modal1 .modal-body li:before,
#Modal2 .modal-body li:before,
#Modal3 .modal-body li:before,
#Modal4 .modal-body li:before,
#Modal5 .modal-body li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 500px;
    overflow-y: auto;
}







.btn-img-org img{
    width: 60%;
}

.btn-img-org {
    background-color: grey;
    color: #fff;
    font-size: 17px;
    display: table;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btn-img-org .btnbg-blue {
    background-color: black;
    display: table-cell;
    padding: 8px 8px;
    border-radius: 5px;
}

.btn-img-org .download {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    padding: 0 10px;
}

.download-button {
    padding: 10px;
    padding-bottom: 0px;
    float: left;
}



/*Anpassungen responsiv*/

@media (max-width: 768px) {
img {
	padding-bottom: 15px;
}

#news,
#about,
#services,
#works,
#procurement,
#configuratormain,
#contact    {
padding-top: 50px;
}

.header .logo{
    width:200px;
    float:left;
    max-height:95px;
    line-height:30px
}

#footer .logo {
    margin-left: 0px;
    }

#footer li {
    opacity: 0.6;
    position: relative;
	display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

#footer .marked:before {
	content: "";
    padding-right: 0px;
    padding-left: 0px;
	font-weight: 600;
	color: #e75926;
}

}
