body, html {
	font-family: helvetica, '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 {
	line-height: 20px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
h6 {
	color: white;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: #E75926;
}
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: 0.5rem;
	width: 20rem;
	text-align: center;
	position: relative;
	background: #CF5022;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
#home-overlay {
	background-color: #0E7EBD;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	transition: 0.5s;
}

/*Blockquotes style*/
.blockquotes {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  width: 106rem;
}
.blockquotes:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  width: 100%;
}
.blockquotes p {
  display: inline;
}

/* Navigation */
.navbar-custom {
	padding: 3rem;
	border-bottom: 0;
	letter-spacing: -5px;
	text-align: center;
	background: rgba(35,49,66,0.95);
	text-transform: lowercase;
	z-index: 8;
	transition: 2s;
}
.navbar-brand > img {
	margin-top: -3.5rem;
	margin-left: -32rem;
}
.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;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #000;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -0.01rem;
}
.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 .navigation a {
	display: inline-block;
	position: relative;
}
.navbar-custom .nav a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1.2em;
  margin-left: 0rem;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 5px;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #fff;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#777), to(#000));
 }
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:current {
	outline: 0;
	color: white;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#777), to(#000));
}
.navbar-custom .nav li.current {
	outline: 0;
	color: white;
}
.navbar-custom .nav li.current a {
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#777), to(#000));
}
.navbar-custom .nav li.current a:hover {
	color: black;
}
.nav .current {
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#777), to(#000));
	color: white;
}
.dropdown-menu {
	text-align: justify;
	text-decoration: none;
}

/*Hamburger menu*/
#hamburger-menu {
	background-color: transparent;
}

/*Breadcrumb*/
.breadcrumb {
	text-align: left;
	font-size: 2rem;
	background-color: rgba(255,255,255,0.3);
}
/*Datepicker*/
.datepicker {
	text-align: center;
}

/*Various columns text*/
.newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
}

/* 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: #87A114;
	text-shadow: 0 4px #526232;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

#search-form {
	margin-left: 0rem;
}
#subtitle h2 {
	margin-bottom: -20rem;
	margin-top: 15rem;
	font-size: 8rem;
	color: white;
	font-weight: bold;
	text-shadow: 0px 5px 7px #000;
}
#subtitle #subtitle2 {
	font-size: 4rem;
	color: rgba(900,900,900,1);
	text-shadow: 0px 5px 7px #000;
}
#language {
	position: absolute;
	right: -67rem;
	top: -4rem;
	width: 8rem;
}

/*DB editor*/
#db-editor {
	margin-top: 20rem;
}

/*searchbox*/
#searchbox {
	color: white;
}
.stylish-input-group .input-group-addon {
	background-color: rgba(100,100,100,0.5);
	font-size: 3rem;
	color: white;
}
.stylish-input-group .form-control {
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
	background-color: rgba(100,100,100,0.5);
	color: white;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	height: 6rem;
}
.stylish-input-group button {
    border:0;
    background:transparent;
}

.stylish-input-group2 button {
    border:0;
    background:transparent;
    font-size: 1.8rem;
}

/*Testing services*/
.main_title {
    font-family: "Oswald";
	font-size: 44px;
	padding-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	line-height: 65px;
	text-transform: uppercase;
	color: #2b2b2b;
}
.main_title span {
	border-bottom: 1px solid #666;
}

.box {
    border-radius: 3px;
	padding: 38px 30px;
	text-align: right;
	display: block;
	/* margin-top: 60px; */cursor: pointer;
}
.box-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.info h4 {
	color: #555454;
	font-size: 22px;
	margin: 0px;
	font-family: Oswald;
	font-weight: 100;
	padding: 28px 0px;
	text-transform: uppercase;
}
.info > p {
	color: #717171;
	font-size: 16px;
	text-align: center;
}

.box >.box-icon {
    border: 2px solid #6E6E6E;
}
.box:hover >.box-icon {
	border: 2px solid #6E6E6E;
	background-color: #fff;
	color: #82b440;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.box:hover >.box-icon >span {
	color: #6E6E6E;
}
.box-icon {
	background-color: #6E6E6E;
	border-radius: 50%;
	display: table;
	height: 120px;
	margin: 0 auto;
	width: 120px;/*margin-top: -61px;*/
}

/*Electronic Component Testing*/
.rounded-corners {
	background-color: rgba(35,49,66,0.5);
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-bottom: 0;
	border-radius: 1rem;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:inactive, .btn-default.inactive {
	color: #f6f6f6;
	background-color: #a13e1a;
}
/*Placeholder Colors*/
#searchbox.form-control::-webkit-input-placeholder {
color:#fff;
}
#searchbox.form-control:-moz-placeholder { /* Firefox 18- */
color:#fff;
}
#searchbox.form-control::-moz-placeholder { /* Firefox 19+ */
color:#fff;
}
#searchbox.form-control:-ms-input-placeholder {
color:#fff;
}
td {
	text-align: left;
}
/*Carousel main page*/
.carousel {
	margin-top: 3rem;
    padding: 0 40px 30px 40px;
}
.carousel-frame {
	height: 6rem;

}
.carousel-inner {
	height: 10rem;
}
/* The controls */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
	background: #428bca;
}

.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;
}
/* About Section */
#about {
	padding: 140px 0;
	background: #e6e6e6;
}
#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 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 {
	padding: 140px 0;
	background: url(../img/services-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#services .service {
	padding: 20px 10px;
}
#services h2 {
	color: #f6f6f6;
}
#services h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#services p {
	color: rgba(255,255,255,0.7);
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #CF5022;
	transition: all 0.5s;
}
/* Gallery Section */
#works {
	padding: 120px 0;
	background: #e6e6e6;
}
.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 {
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.main {
	color: #FFF;
	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: 190px;
	overflow: hidden;
	position: relative;
}
.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: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}

/*Nav align*/

ul li a {
	text-align: center;
}

/*Active link color*/

li.dropdown.lang.open a.dropdown-toggle {
    color: silver;
}

/* 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;
}
/* Testimonials Section */
#testimonials {
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 140px 0;
}
#testimonials h2 {
	color: #f6f6f6;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 120px 0 40px 0;
	background: #e6e6e6;
}
#contact .contact-item {
	padding: 10px;
	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: #FFF;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #FFF;
	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;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.section-heading {
	margin-left: 1rem;
}
/* Footer Section*/
#footer {
	background: #233142;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #fff;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #BBB;
}
/*bottom-menu*/
#bottom-menu {
	background: #233142;
}
#bottom-menu .thumbnail {
	background: transparent;
	/* background: blue; */
	border: 0;
}

#bottom-menu .img-thumbnail{
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background-color: transparent; /* bg for elements*/
}

#bottom-menu .thumbnail .caption {
	padding: 9px;
	color: #BBB;
}
#bottom-menu h3 {
	color: #ddd;
}
#bottom-menu .contact-item i.fa {
	color: #CF5022;
}
#bottom-menu a {
	color: #CF5022;
}
#bottom-menu a:hover, a:focus {
	color: silver;
}
hr.bottom-hr {/* border-top: 1px solid #8c8b8b; */
	height: 2px;
	width: 70px;
	text-align: left;
	position: relative;
	background: #fff;/*#e75926;*/
	margin: 0;/* auto;*/
	margin-bottom: 3px;
	border: 0;
}
hr.bottom-full {
	height: 2px;
	width: 100%;
	text-align: left;
	position: relative;
	background: #fff;/*#e75926;*/
	margin: 0;/* auto;*/
	margin-bottom: 3px;
	border: 0;
}
.footer-text {
	font-size: 1.45rem;
	color: #BBB;
	text-align: justify;
}
/*end bottom-menu*/

.phone-display{
	display: none;
}
/*Fetch page*/
#results-table {
	margin-top: 15rem;
}
/*Avoid zoom in contact page*/
.maps iframe{
    pointer-events: none;
}
/*iframe maps*/
#iframe-maps {
	width: 100%;
	height: 50%;
	border: 0;
	height: 50rem;
}

/*Modal product*/
.product_view .modal-dialog {
	max-width: 800px;
	width: 100%;
}
.pre-cost {
	text-decoration: line-through;
	color: #a5a5a5;
}
.space-ten {
	padding: 10px 0;
}
.product_view {
	margin-top: 25rem;
}