

/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.main-menu ul, .site-slider ul, ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-small, .item-large, .product-item .item-thumb {
  overflow: hidden;
}
.item-small img, .item-large img, .product-item .item-thumb img {
  width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

body {
  font: 13px/21px "Open Sans", Arial, sans-serif;
  color: #ffffff;
  background-color: white;
}

a {
  color: #ffffff;
  text-decoration: none ! important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #2B1500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000000;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title-pro {
  border-top: none;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title-pro:before {
  content: '';
  width: 35px;
  height: 34px;
  background: url(../images/t-left.png) no-repeat center;
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}


.section-title {
  border-top: none;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title:before {
  content: '';
  width: 35px;
  height: 34px;
  background: url(../images/t-left1.png) no-repeat center;
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}
.section-title:after {
  content: '';
  width: 35px;
  height: 34px;
  background: url(../images/t-right.png) no-repeat center;
  margin-bottom: 0px;
  margin-left: 15px;
  display: inline-block;
}

.bigger-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.site-header {
  position: fixed;  
  min-height: 102px;
  height: 172px;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

/*#templatemo_logo 
{
  background-color: #ffffff;
  background-image: url(../images/Logo_High.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-right:30px;
  /*height: 172px;
  width:432px;
  display: block;
}*/
#templatemo_logo .head {
  margin: 0;
  text-transform: uppercase;
  padding-left: 150px;  
  padding-top: 144px;
  line-height: 20px;
  display: block;
  font: 13px/21px "Open Sans", Arial, sans-serif;
}
#templatemo_logo h1 a {
  margin-left: 140px;
  color: white;
  display: block;
}

.main-menu {
  text-align: left;
  position: relative;
  margin-top:50px;
}
.main-menu ul {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
}
.main-menu ul li {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  padding-right: 18px;
  padding-left: 18px;
  margin-top:35px;
}

.main-menu ul li a {
  color: #999999;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  display: block;
}

.main-menu ul li a.current {
  border-bottom:3px solid #91abc4;
  color:#91abc4;
}

.toggle-menu {
  display: none;
  margin: 138px 35px 0 0;
  font-size: 24px;
  color: #0d9fe8;
  text-align: right;
}

.responsive .main-menu {
  display: none;
}
.responsive .main-menu ul li {
  width: 100%;
}
.responsive .main-menu ul li a {
  line-height: 55px;
  padding: 10px 20px;
}
.responsive .main-menu ul li a.current {
  background-image: none;
  color:#91abc4;
  border-bottom: 0;
}

/* ==========================================================================
    Slider Styling
   ========================================================================== */
.site-slider {
  padding-top: 172px;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  filter: alpha(opacity=80);
}

.bx-wrapper {
  background-color: white;
}

.bx-thumbnail-wrapper {
  background-color: #a78a24;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 140px;
  background-color: white;
  display: inline-block;
  right: 0;
}
.slider-caption h2 {
  font-size: 30px;
  margin: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a img {
  outline: 0;
  border: 0;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/active-state.png) no-repeat;
  background-position: center 85px;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
#aboutUs 
{
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: -60px;
  background-color: #0f7589;
}

/* ==========================================================================
    Product Styling
   ========================================================================== */
#services 
{
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: -60px;
  background-color: #999999;

}
/* ==========================================================================
    Jobs Styling
   ========================================================================== */
#jobs 
{
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: -60px;
  background-color: #91abc4;
}



/* ==========================================================================
    Contact Styling
   ========================================================================== */

#contactUs {
  background-color: #0f7589;
  padding-bottom:50px;
}



.site-footer {
  margin-top: 00px;
  background-color: #ffffff;
  color: black;
  padding: 25px 0;
  text-align:center;
}
.site-footer a {
  color: white;
}
.site-footer span {
  margin-top: 12px;
  display: block;
}

ul.social {
  text-align: right;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(50, 70, 126, 1);
  display: inline-block;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  .main-menu, .bx-thumbnail-wrapper {
    display: none;
  }

  .toggle-menu {
    display: block;
  }

  .site-header .container {
    padding: 0;
  }

  .slider-caption {
    bottom: 80px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }

  .section-title:after {
    display: none;
  }
  .section-title:before {
    display: none;
  }

  .main-menu {
    display: none;
    border-top: 1px solid #2f2f2f;
    text-align: left;
  }
  .main-menu ul li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #2f2f2f;
  }
  .main-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-menu ul li a {
    padding: 20px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    display: block;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .item-large {
    margin: 40px 0;
  }

  .slider-caption {
    display: none;
  }

  #templatemo_logo h1 a {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

