@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'akrobat-semibold';
  src: url(fonts/Akrobat-SemiBold.otf);
}

@font-face {
  font-family: 'CreatoDisplay-Regular';
  src: url(fonts/CreatoDisplay-Regular.otf);
}

@font-face {
  font-family: 'CreatoDisplay-Medium';
  src: url(fonts/CreatoDisplay-Regular.otf);
}

@font-face {
  font-family: 'CreatoDisplay-Light';
  src: url(fonts/CreatoDisplay-Light.otf);
}



#breadcrumb {
  background-color:#fefefe;
  border-top: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
}

.breadcrumb {
  margin-left: 5%;
  margin-right: 5%;
}

.breadcrumb li {
  padding-top: 14px;
  padding-bottom: 0px;
  font-size: 12px;
}

.breadcrumb a {
  color:#8ebb4f;
  font-family:CreatoDisplay-Light;
}

.breadcrumb-item.active {
  color: #3e5e8b;
  font-family:CreatoDisplay-Light;
}



#navbar-main-menu {
  background-color: #fcfcfc !important;
  font-size: 14px;
}

.navbar-logo {
  max-width: 150px;
  background-image: url(images/isteq-logo.jpg);
}

.nav-item {
  margin-right: 20px !important;
  font-size: 16px;
}

a.nav-link {
  color: #666 !important;
}

a.nav-link.active {
  color: #3e5e8b !important;
  font-weight: bold;
}

a.dropdown-item {
  font-size: 14px;
}


/* Button Blue with hover */
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #3e5e8b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#button-center {
  text-align:center;
}


/* Button Blue with hover */
.button2 {
  display: inline-block;
  border-radius: 4px;
  background-color: #3e5e8b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}

#button-center2 {
  text-align:center;
}


/* Button Green with hover */
.button3 {
  display: inline-block;
  border-radius: 4px;
  background-color: #8ebb4f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}

#button-center3 {
  text-align:center;
}

/* H1 */
h1 {
	font-family:akrobat-semibold;
	color:#ffffff !important; 
	text-align:center;
	margin-top:70%;
	margin-bottom:3%;
  padding-top:12%;
  padding-bottom:10%;
  font-size: 45px!important;
}

h2 {
	font-family:CreatoDisplay-Medium;
}

h3 {
	font-family:CreatoDisplay-Medium;
}

p {
	font-family:CreatoDisplay-Regular;
}

/* Parralax */

.parallax {
  /* The image used */
  background-image: url("images/img_parallax.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/* Intro */

#intro-isteq p {
	color:#666;
	text-align:center;
	padding-left:20%;	
	padding-right:20%;
  padding-top: 2%;
	line-height:32px;
}

#intro-isteq img {
  width: 150px;
  padding-top: 7%;
}

/* Mission */

#mission {
	margin-top:7%;
	padding:0px;
  background-image:url(images/background-green.jpg);
}

#mission h2 {
	color:#FFF;
  font-size: 20px;
	padding-top: 65px;
  padding-right: 5%;
  padding-left: 5%;
}

#mission p {
	color:#FFF;
  font-size: 14px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 45px;
	line-height:22px;
}

/* Located */

#located {
	background-color:#fcfafa;
	padding:0px;
}

#located h2 {
	color:#3e5e8b;
  font-size: 20px;
	padding-top: 65px;
  padding-right: 5%;
  padding-left: 5%;
}

#located p {
	color:#666;
  font-size: 14px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 40px;
	line-height:22px;
}

#located-left img {
  width: 120px;
  padding-top: 65px;
}

/* Parralax Campus */

.parallax-campus {
  /* The image used */
  background-image: url("images/campus-eindhoven.jpg");

  /* Set a specific height */
  min-height: 450px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------- */

/* About us */


#about-us {
	background-color:#fff;
	padding:0px;
}


#about-us h1 {
	color: #3e5e8b !important;
  font-size: 35px;
	padding-top: 55px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 3px !important;
  text-align:left !important;
}

#about-us h2 {
	color:#8ebb4f;
  font-size: 20px;
  padding-top: 2px;
  padding-left: 5%;
  padding-right: 5% !important;
	padding-bottom: 3px !important;
	line-height:35px;
}



#about-us p {
	color:#666;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%;
}

#about-us i {
  color: #3e5e8b; 
  padding-right:12px;
}

#about-us-blocks {
	padding-left:5%;
  padding-right: 5%;
}

#about-us-blocks h3 {
	color:#666;
  font-size: 16px;
  padding-top: 2px;
  padding-left: 5%;
	padding-bottom: 3px !important;
	line-height:22px;
  font-weight: bold;
}

#about-us-blocks p {
  padding-left:5%;
  color:#666;
  font-size: 14px;
}




/* -------------- */

/* XWS product */

#xws-product img {
  width: 95%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom: 5%;
}

#xws-product {
	background-color:#fff;
	padding:0px;
}

#xws-products1 {
  border-color:#fcfafa;
  border-style: solid;
  border-width: 1px;
}

#xws-products2 {
  background-color:#fff;
  border-color: #3e5e8b;
  border-style: solid;
  border-width: 1px;
}

#xws-products2 h2 {
	color:#3e5e8b!important;
  font-size: 20px!important;
  padding-top: 5%!important;
  padding-left: 5%!important;
	padding-bottom: 3px !important;
	line-height:35px!important;
  text-align: center!important;
}

#xws-products2 li {
  color: #3e5e8b;
  font-size: 14px;
	padding-bottom: 20px;
  list-style-type: none;
  padding-top: 0%;
  text-align: center;
}

#xws-products3 {
  background-color:#3e5e8b;
}

#xws-products3 h2 {
	color:#fff!important;
  font-size: 20px!important;
  padding-top: 5%!important;
  padding-left: 5%!important;
	padding-bottom: 3px !important;
	line-height:35px!important;
  text-align: center!important;
}

#xws-products3 li {
  color: #fff;
  font-size: 14px;
	padding-bottom: 20px;
  list-style-type: none;
  padding-top: 0%;
  text-align: center;
}

#xws-product h1 {
	color: #3e5e8b !important;
  font-size: 35px;
	padding-top: 55px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 3px !important;
  text-align:left !important;
}

#xws-product h2 {
	color:#8ebb4f;
  font-size: 20px;
  padding-top: 2px;
  padding-left: 5%;
	padding-bottom: 3px !important;
	line-height:35px;
}

#xws-products h2 {
	color:#8ebb4f;
  font-size: 20px;
  padding-top: 2%;
	padding-bottom: 0px !important;
	line-height:22px;
  text-align: center;
}

#xws-products h3 {
	color:#666;
  font-size: 16px;
  padding-top: 3%;
	padding-bottom: 0px !important;
	line-height:22px;
  text-align: center;
}

#xws-product p {
	color:#666;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%;
}

#xws-products li {
	color:#666;
  font-size: 14px;
	padding-bottom: 20px;
  list-style-type: none;
  padding-top: 0%;
  text-align: center;
}

#xws-product i {
  color: #3e5e8b; 
  padding-right:12px;
}

#xws-products {
  padding-top: 3%;
}


#xws-products ul {
  padding-top: 2%;
  padding-left: 0%;
  text-align: center;
}

/* Product gutter*/
#product-gutter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 700px;
  padding-bottom: 7%;
}

#product-gutter {
  padding-top: 7%;
  padding-bottom: 7%;
}

#product-gutter p {
  font-family:CreatoDisplay-Light;
}


#product-gutter h3 {
  font-size: 27px;
  font-family:CreatoDisplay-Regular;
}


#gutter-left {
  background-color: #3e5e8b !important; 
  padding:40px !important;
  color: #fff;
  height: 100%;
  font-family:CreatoDisplay-Light;
}

#gutter-left li {
  line-height: 29px;
}

#gutter-right {
  background-color: #3e5e8b !important; 
  padding:40px !important;
  color: #666;
  height: 100%;
  font-family:CreatoDisplay-Light;
}





/* Intro product */


#intro-product {
	background-color:#fff;
	padding:0px;
}

#intro-product h1 {
	color: #3e5e8b !important;
  font-size: 35px;
	padding-top: 55px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 0px !important;
  text-align:left !important;
}

#intro-product h2 {
	color:#8ebb4f;
  font-size: 20px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 0px !important;
	line-height:22px;
}

#intro-product p {
	color:#666;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%;
}

#intro-product li {
	color:#666;
  font-size: 14px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 20px;
  list-style-type: none;
}

#intro-product i {
  color: #3e5e8b; 
  padding-right:12px;
}

#intro-product-left {
  margin-top: 7%;
  padding-left: 3%;
  padding-right: 3%;
}

/* Product about */

#product-about {
	padding:0px;
  background-image:url(images/background-green.jpg);
}

#product-about h2 {
	color:#FFF;
  font-size: 17px;
	padding-top: 65px;
  font-weight: bold;
  text-align:center;
}

#product-about p {
	color:#FFF;
  font-size: 14px;
	padding-bottom: 45px;
	line-height:22px;
  text-align:center;
}

/* Product graphics */

#product-graphic1 h2 {
	color:#3e5e8b;
  font-size: 17px;
	padding-top: 65px;
  padding-bottom: 25px;
  font-weight: bold;
  text-align:center;
}

#product-graphic1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 600px;
  padding-bottom: 7%;
}


/* nav-tabs */

#myTab {
  margin-top: 5%;
}

#first-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#first-tab.active {
  color:#666;
  font-weight: bold;
}

#second-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#second-tab.active {
  color:#666;
  font-weight: bold;
}

#third-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#third-tab.active {
  color:#666;
  font-weight: bold;
}

#fourth-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#fourth-tab.active {
  color:#666;
  font-weight: bold;
}

#fifth-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#fifth-tab.active {
  color:#666;
  font-weight: bold;
}

#sixth-tab {
  color: #3e5e8b;
  font-family:CreatoDisplay-Medium;
}

#sixth-tab.active {
  color:#666;
  font-weight: bold;
}


#specification-table {
  font-size: 11px;
}

#specification-table i.fa-check-circle {
  color: #8ebb4e;
}

#specification-table i.fa-times-circle {
  color:crimson;
}

#table-default {
  background-color:darkgrey;
  color: #FFF;
}



/* Product specification header */

#specifications-header {
	margin-top:3%;
  padding:0px;
  background-color: #3e5e8b;
}

#specifications-header h2 {
	color:#FFF;
  font-size: 17px;
	padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align:center;
}

#specifications {
	padding:0px;
  padding-top: 2%;
}

#specifications-lg {
	padding:0px;
  background-color: #fcfafa;
  padding-top: 2%;
}

#specifications h3 {
	color:#3e5e8b; 
  font-size: 17px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 25px;
}

#specifications li {
	color:#666;
  font-size: 14px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 25px;
  list-style-type: none;
}

#specifications i {
  color: #3e5e8b; 
  padding-right:12px;
}


/* Product applications header */

#applications-header {
  margin-top:0%;
  padding:0px;
  background-color: #8ebb4f;
}

#applications-header h2 {
	color:#FFF;
  font-size: 17px;
	padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align:center;
}

#applications {
	padding:0px;
  padding-top: 5%;
}

#applications-lg {
	padding:0px;
  background-color: #fcfafa;
  padding-top: 2%;
}

#applications h3 {
	color:#8ebb4f;
  font-size: 17px;
  padding-right: 5%;
  padding-left: 5%;
}

#applications li {
	color:#666;
  font-size: 14px;
	padding-right: 5%;
  padding-left: 5%;
	padding-bottom: 25px;
  list-style-type: none;
}

#applications i {
  color: #8ebb4f;
  padding-right:12px;
}



/* Technology about */

#technology-header {
  padding:0px;
  background-color:#666;
  margin-top: 7%;
}

#technology-header h2 {
	color:#FFF;
  font-size: 17px;
	padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align:center;
}

#technology-about p {
	color:#666;
	text-align:center;
	line-height:32px;
  padding-top: 3%;
}

/* Technology */

#technology-box {
  padding-right: 4%;
  padding-left: 3%;
}

#technology-box img {
  max-width: 320px;
}




/* Custom design */
#custom-design {
  background-color: #f3f3f3;
  padding: 40px;
  margin-bottom: 7%;
  margin-top: 7%;
}

#custom-design h2 {
  color: #3e5e8b;
  text-align: center;
  font-size: 20px;
}

#custom-design p {
  text-align: center;
  font-size: 14px;
  color: #666;
}


/* -------------- */


#footer-nav {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #FFF;
}

#footer-nav img {
  width: 85px;
}

#footer-nav a {
  color: #FFF;
  font-size: 12px;;
}

#footer-nav ul a {
  color: #FFF;
  font-size: 10px;
}

#footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}




#contact {
	background-color:#fff;
	padding:0px;
}


#contact h1 {
	color: #3e5e8b !important;
  font-size: 35px;
	padding-top: 55px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 3px !important;
  text-align:left !important;
}

#contact h2 {
	color:#8ebb4f;
  font-size: 20px;
  padding-top: 2px;
  padding-left: 5%;
	padding-bottom: 3px !important;
	line-height:35px;
}

#contact h3 {
	color:#666;
  font-size: 16px;
  padding-top: 2px;
  padding-left: 5%;
	padding-bottom: 3px !important;
	line-height:22px;
}

#contact li {
	color:#666;
  font-size: 14px;
	padding-bottom: 20px;
  list-style-type: none;
  padding-top: 0%;
  text-align: center;
}

#contact p {
	color:#666;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%;
}

#contact i {
  color: #3e5e8b; 
  padding-right:12px;
}





body, .form-control {
  font-family: 'Lato', sans-serif;
}

h1 {
  margin-bottom: 40px;
}

label {
  color: #333;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
