html {
  height: 100%;
}
body, div, span, ul, li, a {
  font-family: 'Open Sans', sans-serif;
}
body {
  height: 100%;
}
.row.fakehead {
  background-color: #08234e;
  line-height: 100px;
  border-bottom: 2px solid #d1d1d1;
  margin: 0px;
}
.row.fakenav {
  background-color: #fff;
  height: 50px;
  margin: 0px;
}
.wrap, .navbar-collapse {
  padding: 0px;
}
.navbar-collapse>ul>li>a {
  padding-right: 20px;
  padding-left: 0px;
  font-size: 12px;
  font-family: inherit;
}
.navbar {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-inverse {
  background-color: transparent;
}
.shadow {
  width: inherit;
  -webkit-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.3);
}

/* SEARCH button */

div.sc {
  right: 0;
  top: 15px;
  position: absolute;
  margin-right: 0px;
  display: none;
}
.sc {}
input[type="search"] {
  height: 20px;
  font-size: 12px;
  display: inline-block;
  font-family: inherit;
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 20px;
  width: 0px;
  position: absolute;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  ::-webkit-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #9f9e9e
  }
  ::-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #9f9e9e
  }
  /* firefox 19+ */
  :-ms-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #9f9e9e
  }
  /* ie */
  input:-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #9f9e9e
  }
}
input[type="search"]:focus:hover {
  border-bottom: 1px solid #BBB;
}
input[type="search"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  /*background-color: #47699f;*/
  cursor: text;
}
a[class*="fontawesome-"]:before, span[class*="fontawesome-"]:before {
  display: block;
  font-family: 'FontAwesome', sans-serif;
  -webkit-font-smoothing: antialiased;
}
#btn-search {
  background-color: transparent;
  position: relative;
  border: none;
  color: #9f9e9e;
}

/* @media max-width 767px */

@media (max-width: 767px) {
  #home {
    display: none;
  }
  #topnav {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background-color: #08234e;
  }
  .navbar-inverse {
    background-color: #08234e;
  }
  .navbar-inverse .navbar-header {
    height: 100px;
    line-height: 100px;
  }
  .navbar-inverse .navbar-header a {
    height: 33px;
    width: 176px;
    margin: 34px 0px 33px 10px;
    padding: 0px 0px 0px 0px;
  }
  .navbar-inverse .navbar-header a > img {
    position: fixed;
    line-height: 100px;
  }
  .navbar-inverse .navbar-header button {
    position: fixed;
    right: 0;
    margin: 33px 10px 33px 0px;
  }
  .navbar-inverse .navbar-header button:hover, .navbar-inverse .navbar-header button:active, .navbar-inverse .navbar-header button:focus {
    background-color: #47699f;
  }
  div.sc {
    top: 40px;
    float: right;
    position: absolute;
    margin-right: 60px !important;
  }
  .navbar-collapse {
    overflow: hidden;
  }
  .navbar-collapse>ul>li>a {
    font-size: 12px;
    text-align: center;
    padding: 2px 0px 3px 0px;
  }
  .navbar-inverse .navbar-collapse > ul > li {
    padding: 0% 30%
  }
  .navbar-inner .navbar-collapse > ul > li > a:hover, .navbar-inner .navbar-collapse > ul > li > a:focus, .navbar-inner .navbar-collapse > ul > .active > a, .navbar-inner .navbar-collapse > ul > .active > a:hover, .navbar-inner .navbar-collapse > ul > .active > a:focus {
    background-color: transparent;
    /*text-shadow: 0px 0px 30px rgba(250, 250, 250, 1);*/
  }
  .navbar-inverse .navbar-collapse > ul > li > a:hover, .navbar-inverse .navbar-collapse > ul > li > a:focus, .navbar-inverse .navbar-collapse > ul > .active > a, .navbar-inverse .navbar-collapse > ul > .active > a:hover, .navbar-inverse .navbar-collapse > ul > .active > a:focus, {}
}

/* @media min-width 767px */

@media screen and (min-width: 768px) {

  .shadow {
    border-bottom: 1px solid #d1d1d1;
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-collapse > ul > .active > a, .navbar-inverse .navbar-collapse > ul > .active > a:hover, .navbar-inverse .navbar-collapse > ul > .active > a:focus {
    background-color: transparent;
    color: #47699f;
    /*text-shadow: 0px 0px 30px rgba(71, 105, 159, 1);*/
  }
  .navbar-inverse .navbar-collapse > ul > li > a {
    font-size: 12px;
    font-weight: 500;
    color: #9f9e9e;
    padding-right: 20px;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
  }
  .navbar-inverse .navbar-collapse > ul > li > a:hover, .navbar-inverse .navbar-collapse > ul > li > a:focus {
    color: #47699f;
    /*text-shadow: 0px 0px 30px rgba(71, 105, 159, 1);*/
    /* additional background-color: transparent; if required*/
  }
  #logo {
    display: none;
  }
  .sticky {
    background-color: #08234e !important;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100px !important;
  }
  .sticky #logo {
    position: relative;
    float: left;
    display: block;
    height: 100px;
    line-height: 100px;
  }
  .sticky .navbar-inverse .navbar-header a {
    padding: 0px !important;
    height: 33px;
    width: 176px;
    margin: 34px 0px 33px 0px;
  }
  .sticky .navbar-inverse .sc {
    display: none;
  }
  .sticky .navbar-inverse .sc > button {
    padding: 1px 0px 1px 0px;
  }
  .sticky .navbar-inverse .navbar-collapse {
    height: 100px !important;
  }
  .sticky .navbar-inverse .navbar-collapse > ul {
    height: 100px !important;
    right: 0;
    position: absolute;
  }
  .sticky .navbar-inverse .navbar-collapse > ul > li {
    height: 100px !important;
    line-height: 100px !important;
  }
  .sticky .navbar-inverse .navbar-collapse > ul > li > a {
    height: 20px;
    font-size: 12px;
    color: #687d9f;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 48px 0px 32px 0px;
  }
  .sticky .navbar-inverse .navbar-collapse > ul > li > a:hover, .sticky .navbar-inverse .navbar-collapse > ul > li > a:focus, .sticky .navbar-inverse .navbar-collapse > ul > .active > a:hover, .sticky .navbar-inverse .navbar-collapse > ul > .active > a:focus, .sticky .navbar-inverse .navbar-collapse > ul > .active > a {
    color: #fff;
    /*text-shadow: 0px 0px 30px rgba(250, 250, 250, 1);*/
  }
  .sticky .navbar-inverse .navbar-collapse > ul > li.active > a {
    background-color: transparent;
  }
  #projects .container, #users .container, #contact .container {
    width: 970px;
  }
  .carousel-caption2 {
    margin: 20px;
    padding: 0px 100px;
  }
  #project-slider .carousel-indicators {
    top: 20px !important;
  }
  ul#tags .tengah li a, ul#tags .tengah2 li a {
    height: auto;
  }
  #aboutContent > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-inverse .navbar-collapse > ul > li > a {
    font-size: 14px !important;
  }
  .container {
    width: 940px;
  }
}

@@media (min-width: 1024px) {
  .sticky .navbar-inverse .navbar-collapse > ul > li > a {
    padding: 0px 10px !important;
  }
}
#top {
  top: 0px;
}

/*((((((((((((((( Page Section ))))))))))))))))))))

	line section title

*/

.pageSection.pad50 {
  padding-bottom: 70px;
}
#one {
  padding-bottom: 10px;
}
#ps {
  padding-top: 0px;
  padding-bottom: 10px;
}
section {
  padding: 30px 0px;
}
.pageSection {
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
h4 {
  font-family: 'open-sans', sans-serif;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
}
.pageSection span {
  margin: 0.5em 0em 0em 0em;
}
.pageSection > span {
  position: relative;
  display: inline-block;
}
.pageSection > span:before, .pageSection > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  min-width: 1028px;
  /* half of limiter*/
  margin: 0 20px;
  color: #d7d7d7;
}
.pageSection > span:before {
  right: 100%;
}
.pageSection > span:after {
  left: 100%;
}

/*((((((((((((((( OUR CUSTOMERS ))))))))))))))))))))

	owlcarousel
	make it scrollable and responsive
	greyscale and color hover
*/

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: filter ease-out 300ms;
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*((((((((((((((( ABOUT US ))))))))))))))))))))

	Just a few introduction

*/

#aboutContent {
  padding: 60px 0px;
}
#aboutContent > p {
  font-size: 16px;
  text-align: justify;
  color: #6c6c6c;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-top: 10px;
}
.bluebg {
  background-color: #dce8fc;
}

/*((((((((((((((( PRODUCT CATEGORY ))))))))))))))))))))

	Left side nav and carousel with its detail and specification

*/

.news-container {
  padding: 20px 0px 0px 0px;
}
.col-md-offset-4 {
  float: left;
}
.list-group {
  background-color: transparent;
}
.list-group > li {
  list-style: none;
  cursor: pointer;
}
.list-group > li a.oneline {
  padding: 20px 15px !important;
}
a.list-group-item {
  height: 60px;
  background-color: rgb( 220, 232, 252);
  border: 1px solid white;
  color: #6c6c6c;
  border-radius: 0px !important;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #082450;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #082450;
  /*#428bca;*/
  border-color: #fff;
}
#myCarousel {
  display: block;
  min-height: 1100px;
}
.carousel {
  padding: 0px;
}
div.carousel-inner div.item img {
  padding: 0px;
  background: #ff0;
  width: 100%;
}
.carousel-caption1 {
  padding: 15px;
}
.carousel-caption1 ul {
  padding-right: 7px;
  padding-left: 17px;
  text-align: justify;
  line-height: 1.8em;
  margin: 0px;
}
.carousel-caption1 ul li {
  padding-bottom: 10px;
}
.specification {
  font-family: inherit;
  color: #6c6c6c;
  font-weight: 700;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  cursor: pointer;
}
.carousel-caption1 p {
  text-align: justify;
  line-height: 1.8em;
  padding-bottom: 10px;
}
.product-item {
  margin-bottom: 20px;
}
.product-item img, .product-item br, .product-item .product-thumbnail-list {
  display: none;
  transition: all 300ms;
}
.product-item.active img, .product-item.active .product-thumbnail-list {
  display: block;
}

/*
.product-item.active .specification{
  background-color: rgb( 231, 239, 253);
}*/

.product-item .caret {
  margin-left: 7px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 300ms;
}
.product-item.active .caret {
  transform: rotateZ(180deg);
}
img.product-item-main-image {
  width: 100%;
  height: auto;
  background-color: #FFF !important;
}
.product-thumbnail-list {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4px;
}
.product-item-thumbnail {
  padding-left: 0px;
  padding-right: 0px;
  transition: opacity ease-out 300ms;
  width: 77px;
}
.product-item-thumbnail>div {
  height: 60px;
  background-position: center;
  background-size: cover;
  transition: opacity ease-out 300ms;
}
.product-item-thumbnail.active {
  opacity: 1 !important;
}
.product-item-thumbnail.active>div {
  border: 3px solid #FFF;
  box-shadow: 0px 0px 5px #333;
  opacity: 1 !important;
}
.product-thumbnail-list:hover .product-item-thumbnail {
  opacity: 0.6;
}
.product-item-thumbnail:hover {
  opacity: 1 !important;
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ INDUSTRIAL FIELD ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/


/* No Gutter Grid*/

.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  float: left;
  font-size: 0.8em;
  margin-bottom: 30px;
}
.row-no-gutter .col-md-3 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10;
  margin-right: 0;
  float: left;
}
.row-no-gutter .col-md-3 > ul {
  padding-left: 2em;
  padding-right: 1em;
  list-style-type: disc;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
}
.image-container {
  /*
  padding: 0;*/
  display: block;
  min-width: 240px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer;
  background: #fff;
}
.image-if {
  width: 100%;
  height: 180px;
  z-index: 1;
  transition: all .5s;
}
.image-if img {
  max-width: 100% !important;
}
#fields .container {
  width: 960px;
  margin: 0px auto;
}
section#fields .col-md-3 ul {
  font-size: 12px;
  line-height: 2em;
}
section#fields .col-md-3 ul {
  margin: 0px 20px;
}
.tCaption {
  display: inline-block;
  line-height: 52px;
  background: rgba(8, 36, 80, .6);
  width: 100%!important;
  height: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: white;
}
.caption-main {
  position: absolute;
  float: ;
  width: 100%!important;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(8, 36, 80, .6);
  z-index: 2;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: white;
  transition: all .5s;
}
.caption-num1 {
  position: absolute;
  width: 100%;
  line-height: 25px;
  top: 0px;
  left: 0px;
}
.caption-num2 {
  position: absolute;
  width: 100%;
  line-height: 20px;
  bottom: 0px;
  left: 0px;
}
.image-container-num1:hover .image-num1 {
  transform: scale(1.5);
}
.image-container-num2:hover .image-num2 {
  transform: scale(1.5);
}

/*
.caption-num1 {
  transform: translateY(-180px) translateY(-100%);
}
.image-container-num1:hover .caption-num1 {
  transform: translateY(-180px);
}
.image-container-num1:hover .image-num1 {
  transform: scale(1.5);
}

.image-container-num2:hover .caption-num2 {
  transform: translateY(-100%);
}
.image-container-num2:hover .image-num2 {
  transform: scale(1.5);
}
*/

.break {
  display: none;
}
.bg-ganjil {
  background-color: rgb( 220, 232, 252);
  height: 470px;
  width: 240px;
  margin-right: 0;
  margin-left: 0;
  line-height: 1.4;
}
.bg-genap {
  background-color: rgb( 231, 239, 253);
  height: 470px;
  width: 240px;
  margin-right: 0;
  margin-left: 0;
  line-height: 1.4;
}
.bg-ganjil-btm {
  background-color: rgb( 220, 232, 252);
  height: 470px;
  width: 240px;
  margin-right: 0;
  margin-left: 0;
  line-height: 1.4;
}
.bg-genap-btm {
  background-color: rgb( 231, 239, 253);
  height: 470px;
  width: 240px;
  margin-right: 0;
  margin-left: 0;
  line-height: 1.4;
}

/*<!--[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ PROJECR EXPERIENCE ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]  -->*/

#Years {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
}
#Years > div.list-group {
  border-color: white;
  box-shadow: none;
  border: 0px !important;
}
#Years > div.list-group > #yTop {
  border-top: 0px !important;
}
#Years > div.list-group > a.list-group-item {
  border-radius: 0px !important;
  border: 0px 0px 0px 0px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #abcafd;
  background-color: #dce8fc;
  border-top: 2px solid white;
}
#Years > div.list-group > a.list-group-item:hover {
  background-color: #0a2d62;
  color: white;
}
#Years > div.list-group.panel > div.collapse > a.list-group-item {
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: #dce8fc;
  border-color: #abcafd;
  font-weight: 500;
}
#Years > div.list-group.panel > div.collapse > a.list-group-item:hover {
  border-radius: 0px;
  background-color: #abcafd;
}
.list-group.panel > .list-group-item {}
.list-group.panel > .list-group-item:hover {}
#projectCustomerLogo div > img {
  border: 0px dotted grey;
}
#projectCustomerLogo div > p {
  line-height: 1.4;
  padding-bottom: 10px;
}
#projectCustomerLogo div > span {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  margin: 20px 0;
}
#projectCarousel .carousel-inner {
  max-height: 420px;
  display: block;
  overflow: hidden;
}
#projectCarousel div.carousel-inner div.item img {
  padding: 0px;
  background: #ff0;
  height: 420px;
  width: 100%;
}
#projectCarousel a {
  vertical-align: middle;
}

/*<!--[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ END USER ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]  -->

/*- FILTER OPTIONS -*/

#tags a.current {
  color: #47699f;
}
ul#tags {
  display: inline-block;
  font-size: 0.8em;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0px;
  overflow: hidden;
  list-style-type: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-color: #b0e0e6;
}
.tengah {
  position: relative;
  text-align: center;
  padding: 0px 25px;
}
.tengah2 {
  position: relative;
  text-align: center;
  padding: 0px 200px;
}
ul#tags {
  text-align: center;
}
ul#tags li {
  height: 20px;
  margin-right: 0px;
  float: left;
}
ul#tags .tengah li a, ul#tags .tengah2 li a {
  height: 20px;
  padding: 0 10px;
  border-right: 1px solid #999;
  background: white;
  color: #9f9f9f;
  font-size: 1em;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
ul#tags .tengah li a {
  border-bottom: 1px solid #999;
}
ul#tags .tengah li:last-child a {
  border-right: none !important;
}
ul#tags .tengah2 li:last-child a {
  border-right: none !important;
}
ul#tags li a:hover {
  color: #47699f;
}
ul#tags li.active a {
  color: #47699f;
}

/*- -*/


/*- OUR DATA HOLDER -*/

ul#gallery {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px;
}
.imageHolder {
  position: relative;
  width: 150px;
  height: 150px;
}
.imageHolder .captionz {
  position: absolute;
  width: 150px;
  line-height: 30px;
  bottom: 0px;
  left: 0px;
  color: #565454;
  background: #dce8fc;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: opacity ease-out 300ms;
}
.imageHolder:hover .captionz {
  opacity: 0.8;
}
#gallery li {
  width: 150px;
  height: 150px;
  margin: 3px;
  float: left;
  overflow: hidden;
  border: 1px solid rgba(50, 50, 50, 0.2);
}
#gallery li img {
  width: 150px;
  height: 150px;
}
#gallery > li > h3 {
  position: absolute;
  z-index: 1;
  width: 150px;
  bottom: 0px;
  left: 0px;
  font-size: 0.8em;
  line-height: 20px;
  text-align: center;
  color: white;
  background-color: #228ffe;
  opacity: 0.7;
}

/*---[[[[[[[[[[[[[[[[[[[[[[[[[[[[ CONTACT ]]]]]]]]]]]]]]]]]]]]]]]]]]]]---*/


/* CONTACT FORM */

#contact-form {
  background-color: #ffffff;
  width: 540px;
  padding: 20px;
  margin: 20px auto;
  position: relative;
  float: right;
}

/***** CONTACT INFO *****/

#contact-info {
  padding: 20px 10px;
  margin: 20px auto;
}
#contact-info p {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}
#contact-info p.ptinerma {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
#contact-info p > span {
  position: absolute;
}
#contact-info p > span:nth-child(1) {
  left: 55px;
}
#contact-info p > span:nth-child(2) {
  left: 20px;
}
#contact-info p > span:nth-child(3) {
  left: 400px;
}
#contact-form input, #contact-form select, #contact-form textarea, #contact-form label {
  font-size: 14px;
  margin-bottom: 2px;
}
#contact-form input, #contact-form select, #contact-form textarea {
  width: 100%;
  border: 1px solid #CEE1E8;
  margin-bottom: 20px;
  padding: 4px;
  background-color: #d8e0ec;
}
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus {
  border: 1px solid #AFCDD8;
  background-color: #F2F7F9;
  color: #6c6c6c;
}
#contact-form textarea {
  height: 150px;
  resize: none;
}
#contact-form label {
  display: block;
  color: #6c6c6c;
}
#contact-form #req-field-desc {
  font-size: .8em;
}
#contact-form .required {
  font-weight: bold;
  color: #F00;
}
#contact-form #submit-button {
  width: 100px;
  background-color: #A6CFDD;
  color: #FFF;
  border: none;
  display: block;
  float: right;
  padding: 6px;
  margin-bottom: 0px;
  padding-right: -20px;
  background-color: #082450;
  -moz-border-radius: 8px;
}
#contact-form #submit-button:hover {
  background-color: #8FB5C1;
  color: #082450;
}
#contact-form #submit-button:active {
  position: relative;
  top: 1px;
}
#contact-form #loading {
  width: 32px;
  height: 32px;
  background-image: url(../img/loading.gif);
  display: block;
  position: absolute;
  right: 130px;
  bottom: 16px;
  display: none;
}
#errors {
  border: solid 1px #E58E8E;
  padding: 10px;
  margin: 25px 0px;
  display: block;
  width: 437px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
  display: none;
}
#errors li {
  padding: 2px;
  list-style: none;
}
#errors li:before {
  content: ' - ';
}
#errors #info {
  font-weight: bold;
}
#errors #info:before {
  content: '';
}
#success {
  border: solid 1px #83D186;
  padding: 25px 10px;
  margin: 25px 0px;
  display: block;
  width: 437px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
  font-weight: bold;
  display: none;
}
#errors.visible, #success.visible {
  display: block;
}
#req-field-desc {
  font-style: italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */

input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Normalize placeholder styles */


/* chrome, safari */

::-webkit-input-placeholder {
  color: #CCC;
  font-style: italic;
}

/* mozilla */

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #CCC;
  font-style: italic;
}

/* ie (faux placeholder) */

input.placeholder-text, textarea.placeholder-text {
  color: #CCC;
  font-style: italic;
}

/*---[[[[[[[[[[[[[[[[[[[[[[[[[[[[ FOOTER ]]]]]]]]]]]]]]]]]]]]]]]]]]]]---*/

#footer {
  width: 100%;
  margin: 0px;
  background-color: #08234e;
}
#footer > div > span#text {
  display: block;
  line-height: 30px;
  font-size: 0.8em;
  font-family: inherit;
  color: white;
  text-align: center;
}

/* ====================== */

#thisyear {
  background-color: rgb( 220, 232, 252);
  border-bottom: 1px solid #abcafd;
}
#thisyear li {
  width: 120px;
}
#thisyear li a {
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #08234e;
}
#thisyear li a:hover, #thisyear li a:focus {
  background-color: #abcafd;
  color: #fff;
}
#thisyear .active a:hover, #thisyear .active a:focus {
  background-color: #08234e;
}
#thisyear .active a {
  color: #fff;
  background-color: #08234e;
}
#month {
  background-color: #08234e;
  border-bottom: 1px solid #08234e;
}

/* 	background-color: rgb( 231, 239, 253 );
 */

#month li:first-child {
  padding-left: 10px;
}
#month li a {
  padding: 12px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  color: #abcafd;
}
#month .active a {
  color: #fff;
  background-color: #08234e;
  border-bottom: 1px solid #fff;
  border-bottom-width: 70%;
}

/*
#month li a:hover:before {
	width: 100%;
}
*/

#month li a:hover, #month li a:focus {
  background-color: #08234e;
  color: #fff;
}
#month > li.disabled > a {
  color: #777777;
}
#month > li.disabled > a:hover, #month > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.carousel-control {}
.carousel-control.left, .carousel-control.right {
  height: 400px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {}
.carousel-indicators {
  top: 380px;
}
#hiddenDetails .info-detail {
  display: none;
}
#hiddenDetails .active {
  display: block;
}
#projects {
  height: 100%;
  display: block;
}
.carousel-caption2 {
  margin: 20px;
  padding: 0px 200px;
}
#project-slider .carousel {
  position: relative;
}
#project-slider .carousel-control.left, #project-slider .carousel-control.right {
  height: auto;
  background-image: none;
  color: #000;
  font-size: 32px;
  top: 50%;
  width: auto;
  text-shadow: none;
  opacity: 1;
}
#project-slider .carousel-indicators {
  top: 0px;
  position: relative;
}
#project-slider .carousel-indicators li {
  background-color: #e6eaf1;
  width: 11px;
  height: 11px;
  margin: 1px 2px;
}
#project-slider .carousel-indicators li:hover {
  background-color: #08234e;
}
#project-slider .carousel-indicators li.active {
  background-color: #08234e;
}
.projectLogo img {
  background-color: transparent;
  margin: 3px;
  height: auto !important;
  transition: transform 300ms;
}
.projectLogo img:hover {
  /*transform-origin: top left;*/
  /*
transform: rotate(21deg) ;
-webkit-transform: rotate(21deg) ;
-moz-transform: rotate(21deg) ;
-o-transform: rotate(21deg) ;
-ms-transform: rotate(21deg) ;
*/
}
.projectInfo {
  padding-top: 20px;
}
.projectInfo > p {
  line-height: 1.4;
  padding-bottom: 0px;
}
.projectInfo span {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  margin: 10px 0;
}
.carousel-caption3 {
  position: absolute;
  height: 150px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: #ffffff;
  text-align: left;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.carousel-caption3 #projectLogo3 .holderLogo3 {
  padding: 5px;
  width: 140px;
  height: 140px;
  right: 0px;
  float: right;
}
.carousel-caption3 #projectLogo3 .holderLogo3 img {
  overflow: hidden;
  height: 140px;
  width: 140px;
}
#projectInfo3 {
  padding-top: 10px;
}
#projectInfo3 > p {
  line-height: 1.4;
}
#projectInfo3 span {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  margin: 5px 0;
}
.box {
  width: 100%;
  max-height: 400px;
  display: block;
  overflow: hidden;
}
.box img {
  width: 100%;
  height: auto;
}
.homeCaption {
  top: 300px;
  z-index: 1;
  position: absolute;
}
.bg-home {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-image: url(../img/testgear.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: inherit;
  -webkit-box-shadow: inset 0 15px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 15px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 15px 25px -5px rgba(0, 0, 0, 0.3);
}
.bg-home .bg-container {
  position: relative;
  width: 100%;
  height: 400px;
  /*when responsive, comment this out */
  margin: 0px auto;
}
.bg-home .bg-container {
  z-index: 1;
}
.bg-home .bg-container img {
  height: auto;
  width: auto;
  position: absolute;
  top: 7%;
  right: 0;
}
.line1 {
  font-size: 3.4em;
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
.line2 {
  font-size: 3.4em;
  font-weight: 300;
  position: absolute;
  top: 37%;
  left: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
.line3 {
  position: absolute;
  display: block;
  width: auto;
  border: 2px solid red;
  color: red;
  border-radius: 0px;
  font-size: 1em;
  font-weight: 700;
  padding: 5px 10px;
  bottom: 32%;
  left: 0;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
.note {
  font-size: 1em;
  font-weight: 500;
  color: red;
  font-family: 'open-sans', sans-serif;
  padding: 20px;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}
.shadow1 {
  width: inherit;
  -webkit-box-shadow: inset 0px 25px 25px -15px rgba(255, 255, 255, .3);
  -moz-box-shadow: inset 0px 25px 25px -15px rgba(255, 255, 255, .3);
  box-shadow: inset 0px 25px 25px -15px rgba(255, 255, 255, .3);
}
.container {
  max-width: none !important;
}
